From unknown Fri Jul 11 05:32:17 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8057: 23.2.93; (PCL-CVS and) log-edit Resent-From: Reiner Steib Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 16 Feb 2011 16:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 8057 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 8057@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.129787274125771 (code B ref -1); Wed, 16 Feb 2011 16:13:01 +0000 Received: (at submit) by debbugs.gnu.org; 16 Feb 2011 16:12:21 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PpjzI-0006hb-Dc for submit@debbugs.gnu.org; Wed, 16 Feb 2011 11:12:20 -0500 Received: from eggs.gnu.org ([140.186.70.92]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PpjzF-0006hM-3y for submit@debbugs.gnu.org; Wed, 16 Feb 2011 11:12:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ppk7w-0005YU-Od for submit@debbugs.gnu.org; Wed, 16 Feb 2011 11:21:20 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_TO_NO_BRKTS_FREEMAIL autolearn=unavailable version=3.3.1 Received: from lists.gnu.org ([199.232.76.165]:56554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ppk7w-0005YI-Lm for submit@debbugs.gnu.org; Wed, 16 Feb 2011 11:21:16 -0500 Received: from [140.186.70.92] (port=50646 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ppk7u-0006ws-Bo for bug-gnu-emacs@gnu.org; Wed, 16 Feb 2011 11:21:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ppk7t-0005X8-7T for bug-gnu-emacs@gnu.org; Wed, 16 Feb 2011 11:21:14 -0500 Received: from mail.uni-ulm.de ([134.60.1.11]:56090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ppk7s-0005Wy-Tf for bug-gnu-emacs@gnu.org; Wed, 16 Feb 2011 11:21:13 -0500 Received: from poseidon.rz.uni-ulm.de (localhost [127.0.0.1]) by smtp.uni-ulm.de (8.14.3/8.14.2) with ESMTP id p1GGL8nF006610; Wed, 16 Feb 2011 17:21:08 +0100 (MET) Received: (from cyrus@localhost) by poseidon.rz.uni-ulm.de (8.14.3/8.14.2/Submit) id p1GGL8Cl006609; Wed, 16 Feb 2011 17:21:08 +0100 (MET) Received: from gate-6.ruv.de (gate-6.ruv.de [195.145.180.106]) by imap.uni-ulm.de (Horde MIME library) with HTTP; Wed, 16 Feb 2011 17:21:08 +0100 Message-ID: <20110216172108.exdjr8vyocgsw0sk@imap.uni-ulm.de> Date: Wed, 16 Feb 2011 17:21:08 +0100 From: Reiner Steib MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.5) X-Virus-Scanned: by amavisd-new X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 199.232.76.165 X-Spam-Score: -5.9 (-----) 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: -5.9 (-----) Hi, assume you have this new entry in the file/buffer ChangeLog: | 2011-02-16 Reiner Steib | | =09* some-longish-file-name.txt (module): New. In the *cvs* buffer, you mark the files some-longish-file-name.txt and ChangeLog, then hit `C' (cvs-mode-commit-setup). In Emacs 23.2.93, I get this log-edit buffer: | Summary: | | * some-longish-file-name.txt (module): New. Problem (1): The user has no information what will happen to the pseudo headers (e.g. "Summary:") and the empty lines. By trial reading `log-edit-done', I found out that they will not clutter the file's commit log. ;; Clean up empty headers. [...] ;; Get rid of leading empty lines. Maybe we could add some lines (at the bottom) similar like CVS: | Summary: | | * Berechtigungen_und_Web-Access.txt (module): New. | | VC: ---------------------------------------------------------------------- | VC: Enter log message above this line. Empty header lines (e.g. =20 "Summary:"), empty | VC: lines and lines beginning with `CVS:' are removed automatically. | VC: | VC: Press C-c C-c when you are done editing. | VC: ---------------------------------------------------------------------- The lines starting with "VC: " should use `font-lock-comment-face'. Problem (2): In Emacs 23.2, I had: | (module): New. For single-file commits (ChangeLog not counted as a file), the file name was stripped before setting up the log-edit buffer. Is it possible to restore this? Bye, Reiner From unknown Fri Jul 11 05:32:17 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8057: 23.2.93; (PCL-CVS and) log-edit Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 17 Feb 2011 00:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8057 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Reiner Steib Cc: 8057@debbugs.gnu.org Received: via spool by 8057-submit@debbugs.gnu.org id=B8057.12979017704612 (code B ref 8057); Thu, 17 Feb 2011 00:17:02 +0000 Received: (at 8057) by debbugs.gnu.org; 17 Feb 2011 00:16:10 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PprXV-0001CK-Ax for submit@debbugs.gnu.org; Wed, 16 Feb 2011 19:16:10 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PprXU-0001C9-0k for 8057@debbugs.gnu.org; Wed, 16 Feb 2011 19:16:08 -0500 Received: from localhost ([127.0.0.1]:56477) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PprgF-000678-Kx; Wed, 16 Feb 2011 19:25:11 -0500 From: Glenn Morris References: <20110216172108.exdjr8vyocgsw0sk@imap.uni-ulm.de> X-Spook: cryptographic Majic BROMURE Janet Reno Kh-11 Mafia USCODE X-Ran: :%DHJkC`$zI`<#8n9l,@Nz^~_8N8kIRT,HVlutD7n.F)_6j|-/0gdYR.?_aw;Sx|vi(,0u X-Hue: red X-Attribution: GM Date: Wed, 16 Feb 2011 19:25:11 -0500 In-Reply-To: <20110216172108.exdjr8vyocgsw0sk@imap.uni-ulm.de> (Reiner Steib's message of "Wed, 16 Feb 2011 17:21:08 +0100") 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: -4.7 (----) 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: -4.7 (----) Reiner Steib wrote: > Problem (2): > > In Emacs 23.2, I had: > > | (module): New. > > For single-file commits (ChangeLog not counted as a file), the file name > was stripped before setting up the log-edit buffer. The addition of the "Summary:" gunk (which there seems to be no way to turn off?) and possibly other headers at the start of the log buffer has broken the `log-edit-strip-single-file-name' functionality. The following bit of log-edit-insert-changelog always fails now: (goto-char (point-min)) (when (and log-edit-strip-single-file-name (looking-at "\\*\\s-+")) because it finds itself looking at "Summary:". From unknown Fri Jul 11 05:32:17 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8057: 23.2.93; (PCL-CVS and) log-edit Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 17 Feb 2011 07:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8057 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Reiner Steib Cc: 8057@debbugs.gnu.org Received: via spool by 8057-submit@debbugs.gnu.org id=B8057.129792709816615 (code B ref 8057); Thu, 17 Feb 2011 07:19:02 +0000 Received: (at 8057) by debbugs.gnu.org; 17 Feb 2011 07:18:18 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ppy82-0004Jv-0h for submit@debbugs.gnu.org; Thu, 17 Feb 2011 02:18:18 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ppy80-0004Ji-7R for 8057@debbugs.gnu.org; Thu, 17 Feb 2011 02:18:16 -0500 Received: from localhost ([127.0.0.1]:51585) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PpyGl-0000o6-SF; Thu, 17 Feb 2011 02:27:20 -0500 From: Glenn Morris References: <20110216172108.exdjr8vyocgsw0sk@imap.uni-ulm.de> X-Spook: Watergate defense information warfare Leuken-Baden X-Ran: t~4FhE^!:YcQ@-2~1^(5y?$Y"tA]hIw"HNdA=7~]%gx'1]x2?rCas!it14#mi=+'0N.3*u X-Hue: black X-Attribution: GM Date: Thu, 17 Feb 2011 02:27:19 -0500 In-Reply-To: (Glenn Morris's message of "Wed, 16 Feb 2011 19:25:11 -0500") 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.3 (------) 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: -6.3 (------) > Reiner Steib wrote: > >> Problem (2): Installed a fix for this. From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 23 03:35:16 2011 Received: (at control) by debbugs.gnu.org; 23 Feb 2011 08:35:17 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PsABo-00068v-Fx for submit@debbugs.gnu.org; Wed, 23 Feb 2011 03:35:16 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PsABn-00068k-Ac for control@debbugs.gnu.org; Wed, 23 Feb 2011 03:35:15 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1PsABh-0007bG-KO for control@debbugs.gnu.org; Wed, 23 Feb 2011 03:35:09 -0500 Date: Wed, 23 Feb 2011 03:35:09 -0500 Message-Id: Subject: control message for bug 8057 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -6.3 (------) 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: -6.3 (------) retitle 8057 documentation of Summary: etc in log-edit buffers From unknown Fri Jul 11 05:32:17 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8057: 23.2.93; (PCL-CVS and) log-edit Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 14 Jul 2011 18:48:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8057 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Reiner Steib Cc: 8057@debbugs.gnu.org Received: via spool by 8057-submit@debbugs.gnu.org id=B8057.131066925013325 (code B ref 8057); Thu, 14 Jul 2011 18:48:03 +0000 Received: (at 8057) by debbugs.gnu.org; 14 Jul 2011 18:47:30 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QhQwb-0003So-3d for submit@debbugs.gnu.org; Thu, 14 Jul 2011 14:47:29 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QhQwQ-0003Rr-VD for 8057@debbugs.gnu.org; Thu, 14 Jul 2011 14:47:19 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=quimbies.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QhQw8-0006iO-1X; Thu, 14 Jul 2011 20:47:00 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: <20110216172108.exdjr8vyocgsw0sk@imap.uni-ulm.de> (Reiner Steib's message of "Wed, 16 Feb 2011 17:21:08 +0100") Date: Thu, 14 Jul 2011 20:41:01 +0200 Message-ID: References: <20110216172108.exdjr8vyocgsw0sk@imap.uni-ulm.de> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: Joni Mitchell's _Don Juan's Reckless Daughter_: "Talk to Me" X-Hashcash: 1:23:110714:reiner.steib@gmx.de::uezGMUfzM/ba3Tm8:000000000000000000000000000000000000000000CPBU X-Hashcash: 1:23:110714:8057@debbugs.gnu.org::n3eBETQhwvVkdrGf:00000000000000000000000000000000000000001GBCN MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1QhQw8-0006iO-1X X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1311274020.7253@vDeGpEZiDqnlJ2oo5BmpOQ X-Spam-Status: No X-Spam-Score: -2.7 (--) 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.7 (--) Reiner Steib writes: > The user has no information what will happen to the pseudo headers > (e.g. "Summary:") and the empty lines. By trial reading > `log-edit-done', I found out that they will not clutter the file's > commit log. [...] > Maybe we could add some lines (at the bottom) similar like CVS: > > | Summary: > | > | * Berechtigungen_und_Web-Access.txt (module): New. > | > | VC: ---------------------------------------------------------------------- > | VC: Enter log message above this line. Empty header lines (e.g. > "Summary:"), empty > | VC: lines and lines beginning with `CVS:' are removed automatically. > | VC: > | VC: Press C-c C-c when you are done editing. > | VC: ---------------------------------------------------------------------- The empty summary lines could be a nuisance, I guess (although I've never been presented with them myself). When do they appear? However, having all that text at the bottom of the buffer would be even more annoying, I think. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Fri Jul 11 05:32:17 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8057: 23.2.93; (PCL-CVS and) log-edit Resent-From: Lars Magne Ingebrigtsen Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 11 Sep 2011 04:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8057 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Reiner Steib Cc: 8057@debbugs.gnu.org Received: via spool by 8057-submit@debbugs.gnu.org id=B8057.131571371218892 (code B ref 8057); Sun, 11 Sep 2011 04:02:02 +0000 Received: (at 8057) by debbugs.gnu.org; 11 Sep 2011 04:01:52 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2bEt-0004uZ-RZ for submit@debbugs.gnu.org; Sun, 11 Sep 2011 00:01:52 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2bEr-0004uM-Ly for 8057@debbugs.gnu.org; Sun, 11 Sep 2011 00:01:50 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R2bAf-0000Iu-NC; Sun, 11 Sep 2011 05:57:29 +0200 From: Lars Magne Ingebrigtsen In-Reply-To: <20110216172108.exdjr8vyocgsw0sk@imap.uni-ulm.de> (Reiner Steib's message of "Wed, 16 Feb 2011 17:21:08 +0100") Date: Sun, 11 Sep 2011 05:54:22 +0200 Message-ID: References: <20110216172108.exdjr8vyocgsw0sk@imap.uni-ulm.de> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: Various's _Belgian Pop & Wave Songs From the 1980s_: "Kaa Antilope - Rise Up Helicopter: Like a Bird" MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1R2bAf-0000Iu-NC X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1316318249.83407@fG6w1/uPqQydVRMvOS/Nog X-Spam-Status: No X-Spam-Score: -2.7 (--) 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.7 (--) Reiner Steib writes: > In Emacs 23.2.93, I get this log-edit buffer: > > | Summary: > | > | * some-longish-file-name.txt (module): New. > > Problem (1): > > The user has no information what will happen to the pseudo headers > (e.g. "Summary:") and the empty lines. By trial reading > `log-edit-done', I found out that they will not clutter the file's > commit log. Why does it insert the Summary: header line, anyway? Isn't the first line you enter into the buffer the summary in any case? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From unknown Fri Jul 11 05:32:17 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8057: 23.2.93; (PCL-CVS and) log-edit Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 11 Sep 2011 05:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8057 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Magne Ingebrigtsen Cc: 8057@debbugs.gnu.org, Reiner Steib Received: via spool by 8057-submit@debbugs.gnu.org id=B8057.13157175833417 (code B ref 8057); Sun, 11 Sep 2011 05:07:02 +0000 Received: (at 8057) by debbugs.gnu.org; 11 Sep 2011 05:06: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 1R2cFK-0000t4-Rk for submit@debbugs.gnu.org; Sun, 11 Sep 2011 01:06:23 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.183] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2cFJ-0000sx-Qb for 8057@debbugs.gnu.org; Sun, 11 Sep 2011 01:06:22 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAPM/bE5FxK3+/2dsb2JhbABBqBh5gVIBAQQBViMFCws0EhQYDSSICrQKhm4EoDKEQw X-IronPort-AV: E=Sophos;i="4.68,363,1312171200"; d="scan'208";a="135624172" Received: from 69-196-173-254.dsl.teksavvy.com (HELO ceviche.home) ([69.196.173.254]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 11 Sep 2011 01:02:07 -0400 Received: by ceviche.home (Postfix, from userid 20848) id 83092663AA; Sun, 11 Sep 2011 01:02:07 -0400 (EDT) From: Stefan Monnier Message-ID: References: <20110216172108.exdjr8vyocgsw0sk@imap.uni-ulm.de> Date: Sun, 11 Sep 2011 01:02:07 -0400 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sun, 11 Sep 2011 05:54:22 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.1 (--) 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.1 (--) > Why does it insert the Summary: header line, anyway? Because the log-edit buffer now uses an RFC822-style format. We should probably push this further and make the separating line between the header and the body more clear (e.g. font-lock it into a thin horizontal bar). > Isn't the first line you enter into the buffer the summary in > any case? It depends on the VC backend. Stefan From unknown Fri Jul 11 05:32:17 2025 X-Loop: help-debbugs@gnu.org Subject: bug#8057: 23.2.93; (PCL-CVS and) log-edit Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 11 Oct 2019 20:32:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8057 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Reiner Steib Cc: 8057@debbugs.gnu.org Received: via spool by 8057-submit@debbugs.gnu.org id=B8057.157082589921489 (code B ref 8057); Fri, 11 Oct 2019 20:32:02 +0000 Received: (at 8057) by debbugs.gnu.org; 11 Oct 2019 20:31:39 +0000 Received: from localhost ([127.0.0.1]:60445 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJ1Zb-0005aC-3h for submit@debbugs.gnu.org; Fri, 11 Oct 2019 16:31:39 -0400 Received: from quimby.gnus.org ([80.91.231.51]:42078) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJ1ZZ-0005WV-Iu for 8057@debbugs.gnu.org; Fri, 11 Oct 2019 16:31:37 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iJ1ZU-0002DL-H8; Fri, 11 Oct 2019 22:31:35 +0200 From: Lars Ingebrigtsen References: <20110216172108.exdjr8vyocgsw0sk@imap.uni-ulm.de> Date: Fri, 11 Oct 2019 22:31:32 +0200 In-Reply-To: <20110216172108.exdjr8vyocgsw0sk@imap.uni-ulm.de> (Reiner Steib's message of "Wed, 16 Feb 2011 17:21:08 +0100") Message-ID: <87sgnzkorf.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Reiner Steib writes: > assume you have this new entry in the file/buffer ChangeLog: > > | 2011-02-16 Reiner Steib > | > | * some-longish-file-name.txt (module): New. > > In the *cvs* buffer, you mark the fil [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Reiner Steib writes: > assume you have this new entry in the file/buffer ChangeLog: > > | 2011-02-16 Reiner Steib > | > | * some-longish-file-name.txt (module): New. > > In the *cvs* buffer, you mark the files some-longish-file-name.txt and > ChangeLog, then hit `C' (cvs-mode-commit-setup). > > In Emacs 23.2.93, I get this log-edit buffer: > > | Summary: > | > | * some-longish-file-name.txt (module): New. > > Problem (1): > > The user has no information what will happen to the pseudo headers > (e.g. "Summary:") and the empty lines. This was eight years ago, and I think that in practice the introduction of these header lines didn't lead to much confusion, so I think adding a help text (as suggested by this bug report) is unnecessary, and I'm closing this bug report. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 11 16:31:42 2019 Received: (at control) by debbugs.gnu.org; 11 Oct 2019 20:31:43 +0000 Received: from localhost ([127.0.0.1]:60448 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJ1Ze-0005cx-HC for submit@debbugs.gnu.org; Fri, 11 Oct 2019 16:31:42 -0400 Received: from quimby.gnus.org ([80.91.231.51]:42094) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iJ1Zd-0005bt-J8 for control@debbugs.gnu.org; Fri, 11 Oct 2019 16:31:41 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iJ1Za-0002DS-SI for control@debbugs.gnu.org; Fri, 11 Oct 2019 22:31:40 +0200 Date: Fri, 11 Oct 2019 22:31:38 +0200 Message-Id: <87r23jkor9.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #8057 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 8057 wontfix close 8057 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 8057 wontfix close 8057 quit