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

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

bug#2929: 23.0.92; Broken auto-filling in message-mode


From: Glenn Morris
Subject: bug#2929: 23.0.92; Broken auto-filling in message-mode
Date: Thu, 09 Apr 2009 15:02:03 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Stefan Monnier wrote:

> This said, your report probably points at another bug because the
> "*/\n> " should not be added to lines which don't start with "> ".

I'm not sure newcomment.el can be blamed much for this.

The buffer has:

comment-start = "> "
comment-end   = "*/"

The comment-end string never appears in the example buffer, but the
comment-start one does. So it looks to newcomment like the whole
buffer is one big comment.






reply via email to

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