emacs-devel
[Top][All Lists]
Advanced

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

Re: Info bug


From: Juri Linkov
Subject: Re: Info bug
Date: Tue, 22 Apr 2008 02:16:28 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu)

> 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.

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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