home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!gumby!destroyer!sol.ctr.columbia.edu!nobody
- From: gbrown@raven.ctr.columbia.edu (Glenn Brown)
- Subject: Re: Alternate and Command Emacs Key Bindings?
- References: <92316.222348SLVQC@CUNYVM.BITNET>
- Sender: nobody@ctr.columbia.edu
- Organization: J. Random Misconfigured Site
- Date: Fri, 13 Nov 1992 01:37:55 GMT
- Message-ID: <1992Nov13.013755.13024@sol.ctr.columbia.edu>
- X-Posted-From: raven.ctr.columbia.edu
- NNTP-Posting-Host: sol.ctr.columbia.edu
- Lines: 26
-
- In comp.sys.next.programmer article <92316.222348SLVQC@CUNYVM.BITNET>:
- >
- > Is it possible to bind an emacs function to an Alternate and/or
- > Command key sequence on the NeXT keyboard? If so, please send a
- > simple example. Thanks!
-
- >From within emacs, you can get to the docs for this by typing:
- C-h imemacs RET mcustomization RET
-
- C-h means control-h, RET means return....
-
- A simple example:
-
- M-x global-set-key RET (key) (cmd) RET.
-
- M-x means 'meta-x' or 'alternate-x' or 'escape followed by x' if you don't
- have an escape or meta key.
-
- Learn to use the online documentation. The online docs are your friends!
- "C-h i" (as above) gets you there. As an alternative, you can buy the
- printed version from the FSF for about $15. It's worth it.
-
- Have fun!
-
- --Glenn
-
-