GNU bug report logs - #15832
24.3.50; doc of `up-list' and moving by "parens"

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Fri, 8 Nov 2013 04:24:02 UTC

Severity: minor

Found in version 24.3.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 15832 in the body.
You can then email your comments to 15832 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#15832; Package emacs. (Fri, 08 Nov 2013 04:24:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Drew Adams <drew.adams <at> oracle.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Fri, 08 Nov 2013 04:24:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50; doc of `up-list' and moving by "parens"
Date: Thu, 7 Nov 2013 20:22:45 -0800 (PST)
1. The doc strings of `up-list' and similar commands do not make clear
that the movement is not necessarily about parentheses (in spite of the
command names).  As (emacs) `Moving by Parens' takes care to say, such
commands "move over groupings delimited by parentheses (or whatever else
serves as delimiters in the language you are working with)."  The
information in parentheses in this phrase is what is missing from the
doc strings.

2. `up-list' should be added to the list of commands mentioned in
(emacs) `Moving by Parens'.  `down-list' and `backward-up-list' are
mentioned, but not `up-list'.

Emacs Lisp is a big part of Emacs, yet the only place where `up-list' is
mentioned in the Emacs manual is in node `Tex Editing', where it is
described as "moving forward past the close brace."  `Moving by Parens'
is a reasonable place to mention `up-list'.

3. (elisp) `List Motion' mentions that the syntax table controls which
characters are treated like parentheses, which is good.  It then
cross-references (emacs) `Moving by Parens' "for user-level commands."

It is good to cross-reference, but what are described at (elisp) `List
Motion' *are* user-level commands, so the characterization "for
user-level commands" is confusing and misleading.  The cross reference
should just say "see also".

In GNU Emacs 24.3.50.1 (i686-pc-mingw32)
 of 2013-10-19 on LEG570
Bzr revision: 114715 rgm <at> gnu.org-20131019023520-s8mwtib7xcx9e05w
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --enable-checking 'CFLAGS=-O0 -g3' CPPFLAGS=-DGLYPH_DEBUG=1'




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#15832; Package emacs. (Mon, 10 Feb 2014 05:52:01 GMT) Full text and rfc822 format available.

Message #8 received at 15832 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Drew Adams <drew.adams <at> oracle.com>
Cc: 15832 <at> debbugs.gnu.org
Subject: Re: bug#15832: 24.3.50; doc of `up-list' and moving by "parens"
Date: Sun, 09 Feb 2014 21:49:44 -0800
Drew Adams <drew.adams <at> oracle.com> writes:

> 1. The doc strings of `up-list' and similar commands do not make clear
> that the movement is not necessarily about parentheses (in spite of the
> command names).  As (emacs) `Moving by Parens' takes care to say, such
> commands "move over groupings delimited by parentheses (or whatever else
> serves as delimiters in the language you are working with)."  The
> information in parentheses in this phrase is what is missing from the
> doc strings.

Fixed on trunk.

> 2. `up-list' should be added to the list of commands mentioned in
> (emacs) `Moving by Parens'.  `down-list' and `backward-up-list' are
> mentioned, but not `up-list'.

`up-list' doesn't have a keyboard definition, which is why it's probably
not documented in the Emacs manual.

> 3. (elisp) `List Motion' mentions that the syntax table controls which
> characters are treated like parentheses, which is good.  It then
> cross-references (emacs) `Moving by Parens' "for user-level commands."
>
> It is good to cross-reference, but what are described at (elisp) `List
> Motion' *are* user-level commands, so the characterization "for
> user-level commands" is confusing and misleading.  The cross reference
> should just say "see also".

The things described in the Emacs manual here are clearly more
user-levelish, so I think that's OK.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




bug marked as fixed in version 24.4, send any further explanations to 15832 <at> debbugs.gnu.org and Drew Adams <drew.adams <at> oracle.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 10 Feb 2014 05:53:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#15832; Package emacs. (Mon, 10 Feb 2014 06:12:02 GMT) Full text and rfc822 format available.

Message #13 received at 15832 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 15832 <at> debbugs.gnu.org
Subject: RE: bug#15832: 24.3.50; doc of `up-list' and moving by "parens"
Date: Sun, 9 Feb 2014 22:11:42 -0800 (PST)
> > 2. `up-list' should be added to the list of commands mentioned in
> > (emacs) `Moving by Parens'.  `down-list' and `backward-up-list'
> > are mentioned, but not `up-list'.
> 
> `up-list' doesn't have a keyboard definition, which is why it's
> probably not documented in the Emacs manual.

It should still be mentioned.

> > 3. (elisp) `List Motion' mentions that the syntax table controls
> > which characters are treated like parentheses, which is good.
> > It then cross-references (emacs) `Moving by Parens' "for
> > user-level commands."
> >
> > It is good to cross-reference, but what are described at (elisp)
> > `List Motion' *are* user-level commands, so the characterization
> > "for user-level commands" is confusing and misleading.  The cross
> > reference should just say "see also".
> 
> The things described in the Emacs manual here are clearly more
> user-levelish, so I think that's OK.

If you want to say "for information about OTHER user-level
commands" or "for more information about these user-level
commands" (depending on which is meant), that would be fine, but
as it stands now it is confusing and misleading, giving
the impression that what are described here might NOT be
user-level commands.




bug No longer marked as fixed in versions 24.4 and reopened. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 10 Feb 2014 06:13:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 15832 <at> debbugs.gnu.org and Drew Adams <drew.adams <at> oracle.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Mon, 10 Feb 2014 07:55:10 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 10 Mar 2014 11:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 71 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.