unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#66773: 29.1; Ido displays incorrectly with multiple frames when ido-max-window-height=1
@ 2023-10-26 20:15 Spencer Williams via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-10-27 10:49 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: Spencer Williams via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-10-26 20:15 UTC (permalink / raw)
  To: 66773

When using multiple graphical frames, setting ido-max-window-height to 1
only works as expected on the initial frame. On all other frames,
supposing the minibuffer length is great enough, the beginning will be
occluded until user input is received.

This can be easily demonstrated by running the following code on a fresh
graphical Emacs, and then pressing C-x b to switch buffers:

(progn
  (ido-mode 1)
  (setq ido-max-window-height 1)
  (dotimes (i 100)
    (generate-new-buffer "foobar"))
  (make-frame))

The bug manifests on both Linux and macOS (vanilla builds). It was not
present on Emacs 28. I ran a git-bisect and the "first bad commit"
appears to be c0b9041ebde82907711cc00a7c307fe622fb541c.





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-11-18  8:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-26 20:15 bug#66773: 29.1; Ido displays incorrectly with multiple frames when ido-max-window-height=1 Spencer Williams via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-10-27 10:49 ` Eli Zaretskii
2023-10-27 22:47   ` Spencer Williams via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-10-28  8:22     ` Eli Zaretskii
2023-10-28 23:41       ` Spencer Williams via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-11-18  8:34         ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).