From unknown Tue Jun 17 22:07:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#7620: [PATH] doc/man/emacsclient.1: order options alphabetically Resent-From: Jari Aalto Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 12 Dec 2010 14:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 7620 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: 7620@debbugs.gnu.org X-Debbugs-Original-To: submit@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.12921631933511 (code B ref -1); Sun, 12 Dec 2010 14:14:02 +0000 Received: (at submit) by debbugs.gnu.org; 12 Dec 2010 14:13:13 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PRmfp-0000ua-5D for submit@debbugs.gnu.org; Sun, 12 Dec 2010 09:13:13 -0500 Received: from emh05.mail.saunalahti.fi ([62.142.5.111]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PRmfm-0000uM-6p for submit@debbugs.gnu.org; Sun, 12 Dec 2010 09:13:12 -0500 Received: from saunalahti-vams (vs3-10.mail.saunalahti.fi [62.142.5.94]) by emh05-2.mail.saunalahti.fi (Postfix) with SMTP id BC4258BF5B for ; Sun, 12 Dec 2010 16:19:17 +0200 (EET) Received: from emh03.mail.saunalahti.fi ([62.142.5.109]) by vs3-10.mail.saunalahti.fi ([62.142.5.94]) with SMTP (gateway) id A05B09B81FC; Sun, 12 Dec 2010 16:19:17 +0200 Received: from picasso.cante.net (a91-155-187-216.elisa-laajakaista.fi [91.155.187.216]) by emh03.mail.saunalahti.fi (Postfix) with ESMTP id 9C156158A65 for ; Sun, 12 Dec 2010 16:19:15 +0200 (EET) From: Jari Aalto Mail-Copies-To: poster Date: Sun, 12 Dec 2010 16:19:15 +0200 Message-ID: <87tyij5b18.fsf@picasso.cante.net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Antivirus: VAMS X-Spam-Score: -2.5 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.5 (--) --=-=-= Content-Type: text/plain 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 * emacsclient.1: Order options alhabetically. --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-doc-man-emacsclient.1-order-options-alphabetically.patch >From 79390367aba643998085751fb8584cfa244be6cb Mon Sep 17 00:00:00 2001 From: Jari Aalto 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 --- 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 --=-=-= Content-Type: text/plain -- 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 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 12 09:44:44 2010 Received: (at control) by debbugs.gnu.org; 12 Dec 2010 14:44:44 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PRnAK-0001dh-2J for submit@debbugs.gnu.org; Sun, 12 Dec 2010 09:44:44 -0500 Received: from emh01.mail.saunalahti.fi ([62.142.5.107]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PRnAH-0001dU-R0 for control@debbugs.gnu.org; Sun, 12 Dec 2010 09:44:42 -0500 Received: from saunalahti-vams (vs3-12.mail.saunalahti.fi [62.142.5.96]) by emh01-2.mail.saunalahti.fi (Postfix) with SMTP id 850688C40C for ; Sun, 12 Dec 2010 16:50:49 +0200 (EET) Received: from emh07.mail.saunalahti.fi ([62.142.5.117]) by vs3-12.mail.saunalahti.fi ([62.142.5.96]) with SMTP (gateway) id A027B14B49A; Sun, 12 Dec 2010 16:50:49 +0200 Received: from picasso.cante.net (a91-155-187-216.elisa-laajakaista.fi [91.155.187.216]) by emh07.mail.saunalahti.fi (Postfix) with ESMTP id 69D291C6384 for ; Sun, 12 Dec 2010 16:50:47 +0200 (EET) From: Jari Aalto To: control@debbugs.gnu.org Subject: Bug#7620 retitle Mail-Copies-To: poster Date: Sun, 12 Dec 2010 16:50:47 +0200 Message-ID: <87d3p759ko.fsf@picasso.cante.net> MIME-Version: 1.0 Content-Type: text/plain X-Antivirus: VAMS X-Spam-Score: -2.5 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -1.4 (-) retitle 7620 [PATCH] doc/man/emacsclient.1: order options alphabetically thanks From unknown Tue Jun 17 22:07:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#7620: [PATH] doc/man/emacsclient.1: order options alphabetically Resent-From: Chong Yidong Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 29 Dec 2010 03:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 7620 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch To: Jari Aalto Cc: 7620@debbugs.gnu.org Received: via spool by 7620-submit@debbugs.gnu.org id=B7620.129359377415804 (code B ref 7620); Wed, 29 Dec 2010 03:37:01 +0000 Received: (at 7620) by debbugs.gnu.org; 29 Dec 2010 03:36:14 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PXmph-00046r-A7 for submit@debbugs.gnu.org; Tue, 28 Dec 2010 22:36:13 -0500 Received: from vm-emlprdomr-03.its.yale.edu ([130.132.50.144]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PXmpe-00046f-JJ for 7620@debbugs.gnu.org; Tue, 28 Dec 2010 22:36:11 -0500 Received: from furball (bb220-255-229-62.singnet.com.sg [220.255.229.62]) (authenticated bits=0) by vm-emlprdomr-03.its.yale.edu (8.14.4/8.14.4) with ESMTP id oBT3gwj7015899 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 28 Dec 2010 22:43:00 -0500 Received: by furball (Postfix, from userid 1000) id C2728160AAD; Wed, 29 Dec 2010 11:42:56 +0800 (SGT) From: Chong Yidong References: <87tyij5b18.fsf@picasso.cante.net> Date: Wed, 29 Dec 2010 11:42:56 +0800 In-Reply-To: <87tyij5b18.fsf@picasso.cante.net> (Jari Aalto's message of "Sun, 12 Dec 2010 16:19:15 +0200") Message-ID: <87k4it1by7.fsf@stupidchicken.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.71 on 130.132.50.144 X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Jari Aalto 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. From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 28 22:36:22 2010 Received: (at control) by debbugs.gnu.org; 29 Dec 2010 03:36:23 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PXmpq-00047B-HQ for submit@debbugs.gnu.org; Tue, 28 Dec 2010 22:36:22 -0500 Received: from vm-emlprdomr-06.its.yale.edu ([130.132.50.147]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PXmpo-000470-JT for control@debbugs.gnu.org; Tue, 28 Dec 2010 22:36:20 -0500 Received: from furball (bb220-255-229-62.singnet.com.sg [220.255.229.62]) (authenticated bits=0) by vm-emlprdomr-06.its.yale.edu (8.14.4/8.14.4) with ESMTP id oBT3h9BY016076 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 28 Dec 2010 22:43:12 -0500 Received: by furball (Postfix, from userid 1000) id 99D9A160AAD; Wed, 29 Dec 2010 11:43:08 +0800 (SGT) From: Chong Yidong To: control@debbugs.gnu.org Subject: close 7620 Date: Wed, 29 Dec 2010 11:43:08 +0800 Message-ID: <87mxnpxn03.fsf@stupidchicken.com> MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.71 on 130.132.50.147 X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) close 7620 thanks