GNU bug report logs - #4119
23.0.96; wrong command example in PROBLEMS

Previous Next

Package: emacs;

Reported by: "Holger Schurig" <h.schurig <at> mn-solutions.de>

Date: Tue, 11 Aug 2009 11:15:03 UTC

Severity: normal

Done: Glenn Morris <rgm <at> gnu.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 4119 in the body.
You can then email your comments to 4119 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-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4119; Package emacs. (Tue, 11 Aug 2009 11:15:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Holger Schurig" <h.schurig <at> mn-solutions.de>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Tue, 11 Aug 2009 11:15:04 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Holger Schurig" <h.schurig <at> mn-solutions.de>
To: emacs-pretest-bug <at> gnu.org
Cc: rfrancoise <at> debian.org
Subject: 23.0.96; wrong command example in PROBLEMS
Date: Tue, 11 Aug 2009 13:09:34 +0200
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug <at> gnu.org mailing list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:



etc/PROBLEMS gives the command example:

	 emacs -q -batch -f list-load-path-shadows

However, it should be

	 emacs -q --batch -f list-load-path-shadows

(Note the "--" in front of "batch").




In GNU Emacs 23.0.96.1 (i486-pc-linux-gnu, GTK+ Version 2.8.20)
 of 2009-07-30 on mnz66.mn-solutions.de, modified by Debian
 (emacs-snapshot package, version 1:20090725-1)
Windowing system distributor `The X.Org Foundation', version 11.0.70101000
configured using `configure  '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.96/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.96/site-lisp:/usr/share/emacs/site-lisp' '--with-x=yes' '--with-x-toolkit=gtk' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2''



Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Tue, 11 Aug 2009 17:00:06 GMT) Full text and rfc822 format available.

Notification sent to "Holger Schurig" <h.schurig <at> mn-solutions.de>:
bug acknowledged by developer. (Tue, 11 Aug 2009 17:00:06 GMT) Full text and rfc822 format available.

Message #10 received at 4119-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 4119-done <at> debbugs.gnu.org
Subject: Re: bug#4119: 23.0.96; wrong command example in PROBLEMS
Date: Tue, 11 Aug 2009 12:55:10 -0400
"Holger Schurig" wrote:

> etc/PROBLEMS gives the command example:
>
> 	 emacs -q -batch -f list-load-path-shadows
>
> However, it should be
>
> 	 emacs -q --batch -f list-load-path-shadows


A single "-" works fine too, as you can see eg from EMACSOPT in
lisp/Makefile.in in the Emacs sources. Or by testing it.



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4119; Package emacs. (Tue, 11 Aug 2009 17:05:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andreas Schwab <schwab <at> linux-m68k.org>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Tue, 11 Aug 2009 17:05:05 GMT) Full text and rfc822 format available.

Message #15 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Holger Schurig <h.schurig <at> mn-solutions.de>
Cc: 4119 <at> debbugs.gnu.org, emacs-pretest-bug <at> gnu.org,
        rfrancoise <at> debian.org
Subject: Re: bug#4119: 23.0.96; wrong command example in PROBLEMS
Date: Tue, 11 Aug 2009 18:58:46 +0200
"Holger Schurig" <h.schurig <at> mn-solutions.de> writes:

> etc/PROBLEMS gives the command example:
>
> 	 emacs -q -batch -f list-load-path-shadows
>
> However, it should be
>
> 	 emacs -q --batch -f list-load-path-shadows

$ emacs -help
[...]
You can generally also specify long option names with a single -; for
example, -batch as well as --batch.  You can use any unambiguous
abbreviation for a --option.
[...]

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#4119; Package emacs. (Tue, 11 Aug 2009 17:05:07 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andreas Schwab <schwab <at> linux-m68k.org>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Tue, 11 Aug 2009 17:05:07 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Wed, 09 Sep 2009 14:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 346 days ago.

Previous Next


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