home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / emacs / help / 5496 < prev    next >
Encoding:
Text File  |  1993-01-25  |  1.7 KB  |  40 lines

  1. 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
  2. From: ratinox@meceng.coe.northeastern.edu (Citizen Lemming)
  3. Newsgroups: gnu.emacs.help
  4. Subject: Re: Need help with RMAIL key customization
  5. Message-ID: <RATINOX.93Jan25144846@splinter.coe.northeastern.edu>
  6. Date: 25 Jan 93 19:49:52 GMT
  7. References: <108198@bu.edu>
  8. Sender: news@random.ccs.northeastern.edu
  9. Organization: 3WA, Boston Office. Or Nu Meta Chi. Take your pick.
  10. Lines: 23
  11. In-Reply-To: mildred@csa.bu.edu's message of 25 Jan 93 17: 19:40 GMT
  12. Nntp-Posting-Host: splinter.coe.northeastern.edu
  13. X-Posting-Software: GNUS 3.14.1 [ NNTP-based News Reader for GNU Emacs ]
  14. X-Signature-Virus-Protection: Version 1.51
  15. X-Get-A-Clue: Have two, they're small.
  16.  
  17. >>>>> On 25 Jan 93 17:19:40 GMT, mildred@csa.bu.edu (Adam Yen) said:
  18.  
  19. Adam> I'm trying to customize RMAIL keys commands and I have the following
  20. Adam> error in my .emacs files.  Can anyone give me hand here?
  21.  
  22. It would help if you told us exactly what the error is. I will assume it is
  23. something like "rmail-mode-map not defined" or some such.
  24.  
  25. Adam> (define-key rmail-mode-map "N" 'rmail-next-message)
  26.  
  27. Try:
  28.  
  29. (setq rmail-mode-hook
  30.       '(lambda ()
  31.     (local-set-key "N" 'rmail-next-message)
  32.         ))
  33.  
  34. --Rat                               PGP Public Key Block available upon request
  35. ||||| | | | |  |  |  |   |   |    |    |    |   |   |  |  |  |  | | | | | |||||
  36. Northeastern's Stainless Steel Rat          ratinox@meceng.coe.northeastern.edu
  37. Love is a snowmobile racing across the tundra and then suddenly it flips over,
  38. pinning you underneath. At night, the ice weasels come.
  39.                                                  --Nietzsche [or Matt Groening]
  40.