From unknown Mon Aug 18 18:00:23 2025 X-Loop: help-debbugs@gnu.org Subject: bug#24132: 25.1.50; Missing fontification for header names in C++ mode Resent-From: Phil
= 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 "\&q= uot;"))'
> 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.=C2=A0 Thanks in advance!=C2=A0 (The file to patch is in directory=
.../lisp/progmodes.)