home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / programm / 7193 < prev    next >
Encoding:
Text File  |  1992-11-12  |  1.3 KB  |  40 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!gumby!destroyer!sol.ctr.columbia.edu!nobody
  3. From: gbrown@raven.ctr.columbia.edu (Glenn Brown)
  4. Subject: Re: Alternate and Command Emacs Key Bindings?
  5. References: <92316.222348SLVQC@CUNYVM.BITNET>
  6. Sender: nobody@ctr.columbia.edu
  7. Organization: J. Random Misconfigured Site
  8. Date: Fri, 13 Nov 1992 01:37:55 GMT
  9. Message-ID: <1992Nov13.013755.13024@sol.ctr.columbia.edu>
  10. X-Posted-From: raven.ctr.columbia.edu
  11. NNTP-Posting-Host: sol.ctr.columbia.edu
  12. Lines: 26
  13.  
  14. In comp.sys.next.programmer article <92316.222348SLVQC@CUNYVM.BITNET>:
  15. >
  16. > Is it possible to bind an emacs function to an Alternate and/or
  17. > Command key sequence on the NeXT keyboard? If so, please send a
  18. > simple example. Thanks!
  19.  
  20. >From within emacs, you can get to the docs for this by typing:
  21. C-h imemacs RET mcustomization RET
  22.  
  23. C-h means control-h, RET means return....
  24.  
  25. A simple example:
  26.  
  27. M-x global-set-key RET (key) (cmd) RET.
  28.  
  29. M-x means 'meta-x' or 'alternate-x' or 'escape followed by x' if you don't  
  30. have an escape or meta key.
  31.  
  32. Learn to use the online documentation.  The online docs are your friends!   
  33. "C-h i" (as above) gets you there.  As an alternative, you can buy the  
  34. printed version from the FSF for about $15.  It's worth it.
  35.  
  36. Have fun!
  37.  
  38. --Glenn
  39.  
  40.