From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.bugs Subject: bug#15212: 24.3.50; c++-mode doesn't support raw string literals Date: Sun, 3 Apr 2016 18:36:38 +0000 Message-ID: <20160403183638.GE3537@acm.fritz.box> References: <8C5AB533-B326-424B-9612-0B4858BC80BF@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1459708460 4331 80.91.229.3 (3 Apr 2016 18:34:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Apr 2016 18:34:20 +0000 (UTC) Cc: 15212@debbugs.gnu.org To: Ivan Andrus Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Apr 03 20:34:10 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ammqf-0003W2-Ou for geb-bug-gnu-emacs@m.gmane.org; Sun, 03 Apr 2016 20:34:09 +0200 Original-Received: from localhost ([::1]:54772 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ammqf-0001Lz-1Z for geb-bug-gnu-emacs@m.gmane.org; Sun, 03 Apr 2016 14:34:09 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ammqb-0001Lh-42 for bug-gnu-emacs@gnu.org; Sun, 03 Apr 2016 14:34:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ammqX-0003wZ-TI for bug-gnu-emacs@gnu.org; Sun, 03 Apr 2016 14:34:05 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:53120) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ammqX-0003wU-Q0; Sun, 03 Apr 2016 14:34:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ammqX-0005BV-Lv; Sun, 03 Apr 2016 14:34:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Alan Mackenzie Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org, bug-cc-mode@gnu.org Resent-Date: Sun, 03 Apr 2016 18:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15212 X-GNU-PR-Package: emacs,cc-mode X-GNU-PR-Keywords: Original-Received: via spool by 15212-submit@debbugs.gnu.org id=B15212.145970842319905 (code B ref 15212); Sun, 03 Apr 2016 18:34:01 +0000 Original-Received: (at 15212) by debbugs.gnu.org; 3 Apr 2016 18:33:43 +0000 Original-Received: from localhost ([127.0.0.1]:50247 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ammqF-0005Az-L0 for submit@debbugs.gnu.org; Sun, 03 Apr 2016 14:33:43 -0400 Original-Received: from mail.muc.de ([193.149.48.3]:16308) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ammqE-0005Ar-1Y for 15212@debbugs.gnu.org; Sun, 03 Apr 2016 14:33:42 -0400 Original-Received: (qmail 3314 invoked by uid 3782); 3 Apr 2016 18:33:40 -0000 Original-Received: from acm.muc.de (p548A58C8.dip0.t-ipconnect.de [84.138.88.200]) by colin.muc.de (tmda-ofmipd) with ESMTP; Sun, 03 Apr 2016 20:33:39 +0200 Original-Received: (qmail 6189 invoked by uid 1000); 3 Apr 2016 18:36:38 -0000 Content-Disposition: inline In-Reply-To: <8C5AB533-B326-424B-9612-0B4858BC80BF@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:115966 Archived-At: Hello, Ivan. On Tue, Mar 29, 2016 at 09:14:44PM -0600, Ivan Andrus wrote: > Ivan Andrus 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. OK, I'll have a go at adding these ASAP. I've got a few ideas as how best to do this. > -Ivan -- Alan Mackenzie (Nuremberg, Germany).