unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@online.de>
To: emacs-devel@gnu.org
Subject: Re: Beyond release
Date: Mon, 27 Jun 2016 18:25:15 +0200	[thread overview]
Message-ID: <d6fe0298-48aa-1e78-d091-ceea4f1ee0bd@online.de> (raw)
In-Reply-To: <ad27bc45-2976-8489-95a6-765db01011f1@yandex.ru>



On 27.06.2016 18:10, Dmitry Gutov wrote:
> On 06/27/2016 06:52 PM, Clément Pit--Claudel wrote:
>
>>> The
>>> introduction of circular dependencies WRT syntax-ppss probably
>>> deserves being mentioned in this context. Propertize functions are
>>> encouraged to call syntax-ppss while syntax-ppss itself propertizes.
>>
>> Interesting. I don't know about these things, but I never saw them 
>> them mentioned (especially the last ones) outside of emacs-devel.
>
> Until someone presents concrete evidence, this is just FUD. You can 
> pay it no attention.
>

syntax-propertize-function:

" ...
The specified function may call ‘syntax-ppss’ on any position
before END, but it should not call ‘syntax-ppss-flush-cache’,
which means that it should not call ‘syntax-ppss’ on some
position and later modify the buffer on some earlier position."

Source of

(defun syntax-ppss (&optional pos)
   " [ ... ]"
   ;; Default values.
   (unless pos (setq pos (point)))
   (syntax-propertize pos)
   ...











  reply	other threads:[~2016-06-27 16:25 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-27  9:58 Beyond release Andreas Röhler
2016-06-27 14:18 ` Clément Pit--Claudel
2016-06-27 15:33   ` Andreas Röhler
2016-06-27 15:52     ` Clément Pit--Claudel
2016-06-27 16:10       ` Dmitry Gutov
2016-06-27 16:25         ` Andreas Röhler [this message]
2016-06-27 16:55           ` Dmitry Gutov
2016-06-27 18:10             ` Andreas Röhler
2016-06-27 19:55               ` Dmitry Gutov
2016-06-28  6:14                 ` Andreas Röhler
2016-06-28 11:13                   ` Dmitry Gutov
2016-06-27 20:29               ` Alan Mackenzie
2016-06-28  8:39                 ` Andreas Röhler
2016-06-27 16:21       ` Andreas Röhler
2016-06-27 16:40       ` Phillip Lord
2016-06-27 18:00         ` Clément Pit--Claudel
2016-06-27 18:05         ` Clément Pit--Claudel
2016-06-27 20:35           ` Phillip Lord
2016-06-27 15:53     ` Clément Pit--Claudel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d6fe0298-48aa-1e78-d091-ceea4f1ee0bd@online.de \
    --to=andreas.roehler@online.de \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).