From: Eli Zaretskii <eliz@gnu.org>
To: Joakim Jalap <joakim.jalap@fastmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: A question about overlay-modification
Date: Thu, 24 Nov 2016 18:57:52 +0200 [thread overview]
Message-ID: <83eg206cj3.fsf@gnu.org> (raw)
In-Reply-To: <87inrdgibz.fsf@fastmail.com> (message from Joakim Jalap on Thu, 24 Nov 2016 13:42:24 +0100)
> From: Joakim Jalap <joakim.jalap@fastmail.com>
> Date: Thu, 24 Nov 2016 13:42:24 +0100
>
> To me that looks like the insert-in-front-hooks get run for overlays
> which start either at START or END, not only those which start at
> END. Likewise (but the other way around) for insert-behind-hooks.
Right. But why do you think it's a problem?
> What am I missing here?
Not sure. Possible candidates:
. without the code you cite, overlays ending exactly at START and
starting exactly at END won't get their hooks called (see the
condition after the snippet you show
. some overlays (so-called "empty" overlays) start and end at the
same buffer positions, so for them start and end positions are
indistinguishable
> (As an aside, the doc string mentions insert-before-hooks and
> insert-after-hooks, while the code has Qinsert_in_front_hooks and
> Qinsert_behind_hooks. Is this intentional or just left overs?)
It's one of those cases where the comments lie...
Thanks.
next prev parent reply other threads:[~2016-11-24 16:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-24 12:42 A question about overlay-modification Joakim Jalap
2016-11-24 16:57 ` Eli Zaretskii [this message]
2016-11-25 8:39 ` Joakim Jalap
2016-11-25 10:14 ` Eli Zaretskii
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=83eg206cj3.fsf@gnu.org \
--to=eliz@gnu.org \
--cc=emacs-devel@gnu.org \
--cc=joakim.jalap@fastmail.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.