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

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

Eldoc and move to beginning/end of line.


From: Matt Hodges
Subject: Eldoc and move to beginning/end of line.
Date: Sun, 07 Aug 2005 09:19:14 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

In GNU Emacs 22.0.50.23 (i686-pc-linux-gnu, GTK+ Version 2.6.8)
 of 2005-07-30 on dugong
X server distributor `The X.Org Foundation', version 11.0.60802000
configured using `configure '--with-gtk''

Moving to the beginning/end of line with C-a/C-e doesn't update the
printed Eldoc information.  This used to work, but these key sequences
are now bound to commands that don't get added to
eldoc-message-commands via eldoc-add-command-completions.

Commands that could be added include:

    move-{beginning,end}-of-line
    move-to-window-line
    exchange-point-and-mark
    mark-paragraph
    mark-page
    pop-global-mark

Suggested patch attached; ChangeLog entry:

2005-08-07  Matt Hodges  <address@hidden>

        * emacs-lisp/eldoc.el: Augment list of commands after which echo
        area is updated.

Out of interest, is there a reason why <home>/<end> were not moved
onto the new commands?

    key             binding
    ---             -------

    C-a             move-beginning-of-line
    C-e             move-end-of-line
    <end>           end-of-line
    <home>          beginning-of-line

Thanks.

Attachment: eldoc.diff
Description: eldoc.el patch.


reply via email to

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