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

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

Info set point at the end of a menu.


From: Lute Kamstra
Subject: Info set point at the end of a menu.
Date: Fri, 06 Jun 2003 10:58:44 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Hello Stefan,

This change seems to have introduced a bug in info:

2003-06-03  Stefan Monnier  <address@hidden>

        [...]

        * info.el (Info-mode-hook): Obey obsolete `Info-fontify'.
        (Info-find-in-tag-table-1): Remove unused vars.
        (Info-display-images-node): Remove unused var paragraph-markers.
        (Info-header-line): Remove.
        (Info-select-node): Don't set it.
        (Info-search): Remove unused var `current'.
        (Info-follow-reference): Remove unused var `beg'.
        (Info-extract-menu-node-name): Remove unused var `i'.
        (Info-complete-menu-item): Use `with-current-buffer'.
        (Info-index): Remove unused var `rnode'.
        (Info-mode): Set header-line-format to check text-properties directly.
        (Info-find-emacs-command-nodes): Remove unused var `found' and `exact'.
        (Info-fontify-node): Use `push'.
        (Info-speedbar-hierarchy-buttons): Use `dolist'.
        (Info-speedbar-goto-node, Info-speedbar-fetch-file-nodes):
        Check the return value of `string-match'.
        (Info-speedbar-fetch-file-nodes): Factor out common code.

To be more precise, the change 1.346 -> 1.347 of info.el introduces
the bug.

After this change, when I look at an info node that has a menu in it,
point is put at the end of the menu.  It used to be put at the
beginning of the node (before the menu).  This is easiest reproduced
by doing C-h i in a freshly started Emacs to view the Top info node.
Point is put at the end of the last menu entry.  Naughty.


Sorry for bugging you with bugs all the time.  ;-)

  Lute.


PS. Why put three entries (on one day) for info.el in the ChangeLog as
    opposed to one entry?




reply via email to

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