GNU bug report logs -
#44070
28.0.50; Minibuffer display "jumps" upon minor edit
Previous Next
Reported by: Stefan Monnier <monnier <at> iro.umontreal.ca>
Date: Sun, 18 Oct 2020 22:11:01 UTC
Severity: normal
Found in version 28.0.50
Done: Stefan Monnier <monnier <at> iro.umontreal.ca>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Stefan Monnier <monnier <at> iro.umontreal.ca>
> Cc: 44070 <at> debbugs.gnu.org
> Date: Sun, 01 Nov 2020 10:38:03 -0500
>
> > I thought about testing equality between the window being redisplayed
> > and minibuf_window. We could also look at the buffer displayed by the
> > window, and see if it appears in Vminibuffer_list. Does that make
> > sense?
>
> Sounds pretty ugly.
??? Why? In any case, we do this stuff all over the place. A random
example:
else if ((w != XWINDOW (minibuf_window)
|| minibuf_level == 0)
/* When buffer is nonempty, redisplay window normally. */
&& BUF_Z (XBUFFER (w->contents)) == BUF_BEG (XBUFFER (w->contents))
/* Quail displays non-mini buffers in minibuffer window.
In that case, redisplay the window normally. */
&& !NILP (Fmemq (w->contents, Vminibuffer_list)))
This bug report was last modified 4 years and 254 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.