home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / gnu / emacs / help / 4024 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.0 KB  |  35 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!spool.mu.edu!agate!pasteur!cory.Berkeley.EDU!abo
  3. From: abo@cory.Berkeley.EDU (Andy Abo)
  4. Subject: Re: Setting up VM
  5. Message-ID: <abo.715896808@cory.Berkeley.EDU>
  6. Keywords: VM vm
  7. Sender: nntp@pasteur.Berkeley.EDU (NNTP Poster)
  8. Nntp-Posting-Host: cory
  9. Organization: University of California, at Berkeley
  10. References: <abo.715824172@cory.Berkeley.EDU>
  11. Date: Mon, 7 Sep 1992 20:13:28 GMT
  12. Lines: 21
  13.  
  14. abo@cory.Berkeley.EDU (Andy Abo) writes:
  15.  
  16. >I would like to use the `vm' mail reader.  I read the info page,
  17. >which said I should type: M-x vm
  18. >which resulted in: [No match]
  19. >After some snooping, I found in vm.elc and the other .elc files
  20. >in /usr/sww/lib/emacs/lisp on my machine.  I did a
  21.  
  22. >% setenv EMACSLOADPATH /usr/sww/lib/emacs/lisp
  23.  
  24. >but that did not help.  I suspect I need some special stuff in my
  25. >init file (.emacs) to get vm to run.  Can someone tell me the 
  26. >stuff I need?  Thanks.
  27.  
  28. >Andy
  29.  
  30. Thanks to all those who answered.  Put the following in your .emacs
  31. file to enable M-x vm:
  32.  
  33.     (autoload 'vm "vm" "VM Mail Reader" t)
  34.  
  35.