bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8057: 23.2.93; (PCL-CVS and) log-edit


From: Glenn Morris
Subject: bug#8057: 23.2.93; (PCL-CVS and) log-edit
Date: Wed, 16 Feb 2011 19:25:11 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

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:".





reply via email to

[Prev in Thread] Current Thread [Next in Thread]