home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.emacs:3870 gnu.emacs.help:5186
- Path: sparky!uunet!wupost!zaphod.mps.ohio-state.edu!not-for-mail
- From: morje@function.mps.ohio-state.edu (Prabhav G Morje)
- Newsgroups: comp.emacs,gnu.emacs.help
- Subject: Help needed: Customising Emacs
- Date: 28 Dec 1992 02:24:50 -0500
- Organization: Department of Mathematics, The Ohio State University
- Lines: 11
- Distribution: usa
- Message-ID: <1hma42INN17l@function.mps.ohio-state.edu>
- NNTP-Posting-Host: function.mps.ohio-state.edu
- Summary: emacs customisation
- Keywords: emacs keys customization customisation
-
-
- I am trying to modify my .emacs file to get some redefine some
- keys. I succeed in redefining 'ESC j' by saying
- (global-set-key "\ej" 'save-buffer)
-
- but there are many keys which send signals like e.g. 'ESC O p'.
- Everything that I have tried for such keys like "\eOp" or "\eO-p" fails.
-
- Any pointers will be greatly appreciated.
-
- - Prabhav
-