home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / lucidem / help / 117 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.4 KB  |  35 lines

  1. Newsgroups: alt.lucid-emacs.help
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!csc.ti.com!tilde.csc.ti.com!fstop.csc.ti.com!fstop.csc.ti.com!kenb
  3. From: kenb@dadd.ti.com (Ken Butler)
  4. Subject: Re: CTRL-N does not keep columns corectly 
  5. In-Reply-To: kenb@dadd.ti.com's message of Thu, 23 Jul 1992 15:26:59 GMT
  6. Message-ID: <KENB.92Jul23110952@atg2.dadd.ti.com>
  7. Sender: usenet@csc.ti.com
  8. Nntp-Posting-Host: atg2.dadd.ti.com
  9. Organization: Texas Instruments, Inc., Dallas, TX
  10. References: <6890.711824371@JUNIN.MT.CS.CMU.EDU> <KENB.92Jul23092659@atg2.dadd.ti.com>
  11. Date: Thu, 23 Jul 1992 17:09:52 GMT
  12. Lines: 21
  13.  
  14. Just figured out the problem.  By default, the "out of the box" lemacs
  15. binds the arrow keys on the right side of my Sun keyboard to keyboard
  16. macros which generate ctrl-n, ctrl-p, etc.  I just put the following
  17. commands in my startup and everything works the way it should:
  18.  
  19. (global-set-key   'up        'previous-line)
  20. (global-set-key   'down      'next-line)
  21. (global-set-key   'left      'backward-char)
  22. (global-set-key   'right     'forward-char)
  23.  
  24. I hope that this helps.
  25.  
  26. Ken
  27. --
  28.  
  29. *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
  30. Kenneth M. Butler                           (214) 997-6370 (office)
  31. Texas Instruments                           (214) 997-2049 (FAX)
  32. P.O. Box 655303 MS 3683                     kenb@dadd.ti.com
  33. Dallas, TX 75265
  34. *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
  35.