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

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

bug#22864: C++11 code causes lisp errors in cc-mode and delete-selection


From: Óscar Fuentes
Subject: bug#22864: C++11 code causes lisp errors in cc-mode and delete-selection-mode
Date: Tue, 01 Mar 2016 02:45:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Ryan Johnson <scovich@gmail.com> writes:

> The following (lexically valid) C++11 code confuses cc-mode, causing
> lisp errors that interrupt syntax highlighting and which break
> delete-selection-mode:
>
> $ cat font-lock-bug.cpp
> void a()
> {
>    auto b = [](int c) { return c < 0; };
>    d({b});
> }

Thanks. This seems fixed in the upcoming 25.1 version which contains
improved support for C++XX.

Closing.





reply via email to

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