home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / emacs / 3534 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.8 KB

  1. Path: sparky!uunet!cimshop!davidm
  2. From: davidm@consilium.com (David S. Masterson)
  3. Newsgroups: comp.emacs
  4. Subject: Re: micro-emacs 3.7.
  5. Message-ID: <DAVIDM.92Nov12103721@consilium.com>
  6. Date: 12 Nov 92 18:37:21 GMT
  7. References: <1992Nov11.143906.20730@unix.brighton.ac.uk>
  8. Sender: root@cimshop.UUCP
  9. Distribution: comp
  10. Organization: Consilium Inc., Mountain View, California
  11. Lines: 28
  12. In-reply-to: ndl@unix.brighton.ac.uk's message of 11 Nov 92 14:39:06 GMT
  13. X-Posting-Software: GNUS 3.13  [ NNTP-based News Reader for GNU Emacs ]
  14.  
  15. >>>>> On 11 Nov 92 14:39:06 GMT, ndl@unix.brighton.ac.uk ( The Unix Guru) said:
  16.  
  17. > how do I bind the cursor keys for a vt100 in micro-emacs 3.7 under unix ?
  18. > or can it not be done ??
  19.  
  20. If at all possible, UPGRADE!  Current version of micro-emacs is 3.11.
  21.  
  22. Verify that your cursor keys send ESC-OA, ESC-OB, ESC-OC, ESC-OD (enter ESC-X
  23. quote-character followed by one of the cursor keys).  If your version of
  24. micro-emacs was compiled properly and the cursor keys send those key
  25. sequences, then putting the following in your .emacsrc file should work:
  26.  
  27. bind-to-key previous-line               FNA     ; <UP>
  28. bind-to-key previous-paragraph          M-FNA   ; <ESC><UP>
  29. bind-to-key next-line                   FNB     ; <DOWN>
  30. bind-to-key next-paragraph              M-FNB   ; <ESC><DOWN>
  31. bind-to-key forward-character           FNC     ; <RIGHT>
  32. bind-to-key backward-character          FND     ; <LEFT>
  33.  
  34. --
  35. ====================================================================
  36. David Masterson                    Consilium, Inc.
  37. (415) 691-6311                    640 Clyde Ct.
  38. davidm@consilium.com                Mtn. View, CA  94043
  39. ====================================================================
  40. "The less you know about home computers
  41.  the more you'll want the new IBM PS/1."
  42.  - Advertisment in the Edmonton Journal, Thursday, December 13, 1990:
  43.