home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!seismo!darwin.sura.net!paladin.american.edu!howland.reston.ans.net!spool.mu.edu!hri.com!noc.near.net!lynx!random.ccs.northeastern.edu!news
- From: ratinox@meceng.coe.northeastern.edu (Citizen Lemming)
- Newsgroups: gnu.emacs.help
- Subject: Re: Need help with RMAIL key customization
- Message-ID: <RATINOX.93Jan25144846@splinter.coe.northeastern.edu>
- Date: 25 Jan 93 19:49:52 GMT
- References: <108198@bu.edu>
- Sender: news@random.ccs.northeastern.edu
- Organization: 3WA, Boston Office. Or Nu Meta Chi. Take your pick.
- Lines: 23
- In-Reply-To: mildred@csa.bu.edu's message of 25 Jan 93 17: 19:40 GMT
- Nntp-Posting-Host: splinter.coe.northeastern.edu
- X-Posting-Software: GNUS 3.14.1 [ NNTP-based News Reader for GNU Emacs ]
- X-Signature-Virus-Protection: Version 1.51
- X-Get-A-Clue: Have two, they're small.
-
- >>>>> On 25 Jan 93 17:19:40 GMT, mildred@csa.bu.edu (Adam Yen) said:
-
- Adam> I'm trying to customize RMAIL keys commands and I have the following
- Adam> error in my .emacs files. Can anyone give me hand here?
-
- It would help if you told us exactly what the error is. I will assume it is
- something like "rmail-mode-map not defined" or some such.
-
- Adam> (define-key rmail-mode-map "N" 'rmail-next-message)
-
- Try:
-
- (setq rmail-mode-hook
- '(lambda ()
- (local-set-key "N" 'rmail-next-message)
- ))
-
- --Rat PGP Public Key Block available upon request
- ||||| | | | | | | | | | | | | | | | | | | | | | | |||||
- Northeastern's Stainless Steel Rat ratinox@meceng.coe.northeastern.edu
- Love is a snowmobile racing across the tundra and then suddenly it flips over,
- pinning you underneath. At night, the ice weasels come.
- --Nietzsche [or Matt Groening]
-