home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / emacs / 3870 < prev    next >
Encoding:
Internet Message Format  |  1992-12-28  |  900 b 

  1. Xref: sparky comp.emacs:3870 gnu.emacs.help:5186
  2. Path: sparky!uunet!wupost!zaphod.mps.ohio-state.edu!not-for-mail
  3. From: morje@function.mps.ohio-state.edu (Prabhav G Morje)
  4. Newsgroups: comp.emacs,gnu.emacs.help
  5. Subject: Help needed: Customising Emacs
  6. Date: 28 Dec 1992 02:24:50 -0500
  7. Organization: Department of Mathematics, The Ohio State University
  8. Lines: 11
  9. Distribution: usa
  10. Message-ID: <1hma42INN17l@function.mps.ohio-state.edu>
  11. NNTP-Posting-Host: function.mps.ohio-state.edu
  12. Summary: emacs customisation
  13. Keywords: emacs keys customization customisation
  14.  
  15.  
  16.     I am trying to modify my .emacs file to get some redefine some
  17. keys. I succeed in redefining 'ESC j' by saying
  18. (global-set-key "\ej" 'save-buffer)
  19.  
  20. but there are many keys which send signals like e.g. 'ESC O p'.
  21. Everything that I have tried for such keys like "\eOp" or "\eO-p" fails.
  22.  
  23. Any pointers will be greatly appreciated.
  24.  
  25. - Prabhav
  26.