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

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

bug#19206: 25.0.50; CC Mode tracks wrong source files


From: Stefan Monnier
Subject: bug#19206: 25.0.50; CC Mode tracks wrong source files
Date: Fri, 28 Nov 2014 14:49:07 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> I did not try to find the culprit.  The CC Mode code is convoluted
> beyond my understanding.

Agreed, it's madness.  I'd like to streamline it (at some runtime cost),
but that requires major modes that use CC to do

  (require 'cc-langs)

rather than

  (eval-when-compile (require 'cc-langs))

Still, you can already do that and I recommend it since it should reduce
the number of ways the code can fail.  More to the point, it might fix
the problem you're experiencing (maybe cc-miscompile will still be
mentioned in there, but it hopefully won't be any more).


        Stefan





reply via email to

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