emacs-devel
[Top][All Lists]
Advanced

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

Re: Info bug


From: Nick Roberts
Subject: Re: Info bug
Date: Tue, 22 Apr 2008 11:31:27 +1200

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

with-current-buffer is equivalent to

(save-current-buffer
  (set-buffer...

but I can't see any mention of Info-complete-menu-item in the ChangeLog.

-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

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