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: Stefan Monnier
Subject: Re: [Emacs-diffs] master 6827370: Skip past `#' to find BEG
Date: Tue, 09 Jun 2015 12:07:37 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

>>> -                 (skip-chars-forward "`',‘")
>>> +                 (skip-chars-forward "`',‘#")
>> Should we use something like backward-prefix-chars (but going forward)?
> You mean (skip-syntax-forward "'")?

Something like that, yes.

> 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).

I think this is useful for completion inside docstrings.


        Stefan



reply via email to

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