home *** CD-ROM | disk | FTP | other *** search
- x-gateway: rodan.UU.NET from help-lucid-emacs to alt.lucid-emacs.help; Mon, 25 Jan 1993 19:40:28 EST
- From: piggy%hilbert.maths.utas.edu.au@lucid.com (La Monte Yarroll)
- Message-ID: <9301260039.AA00256@hilbert.maths.utas.edu.au>
- Subject: Rebinding X KeySyms?
- Date: Tue, 26 Jan 1993 11:39:02 EST
- X-Mailer: ELM [version 2.2 PL11]
- Newsgroups: alt.lucid-emacs.help
- Path: sparky!uunet!wendy-fate.uu.net!help-lucid-emacs
- Sender: help-lucid-emacs-request@lucid.com
- Lines: 13
-
- I'd like to rebind the X KeySym KP_Enter to generate a newline instead
- of a carriage return. What I want to do is:
-
- (x-rebind-key "KP_Enter" "\n")
-
- but in xfns.c x-rebind-key is #if'd out with this comment:
-
- /* #### This stuff is obsolete; with the new event model,
- regular keyboard macros work just as well as this.
- */
-
- However, I've been unable to figure out HOW to do this with "regular
- keyboard macros". Is the above comment true? Is this a bug?
-