all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Vitalie Spinu <spinuvit@gmail.com>
Cc: 24749@debbugs.gnu.org
Subject: bug#24749: Making sure syntax-propertize is called
Date: Wed, 05 Jun 2019 09:32:21 -0400	[thread overview]
Message-ID: <jwv4l54mac7.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <87r288d2o2.fsf@gmail.com> (Vitalie Spinu's message of "Wed, 05 Jun 2019 07:25:17 +0200")

> Relatedly, I just noticed that seemingly innocuous dabrev-expand
> (hippie-expand) trigger syntax-propertize for the entire buffer.

Probably because of a search with \< and such.  The fact that this
depends on the syntax-table text-property is a misfeature in most cases :-(

>> IIRC (and similarly, syntax-propertize wouldn't be applied to the
>> whole buffer if a match is found before EOB).
> In the multi-mode context some types of chunks might not be present in the
> buffer, and the rare ones are commonly not. So the search ends up at eob.

I was mere mentioning a detail of the behavior.  Indeed, if your search
fails then it will have checked to EOB.  So the behavior may depend on
details like the difference between:

    (re-search-forward "FOO\\|BAR" ...)
or
    (or (re-search-forward "FOO" ...)
        (re-search-forward "BAR" ...))


-- Stefan






      reply	other threads:[~2019-06-05 13:32 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-20 21:14 bug#24749: Making sure syntax-propertize is called Stefan Monnier
2016-10-20 22:31 ` Dmitry Gutov
2016-10-20 23:12   ` Stefan Monnier
2016-10-21 15:58     ` Dmitry Gutov
2016-10-21  6:56 ` Eli Zaretskii
2016-10-21 15:36   ` Stefan Monnier
2016-10-21 16:02     ` Eli Zaretskii
2016-10-21 16:34       ` Stefan Monnier
2016-10-21 17:27         ` Eli Zaretskii
2017-12-12  2:03           ` Noam Postavsky
2017-12-12 14:12             ` Stefan Monnier
     [not found] ` <handler.24749.D24749.151308794732170.notifdone@debbugs.gnu.org>
2017-12-12 17:54   ` bug#24749: closed (Re: bug#24749: Making sure syntax-propertize is called) Tassilo Horn
2017-12-12 19:45     ` Stefan Monnier
     [not found]     ` <jwv4lovu3xj.fsf-monnier+emacs@gnu.org>
2017-12-13  8:50       ` martin rudalics
     [not found] ` <87ef4awyb6.fsf@gmail.com>
     [not found]   ` <jwvblzewpgj.fsf-monnier+emacs@gnu.org>
2019-06-03 17:47     ` bug#24749: Making sure syntax-propertize is called Stefan Monnier
2019-06-03 19:25       ` Vitalie Spinu
2019-06-03 19:45         ` Stefan Monnier
2019-06-03 20:04           ` npostavs
2019-06-04  5:49           ` Vitalie Spinu
2019-06-04 13:08             ` Stefan Monnier
2019-06-05  5:25               ` Vitalie Spinu
2019-06-05 13:32                 ` Stefan Monnier [this message]

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

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

  git send-email \
    --in-reply-to=jwv4l54mac7.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=24749@debbugs.gnu.org \
    --cc=spinuvit@gmail.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.