unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: Juri Linkov <juri@jurta.org>
Cc: emacs-devel@gnu.org
Subject: Re: Info bug
Date: Mon, 21 Apr 2008 23:02:16 -0400	[thread overview]
Message-ID: <877ieq7ft3.fsf@stupidchicken.com> (raw)
In-Reply-To: <87fxte7q9f.fsf@jurta.org> (Juri Linkov's message of "Tue, 22 Apr 2008 02:16:28 +0300")

Juri Linkov <juri@jurta.org> writes:

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

Could you revert it?  Thanks.




  parent reply	other threads:[~2008-04-22  3:02 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
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   ` Chong Yidong [this message]
2008-04-22  3:08   ` Info bug 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=877ieq7ft3.fsf@stupidchicken.com \
    --to=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=juri@jurta.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).