>>>>> "sr" == Sim Robert <[EMAIL PROTECTED]> writes:
sr> How come when I hit the "end" key in emacs, it goes to the end
sr> of file rather than the end of line? Similar with the "home"
sr> key.
Type C-h w [End]. It explains. To change this, put these lines
in your .emacs file:-
(global-set-key '[end] 'end-of-line)
(global-set-key '[home] 'beginning-of-line)
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.