From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 09 05:03:10 2013 Received: (at submit) by debbugs.gnu.org; 9 Apr 2013 09:03:10 +0000 Received: from localhost ([127.0.0.1]:41135 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UPUSL-0004ab-VT for submit@debbugs.gnu.org; Tue, 09 Apr 2013 05:03:10 -0400 Received: from eggs.gnu.org ([208.118.235.92]:39656) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UPUSH-0004aS-Kj for submit@debbugs.gnu.org; Tue, 09 Apr 2013 05:03:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPUOk-00041j-03 for submit@debbugs.gnu.org; Tue, 09 Apr 2013 04:59:28 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-9.3 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([208.118.235.17]:35398) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPUOj-00041e-TS for submit@debbugs.gnu.org; Tue, 09 Apr 2013 04:59:25 -0400 Received: from eggs.gnu.org ([208.118.235.92]:51017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPUOh-0006s6-6M for bug-gnu-emacs@gnu.org; Tue, 09 Apr 2013 04:59:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPUOe-00040r-Gk for bug-gnu-emacs@gnu.org; Tue, 09 Apr 2013 04:59:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35732) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPUOe-00040g-9O for bug-gnu-emacs@gnu.org; Tue, 09 Apr 2013 04:59:20 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r398xJWX018309 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 9 Apr 2013 04:59:19 -0400 Received: from kiasportyw.brq.redhat.com (unused-4-188.brq.redhat.com [10.34.4.188]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r398xIjn023985 for ; Tue, 9 Apr 2013 04:59:18 -0400 Message-ID: <5163D865.4020100@redhat.com> Date: Tue, 09 Apr 2013 10:59:17 +0200 From: Petr Hracek User-Agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130402 Thunderbird/17.0.5 MIME-Version: 1.0 To: bug-gnu-emacs@gnu.org Subject: 24.3; Man page update against help Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 208.118.235.17 X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -6.9 (------) Hi, I have compared help against man page (https://bugzilla.redhat.com/show_bug.cgi?id=948838) Patch for 24.3 is here: diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index 4f7f8d2..50d8038 100644 --- a/doc/man/emacs.1 +++ b/doc/man/emacs.1 @@ -61,6 +61,9 @@ The following options are of general interest: Edit .IR file . .TP +.BI \-\-chdir " directory\fR\fP " +Change to directory +.TP .BI \-\-file " file\fR,\fP " \-\-find-file " file\fR,\fP " \-\-visit " file" The same as specifying .I file @@ -82,9 +85,15 @@ and .BR \-q ", " \-\-no\-init\-file Do not load an init file. .TP +.BR \-nl ", " \-\-no\-shared\-memory +Do not use shared memory +.TP .B \-\-no\-site\-file Do not load the site-wide startup file. .TP +.BR \-nsl ", " \-\-no\-site\-list +Do not add site-lisp directories to load-path +.TP .B \-\-no\-desktop Do not load a saved desktop. .TP @@ -325,6 +334,9 @@ in iconified state. .BR \-nbc ", " \-\-no\-blinking\-cursor Disable blinking cursor. .TP +.BR \-\-parent-id " xid\fR\fP " +Set parent window +.TP .BR \-nw ", " \-\-no\-window\-system Tell .I Emacs Could it be acceptable? By the way emacs-nox has no man page and I think it would be good to create either link or copy of emacs.1.gz to emacs-nox.1.gz What do you think about that? -- S pozdravem / Best regards Petr Hracek From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 09 21:50:11 2013 Received: (at 14165) by debbugs.gnu.org; 10 Apr 2013 01:50:11 +0000 Received: from localhost ([127.0.0.1]:42725 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UPkAt-0006jz-1H for submit@debbugs.gnu.org; Tue, 09 Apr 2013 21:50:11 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:39117) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UPkAq-0006jq-Sa for 14165@debbugs.gnu.org; Tue, 09 Apr 2013 21:50:09 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UPk7G-0004mS-Gq; Tue, 09 Apr 2013 21:46:26 -0400 From: Glenn Morris To: Petr Hracek Subject: Re: bug#14165: 24.3; Man page update against help References: <5163D865.4020100@redhat.com> X-Spook: assassination Maple ammunition United Nations e-cash Ft. X-Ran: bmT[%xBsf{X*)t?R\1f_Jkginl@)h0M+#;(VS>#jn;OVAAHve5.@.|e$Aca*!puszJtiH5 X-Hue: blue X-Debbugs-No-Ack: yes X-Attribution: GM Date: Tue, 09 Apr 2013 21:46:26 -0400 In-Reply-To: <5163D865.4020100@redhat.com> (Petr Hracek's message of "Tue, 09 Apr 2013 10:59:17 +0200") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: 14165 Cc: 14165@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -9.3 (---------) Petr Hracek wrote: > I have compared help against man page > (https://bugzilla.redhat.com/show_bug.cgi?id=948838) "You are not authorized to access bug #948838." (Sadly it feels like this is increasingly common with Red Hat bugs. Hard to imagine what sensitive customer data can possibly be in that report.) > Patch for 24.3 is here: Thanks, applied to emacs-24 branch, with minor tweaks. > By the way emacs-nox has no man page and I think it would be good to > create either link or copy of emacs.1.gz to emacs-nox.1.gz Up to you. Personally I think "man emacs" is still fine, even if the package is called "emacs-nox" or "emacs-24" or whatever. From debbugs-submit-bounces@debbugs.gnu.org Tue Apr 09 21:50:31 2013 Received: (at control) by debbugs.gnu.org; 10 Apr 2013 01:50:31 +0000 Received: from localhost ([127.0.0.1]:42728 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UPkBD-0006kc-85 for submit@debbugs.gnu.org; Tue, 09 Apr 2013 21:50:31 -0400 Received: from fencepost.gnu.org ([208.118.235.10]:39123) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UPkBB-0006kW-FD for control@debbugs.gnu.org; Tue, 09 Apr 2013 21:50:29 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UPk7c-0004n9-EA for control@debbugs.gnu.org; Tue, 09 Apr 2013 21:46:48 -0400 Date: Tue, 09 Apr 2013 21:46:48 -0400 Message-Id: Subject: control message for bug 14165 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 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: -7.4 (-------) close 14165 24.4 From unknown Sun Jun 15 08:41:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 08 May 2013 11:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator