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