home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.emacs:3880 gnu.emacs.help:5195
- Path: sparky!uunet!stanford.edu!apple!voder!wlbr!amc
- From: amc@WLV.IIPO.GTEGSC.COM (Allen M. Cohen)
- Newsgroups: comp.emacs,gnu.emacs.help
- Subject: Re: Help needed: Customising Emacs
- Keywords: emacs keys customization customisation
- Message-ID: <1992Dec29.190716.5691@wlbr.iipo.gtegsc.com>
- Date: 29 Dec 92 19:07:16 GMT
- References: <1hma42INN17l@function.mps.ohio-state.edu>
- Sender: news@wlbr.iipo.gtegsc.com (news)
- Distribution: usa
- Organization: GTE Government Systems
- Lines: 16
-
- In article <1hma42INN17l@function.mps.ohio-state.edu> morje@function.mps.ohio-state.edu (Prabhav G Morje) writes:
- >
- > 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.
- >
- E.G.: This works for me:
- (global-set-key "\M-OP" 'scroll-down)
- --
- <> Allen M. Cohen -- GTE Govt Sys 31717 LaTienda Dr Westlake Vlg, Ca. 91358 <>
- <> 1853 Stonesgate St. Internet: amc@IIPO.GTEGSC.COM <>
- <> Westlake Village, Ca. 91361 Voice: (818) 706-6869 FAX: (818) 706-5050 <>
- <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-