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

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

bug#43558: [PATCH]: Fix (forward-comment 1) when end delimiter is escape


From: Alan Mackenzie
Subject: bug#43558: [PATCH]: Fix (forward-comment 1) when end delimiter is escaped.
Date: Thu, 28 Apr 2022 18:52:37 +0000

Hello, Lars.

On Thu, Apr 28, 2022 at 13:17:12 +0200, Lars Ingebrigtsen wrote:
> Alan Mackenzie <acm@muc.de> writes:

> > I think the bug should stay open, though.  CC Mode still doesn't handle
> > multi-line comments absolutely correctly, and these could surely be
> > fixed, like Stefan said, by using syntax-table text properties somehow.

> Just to add a test case for this bug -- put this into a C file:

> /*
>   \*/
> a */

> cc-mode will highlight that as one comment (i.e., the "a" will be
> coloured with the comment face), but the file won't compile, since the
> comment ended at line two.  (This is in Emacs 29.)

I'll look at this in the coming days, and hopefully fix it.

> -- 
> (domestic pets only, the antidote for overdose, milk.)
>    bloggy blog: http://lars.ingebrigtsen.no

-- 
Alan Mackenzie (Nuremberg, Germany).





reply via email to

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