GNU bug report logs -
#21824
25.0.50; overlay modification-hooks called with wrong buffer
Previous Next
Full log
Message #47 received at 21824 <at> debbugs.gnu.org (full text, mbox):
> Date: Sat, 7 Nov 2015 11:22:50 -0500
> From: Noam Postavsky <npostavs <at> users.sourceforge.net>
> Cc: 21824 <at> debbugs.gnu.org
>
> On Sat, Nov 7, 2015 at 3:28 AM, Eli Zaretskii <eliz <at> gnu.org> wrote:
> >> global-highlight-parentheses-mode puts overlays in every buffer.
> >
> > Does it really mean to do that in *Messages*? If not, perhaps we
> > should suggest to the developers of highlight-parentheses to exempt
> > *Messages* from that, as that buffer is pretty specialized anyway. In
> > particular, due to the way the message logging in *Messages* is
> > implemented, the overlay modification hooks will only ever be called
> > in that buffer with AFTER non-nil, and even that will only happen when
> > Emacs decides to delete some text from *Messages*; inserting a new
> > message there will never call the overlay modification hooks.
>
> Well, I suppose users may want parentheses highlighted in messages too.
>
> But note that the overlays created by highlight-parentheses-mode do
> *not* have any modification-hooks. It's the triggering
> modification-hooks of (yasnippet's) overlays in another buffer in
> addition to the existence of (highlight-parentheses') overlays in
> *Messages* that triggers the bug.
Yes. My point was that *Messages* is a special buffer, and all kinds
of stuff we take for granted behaves differently there.
> > Yes, this looks good to me. How about creating a new file
> > buffer-tests.el (the offending code is in buffer.c)?
>
> Okay, see attached.
Thanks, pushed.
Btw, the FSF copyright assignment lists a different email address for
you. Which one is correct?
This bug report was last modified 6 years and 311 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.