From: Juri Linkov <juri@jurta.org>
To: Chong Yidong <cyd@stupidchicken.com>
Cc: emacs-devel@gnu.org
Subject: Re: Info bug
Date: Tue, 22 Apr 2008 02:16:28 +0300 [thread overview]
Message-ID: <87fxte7q9f.fsf@jurta.org> (raw)
In-Reply-To: <87iqybasft.fsf@stupidchicken.com> (Chong Yidong's message of "Mon, 21 Apr 2008 16:01:10 -0400")
> 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/
next prev parent reply other threads:[~2008-04-21 23:16 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-21 20:01 Info bug Chong Yidong
2008-04-21 23:16 ` Juri Linkov [this message]
2008-04-21 23:31 ` Nick Roberts
2008-04-22 20:57 ` Compilation auto-jump bug (was: Info bug) Juri Linkov
2008-04-23 1:51 ` Compilation auto-jump bug Stefan Monnier
2008-04-23 8:54 ` Juri Linkov
2008-04-23 15:40 ` Stefan Monnier
2008-04-22 3:02 ` Info bug Chong Yidong
2008-04-22 3:08 ` Stefan Monnier
2008-04-22 5:59 ` David Kastrup
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87fxte7q9f.fsf@jurta.org \
--to=juri@jurta.org \
--cc=cyd@stupidchicken.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).