emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 6827370: Skip past `#' to find BEG


From: Dmitry Gutov
Subject: Re: [Emacs-diffs] master 6827370: Skip past `#' to find BEG
Date: Tue, 9 Jun 2015 10:03:50 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0

On 06/09/2015 02:57 AM, Stefan Monnier wrote:
-                     (skip-chars-forward "`',‘")
+                     (skip-chars-forward "`',‘#")

Should we use something like backward-prefix-chars (but going forward)?

You mean (skip-syntax-forward "'")? For the moment, this would exclude the curly quotes, at least (which would be fine by me, since I don't want to see them in the source code, and would be happy to revert that part of 0fd5e6593af620863dcf90dff5d04631458e24cd).

By the way, what is that 'p' syntax class mentioned in the backward-prefix-chars docstring?



reply via email to

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