[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C++ colouring, const keyword.
From: |
Stefan Monnier |
Subject: |
Re: C++ colouring, const keyword. |
Date: |
Mon, 26 Nov 2001 00:21:06 -0500 |
> Using GNU emacs 21.
> Writing for example a function prototype,
> when I say
>
> void foo (const char *bar);
>
> then bar is blue as it should be, while when it say
>
> void foo (char const *bar);
>
> it is not. This worked in emacs-20.7.
Works fine for me with `emacs -q --no-site-file -f global-font-lock-mode'.
Can you give more detail to see where the problem comes from ?
Stefan