GNU bug report logs -
#74091
31.0.50; string-pixel-width in mode line disables region
Previous Next
Reported by: Eshel Yaron <me <at> eshelyaron.com>
Date: Tue, 29 Oct 2024 17:28:02 UTC
Severity: normal
Found in version 31.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> Cc: me <at> eshelyaron.com, 74091 <at> debbugs.gnu.org
> Date: Sun, 10 Nov 2024 07:50:47 +0200
> From: Eli Zaretskii <eliz <at> gnu.org>
>
> > > @@ -1170,7 +1171,7 @@ reset_buffer_local_variables (struct buffer *b, bool permanent_too)
> > > swap_in_global_binding (XSYMBOL (sym));
> > > }
> > >
> > > - if (!NILP (prop))
> > > + if (!NILP (prop) && permanent_too)
> > > {
> > > /* If permanent-local, keep it. */
> > > last = tmp;
> >
> > This should be an || rather than an &&, no?
>
> No, I don't think so. If the permanent-local property is nil, we
> should not take this branch, even if permanent_too is non-zero. Or
> what am I missing?
Hmm... but something is still amiss, because Emacs built with my patch
comes up without fontifications, although font-lock-mode is t. Any
ideas?
This bug report was last modified 251 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.