emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: global-reveal-mode and term.el


From: Richard Stallman
Subject: Re: global-reveal-mode and term.el
Date: Mon, 28 Mar 2005 11:25:36 -0500

    Indeed reveal.el has this code (added on 2004-11-22):

    (defvar reveal-mode-map
      (let ((map (make-sparse-keymap)))
        ;; Override the default move-beginning-of-line and move-end-of-line
        ;; which skips valuable invisible text.
        (define-key map [?\C-a] 'beginning-of-line)
        (define-key map [?\C-e] 'end-of-line)
        map))

    It is desirable that C-a and C-e are bound to term-send-raw for
    term.el

How about changing this to remap move-beginning-of-line into
beginning-of-line, and move-end-of-line into end-of-line?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]