emacs-devel
[Top][All Lists]
Advanced

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

Re: forward-comment and syntax-ppss


From: Clément Pit--Claudel
Subject: Re: forward-comment and syntax-ppss
Date: Thu, 8 Dec 2016 15:34:18 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

On 2016-12-08 15:15, Alan Mackenzie wrote:
> As I said above, I think syntax-ppss should be retired and replaced by a
> function which does parse-partial-sexp starting at 1 rather than
> (point-min).

Doesn't the following do that?

  (save-restriction (widen) (syntax-ppss))

(Or does this break the cache in some way?)

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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