GNU bug report logs -
#7620
[PATCH] doc/man/emacsclient.1: order options alphabetically
Previous Next
Reported by: Jari Aalto <jari.aalto <at> cante.net>
Date: Sun, 12 Dec 2010 14:14:02 UTC
Severity: wishlist
Tags: patch
Found in version 23.2+1-5.1
Done: Chong Yidong <cyd <at> stupidchicken.com>
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 7620 in the body.
You can then email your comments to 7620 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#7620
; Package
emacs
.
(Sun, 12 Dec 2010 14:14:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jari Aalto <jari.aalto <at> cante.net>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Sun, 12 Dec 2010 14:14:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Package: emacs
Version: 23.2+1-5.1
Severity: wishlist
Tags: patch
Options in GNU manual pages many times list options in alphabetical order;
see cp(1) etc. The following patch adjusts emacsclient.1 as well. The patch
s against Git:
74bd01f 2010-12-12 Merge branch 'master' of git://git.sv.gnu.org/emacs
[ doc/man/ChangeLog ]
2010-12-12 Jari Aalto <jari.aalto <at> cante.net>
* emacsclient.1: Order options alhabetically.
[0001-doc-man-emacsclient.1-order-options-alphabetically.patch (text/x-diff, inline)]
From 79390367aba643998085751fb8584cfa244be6cb Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto <at> cante.net>
Date: Sun, 12 Dec 2010 11:31:54 +0200
Subject: [PATCH] doc/man/emacsclient.1: order options alphabetically
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Signed-off-by: Jari Aalto <jari.aalto <at> cante.net>
---
doc/man/emacsclient.1 | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/doc/man/emacsclient.1 b/doc/man/emacsclient.1
index 16bfb73..6af699e 100644
--- a/doc/man/emacsclient.1
+++ b/doc/man/emacsclient.1
@@ -49,36 +49,36 @@ If you set the variable `server-window' to a window or a frame, `C-x
The programs follow the usual GNU command line syntax, with long
options starting with two dashes (`-').
.TP
-.B \-nw, \-t, \-\-tty
-open a new Emacs frame on the current terminal
+.B \-a, \-\-alternate-editor=EDITOR
+if the Emacs server is not running, run the specified editor instead.
+This can also be specified via the `ALTERNATE_EDITOR' environment variable.
+If the value of EDITOR is the empty string, then Emacs is started in
+daemon mode and emacsclient will try to connect to it.
.TP
.B -c, \-\-create-frame
create a new frame instead of trying to use the current Emacs frame
.TP
+.B \-d, \-\-display=DISPLAY
+tell the server to display the files on the given display.
+.TP
.B \-e, \-\-eval
do not visit files but instead evaluate the arguments as Emacs
Lisp expressions.
.TP
+.B \-f, \-\-server-file=FILENAME
+use TCP configuration file FILENAME for communication.
+This can also be specified via the `EMACS_SERVER_FILE' environment variable.
+.TP
.B \-n, \-\-no-wait
returns
immediately without waiting for you to "finish" the buffer in Emacs.
.TP
+.B \-nw, \-t, \-\-tty
+open a new Emacs frame on the current terminal
+.TP
.B \-s, \-\-socket-name=FILENAME
use socket named FILENAME for communication.
.TP
-.B \-f, \-\-server-file=FILENAME
-use TCP configuration file FILENAME for communication.
-This can also be specified via the `EMACS_SERVER_FILE' environment variable.
-.TP
-.B \-a, \-\-alternate-editor=EDITOR
-if the Emacs server is not running, run the specified editor instead.
-This can also be specified via the `ALTERNATE_EDITOR' environment variable.
-If the value of EDITOR is the empty string, then Emacs is started in
-daemon mode and emacsclient will try to connect to it.
-.TP
-.B \-d, \-\-display=DISPLAY
-tell the server to display the files on the given display.
-.TP
.B \-V, \-\-version
print version information and exit
.TP
--
1.7.2.3
[Message part 3 (text/plain, inline)]
-- System Information
Debian Release: squeeze/sid
APT Prefers testing
APT policy: (990, testing) (500, unstable) (1, experimental)
Architecture: amd64
Kernel: Linux picasso 2.6.32-5-amd64 #1 SMP Fri Sep 17 21:50:19 UTC 2010 x86_64 GNU/Linux
Locale: LANG=en_DK.UTF-8
-- Versions of packages `emacs depends on'.
Depends:
emacs23 23.2+1-5.1 GNU Emacs is the extensible self-documenting
emacs23-lucid 23.2+1-5.1 GNU Emacs is the extensible self-documenting
emacs23-nox 23.2+1-5.1 GNU Emacs is the extensible self-documenting
Changed bug title to '[PATCH] doc/man/emacsclient.1: order options alphabetically' from '[PATH] doc/man/emacsclient.1: order options alphabetically'
Request was from
Jari Aalto <jari.aalto <at> cante.net>
to
control <at> debbugs.gnu.org
.
(Sun, 12 Dec 2010 14:45:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#7620
; Package
emacs
.
(Wed, 29 Dec 2010 03:37:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 7620 <at> debbugs.gnu.org (full text, mbox):
Jari Aalto <jari.aalto <at> cante.net> writes:
> Options in GNU manual pages many times list options in alphabetical order;
> see cp(1) etc. The following patch adjusts emacsclient.1 as well.
Committed, thanks.
bug closed, send any further explanations to Jari Aalto <jari.aalto <at> cante.net>
Request was from
Chong Yidong <cyd <at> stupidchicken.com>
to
control <at> debbugs.gnu.org
.
(Wed, 29 Dec 2010 03:37:02 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
.
(Wed, 26 Jan 2011 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 144 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.