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

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

bug#11841: 24.1; emacs hangs when opening cpp file with mixed eol styles


From: Stefan Monnier
Subject: bug#11841: 24.1; emacs hangs when opening cpp file with mixed eol styles
Date: Sat, 07 Jul 2012 17:53:47 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

> Just as an observation, (forward-comment -1) doesn't move back over a ^M.

Why should it?  It's not a whitespace, and while it has "comment end"
syntax, it does not have a matching comment-start.

I think you should give it whitespace syntax.
Currently "foo // bar ^M baz ^J" is treated in CC-mode as "foo <comment>
baz", which I think is wrong.


        Stefan





reply via email to

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