all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: owner@emacsbugs.donarmstrong.com (Emacs bug Tracking System)
To: Eli Zaretskii <eliz@gnu.org>
Subject: bug#3454: marked as done (<SPC> when reading the emacs manual sometimes goes to the wrong node)
Date: Wed, 03 Jun 2009 15:45:04 +0000	[thread overview]
Message-ID: <handler.3454.D3454.124404356232517.ackdone@emacsbugs.donarmstrong.com> (raw)
In-Reply-To: 9fbd0ee10906022240y1175a362wb399675d06ca07ce@mail.gmail.com

[-- Attachment #1: Type: text/plain, Size: 941 bytes --]


Your message dated Wed, 03 Jun 2009 11:39:17 -0400
with message-id <E1MBsYf-0002mJ-Tq@fencepost.gnu.org>
and subject line Re: bug#3454: <SPC> when reading the emacs manual sometimes goes to the wrong node
has caused the Emacs bug report #3454,
regarding <SPC> when reading the emacs manual sometimes goes to the wrong node
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3454: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3454
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 5593 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 1176 bytes --]

<SPC> when reading the emacs manual sometimes goes to the wrong node.

Emacs version: GNU Emacs 23.0.94.1 (i686-pc-linux-gnu, GTK+ Version 2.10.4)
 of 2009-05-26 (built from pretest source tarball)

Running on CentOS 5.3.
No options given to configure.
Also tested on Windows with same results.


How to reproduce:

Run emacs -Q
C-h r (Reads emacs manual)
g Command Index (takes you to the "Command and Function Index" page of the
manual)
M-> (Go to end of info node)

At this point, your cursor should be at the end of the info node that lists
all commands and functions.  Note that at the top, the next node is listed
as "Variable Index".  I would expect that pressing <SPC> would take you to
this node.  However, if you press <SPC> it takes you to some other node.  It
takes me to the middle of the node "49 Two-Column Editing".

I believe <DEL> has a similar problem, but I didn't narrow down a test case.

According to the manual for Info, "You can read an entire manual top to
bottom by just typing <SPC>".  So it seemed strange to me that pressing
<SPC> went to some place in the middle of the manual instead of the next
node.

This problem also existed in emacs 22.3.

[-- Attachment #2.1.2: Type: text/html, Size: 1345 bytes --]

[-- Attachment #3: Type: message/rfc822, Size: 3029 bytes --]

From: Eli Zaretskii <eliz@gnu.org>
To: Shannon Jones <zedzap@gmail.com>, 3454-done@emacsbugs.donarmstrong.com
Subject: Re: bug#3454: <SPC> when reading the emacs manual sometimes goes to the wrong node
Date: Wed, 03 Jun 2009 11:39:17 -0400
Message-ID: <E1MBsYf-0002mJ-Tq@fencepost.gnu.org>

> Date: Wed, 3 Jun 2009 00:40:37 -0500
> From: Shannon Jones <zedzap@gmail.com>
> Cc: 
> Reply-To: Shannon Jones <zedzap@gmail.com>, 3454@emacsbugs.donarmstrong.com
> 
> Run emacs -Q
> C-h r (Reads emacs manual)
> g Command Index (takes you to the "Command and Function Index" page of the
> manual)
> M-> (Go to end of info node)
> 
> At this point, your cursor should be at the end of the info node that lists
> all commands and functions.  Note that at the top, the next node is listed
> as "Variable Index".  I would expect that pressing <SPC> would take you to
> this node.  However, if you press <SPC> it takes you to some other node.  It
> takes me to the middle of the node "49 Two-Column Editing".

This is not a bug: SPC does _not_ necessarily go to the Next node;
instead, it traverses the nodes as a tree: if there is a menu in the
current node, it takes you to the first menu item of that menu.

If you need to go to the Next node, type `n', not SPC.

> According to the manual for Info, "You can read an entire manual top to
> bottom by just typing <SPC>".

Right, but by going to the Next node you will not end up reading the
whole manual, because Next does not descend to sections, subsections,
subsubsections, etc.  SPC does, so it does indeed guarantee that you
end up reading the whole manual in the logical order: before you move
to the next chapter, you read all the sections and subsections of the
current chapter.

This logic does TRT in nodes that are not indices, because an index is
ordered alphabetically, not in any meaningful order as far as the
sections are concerned.

Morale: do not use SPC at the end of an index, use `n'.

I'm closing this report.

  reply	other threads:[~2009-06-03 15:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1MBsYf-0002mJ-Tq@fencepost.gnu.org>
2009-06-03  5:40 ` bug#3454: <SPC> when reading the emacs manual sometimes goes to the wrong node Shannon Jones
2009-06-03 15:45   ` Emacs bug Tracking System [this message]
2009-06-03 23:41     ` bug#3454: marked as done (<SPC> when reading the emacs manual sometimes goes to the wrong node) Johan =?UTF-8?Q?Bockg=C3=A5rd
2009-06-03 18:15 ` bug#3454: <SPC> when reading the emacs manual sometimes goes to the wrong node Shannon Jones
2009-06-04 16:06   ` Stefan Monnier
2009-06-04 16:11     ` Eli Zaretskii
2009-06-04 18:37       ` Stefan Monnier
2009-06-08 18:26         ` bug#3454: <SPC> when reading the emacs manual sometimes goes to thewrong node Drew Adams

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=handler.3454.D3454.124404356232517.ackdone@emacsbugs.donarmstrong.com \
    --to=owner@emacsbugs.donarmstrong.com \
    --cc=eliz@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.