home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.emacs.help
- Path: sparky!uunet!spool.mu.edu!agate!pasteur!cory.Berkeley.EDU!abo
- From: abo@cory.Berkeley.EDU (Andy Abo)
- Subject: Re: Setting up VM
- Message-ID: <abo.715896808@cory.Berkeley.EDU>
- Keywords: VM vm
- Sender: nntp@pasteur.Berkeley.EDU (NNTP Poster)
- Nntp-Posting-Host: cory
- Organization: University of California, at Berkeley
- References: <abo.715824172@cory.Berkeley.EDU>
- Date: Mon, 7 Sep 1992 20:13:28 GMT
- Lines: 21
-
- abo@cory.Berkeley.EDU (Andy Abo) writes:
-
- >I would like to use the `vm' mail reader. I read the info page,
- >which said I should type: M-x vm
- >which resulted in: [No match]
- >After some snooping, I found in vm.elc and the other .elc files
- >in /usr/sww/lib/emacs/lisp on my machine. I did a
-
- >% setenv EMACSLOADPATH /usr/sww/lib/emacs/lisp
-
- >but that did not help. I suspect I need some special stuff in my
- >init file (.emacs) to get vm to run. Can someone tell me the
- >stuff I need? Thanks.
-
- >Andy
-
- Thanks to all those who answered. Put the following in your .emacs
- file to enable M-x vm:
-
- (autoload 'vm "vm" "VM Mail Reader" t)
-
-