emacs-devel
[Top][All Lists]
Advanced

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

Re: address@hidden: C++-mode: Syntax highlighting: wrong color for funct


From: Stefan Monnier
Subject: Re: address@hidden: C++-mode: Syntax highlighting: wrong color for function identifier depending on the kind of whitespace that follows]
Date: Thu, 10 Mar 2005 12:01:33 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>> On a side note, I'm wondering why you go through so much trouble with the
>> "unmatched opening quote" in AWK.  No other mode does that AFAIK, even
>> though pretty much every major mode in lisp/progmodes/ has pretty much the
>> same need AFAICT.  Does it have to do with something specific to AWK, or is
>> it non-specific and maybe it should be done for all modes?

> I know that C# allows that type of string:

>    string a = @"I
>                    like
>               cheese";

> ... is perfectly valid

If it is, then current normal Emacs support is already perfect.  Alan's code
seems to be trying to take care of other situations.


        Stefan




reply via email to

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