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

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

bug#15212: 24.3.50; c++-mode doesn't support raw string literals


From: Ivan Andrus
Subject: bug#15212: 24.3.50; c++-mode doesn't support raw string literals
Date: Tue, 29 Mar 2016 21:14:44 -0600

Ivan Andrus <darthandrus@gmail.com> writes:

> C++11 allows fancy new raw string literals [1], but these strings aren't
> supported in c++-mode (e.g. fontification and movement by sexp's).
>
> In my experience such raw strings are fairly rare, and they are no doubt
> difficult to support.  But I thought I would report this since I
> didn't see a bug for it in debbugs.
>
> -Ivan
>
> [1] http://en.wikipedia.org/wiki/C%2B%2B11#New_string_literals

Any thoughts on this?  These are becoming more common in the code I work
on and some colleagues and I would like support, since they can destroy 
fontification of the rest of the buffer.  I'm hesitant to try and do it
myself because of the famed difficulty of cc-mode.  :-(  But I'm willing
to try if someone has ideas.

-Ivan







reply via email to

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