emacs-devel
[Top][All Lists]
Advanced

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

Re: Fix to handling of C++ digit separators, improvements in handling of


From: Noam Postavsky
Subject: Re: Fix to handling of C++ digit separators, improvements in handling of single quotes.
Date: Sat, 1 Jul 2017 23:35:41 -0400

On Sat, Jul 1, 2017 at 12:10 PM, Alan Mackenzie <address@hidden> wrote:
> The code involved is moderately involved, with special cases needed to
> handle things like '\'', '\\', or char foo [] = {',',',',',',','};.  So
> if there are any problems with it (in particular, large areas of text
> following a quotey bit getting misfontified with font-lock-string-face),
> please let me know.

I think this change breaks tests/lisp/electric-tests.el, here's a
reduced test case (backtrace attached)

(with-temp-buffer
  (c++-mode)
  (insert " (((()) ")
  (goto-char 4)
  (insert ")"))

Attachment: c-quotes.backtrace
Description: Binary data


reply via email to

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