emacs-devel
[Top][All Lists]
Advanced

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

Re: Info bug


From: Stefan Monnier
Subject: Re: Info bug
Date: Mon, 21 Apr 2008 23:08:59 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

>> Due to a recent change to Info, I see the following bug:
>> 
>> emacs -Q
>> M-x info RET -> Point is on the last info link, instead of point-min.
>> 
>> Could anyone who changed Info in the last few days please double-check
>> your work and see if you introduced this bug?

> This is caused by the following change in `Info-complete-menu-item':

> @@ -2271,8 +2262,7 @@
>    ;; Note that `Info-complete-menu-buffer' could be current already,
>    ;; so we want to save point.
> -  (save-excursion
> -    (set-buffer Info-complete-menu-buffer)
> +  (with-current-buffer Info-complete-menu-buffer
>      (let ((completion-ignore-case t)
>         (case-fold-search t)
>         (orignode Info-current-node)

> In theory, these constructs should be equivalent, but they are not.

I'll take care of it,


        Stefan




reply via email to

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