emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] support a few of the new features of C++11 in syntax highlig


From: Óscar Fuentes
Subject: Re: [PATCH] support a few of the new features of C++11 in syntax highlighting
Date: Sun, 11 May 2014 18:00:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Václav Zeman <address@hidden> writes:

> On 25.1.2014 13:51, Paul Pogonyshev wrote:
>> This patch adds support for a few of new C++11 features. I added only
>> the ones easy to implement (basically, just adding keywords to lists),
>> since I'm not familiar with the way cc-mode works. Hope this patch is
>> not controversial. I submitted required legal papers years ago, you can
>> find a few my patches in ChangeLog.
>> 
>> Paul
>> 
>> 
>> 2014-01-25  Paul Pogonyshev  <address@hidden
>> <mailto:address@hidden>>
>> 
>>     * progmodes/cc-langs.el: Support some of the new keywords in
>>     C++11.
>>     (c-operators): Handle `alignof' and `decltype'.
>>     (c-primitive-type-kwds): Add `char16_t' and `char32_t' primitive
>>     types.
>>     (c-type-modifier-kwds): Add `constexpr' and `thread_local'.
>>     (c-constant-kwds): Add `nullptr'.
>> 
>
> Has this thread come to any conclusion? Were your collective patches
> merged and committed?

No. Most likely it was unnoticed by Alan.

Patches should be sent to the bug database to prevent them from
disappearing from the maintainer's radar.




reply via email to

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