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

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

bug#16971: 24.3.50; comment-beginning behaves differently in current new


From: Frank Ruben
Subject: bug#16971: 24.3.50; comment-beginning behaves differently in current newcomment.el, leads to error in comment-indent-new-line
Date: Mon, 10 Mar 2014 22:39:12 +0100

Hi Glenn,

I manually changed my emacs lisp sources, so I can't reproduce it now with emacs -Q.
Anyway in *scratch* buffer, it was like (where '|' marks cursor position):

1) With current newcomment.el (December 2013):

    (foo ; bar |baz

     M-j =>

    (foo ; bar
    baz

2) With previous newcomment.el (March 2013):

    (foo ; bar |baz

     M-j =>

    (foo ; bar
         ; baz


Hope that helps and thanks for taking care,
    Frank



On Mon, Mar 10, 2014 at 7:58 PM, Glenn Morris <rgm@gnu.org> wrote:

Thanks for the report, but please give us a complete example starting
from `emacs -Q' that shows exactly what the issue is.


reply via email to

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