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

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

bug#24132: 25.1.50; Missing fontification for header names in C++ mode


From: Philipp Stephani
Subject: bug#24132: 25.1.50; Missing fontification for header names in C++ mode
Date: Mon, 08 Aug 2016 23:15:42 +0000



Alan Mackenzie <acm@muc.de> schrieb am Mi., 3. Aug. 2016 um 13:45 Uhr:
Hello, Phil.

On Tue, Aug 02, 2016 at 11:17:06AM -0400, Phil wrote:

> src/emacs -Q -eval '(progn (insert "#include \"foo/bar.h\"")(c++-mode)(backward-char 11)(delete-char 1) (insert "\""))'

> Expected: The header name "foo/bar.h" is fontified as string.
> Actual: the header name isn't fontified.

Thanks for taking the trouble to report this.

Could you please try out the following patch to CC Mode, and either
confirm that it solves the problem, or tell me what's still not working
properly.  Thanks in advance!  (The file to patch is in directory
.../lisp/progmodes.)


Thanks Alan, the patch indeed fixes the problem. 

reply via email to

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