GNU bug report logs -
#67715
28.2; Minibuffer content is sometimes unexpectedly partially hidden
Previous Next
Reported by: Markus Triska <triska <at> metalevel.at>
Date: Fri, 8 Dec 2023 19:05:02 UTC
Severity: normal
Tags: wontfix
Found in version 28.2
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #55 received at 67715 <at> debbugs.gnu.org (full text, mbox):
> Thank you a lot Martin for looking into this. To clarify: Does the
> cause of this issue, which is different from the one that was originally
> stated, mean that issue I have filed here and which still persists can
> be fixed while the other mentioned problem is also addressed correctly?
IIUC the code that previously calculated the frame title could resize
the minibuffer window and, while doing that, redisplay its contents in
your sense. After the fix, it doesn't do that any more.
IMO, code calculating things like the mode line contents or the frame
title should be completely transparent. It should affect only the
contents of the mode line or the frame title. Anything else would be a
misfeature. So I doubt that any future changes in that code will
address your problem.
I'd first try to add some :eval form to 'frame-title-format' that binds
‘inhibit-redisplay’ to nil and maybe resizes the minibuffer window so it
gets redisplayed to show the contents of its buffer in your sense.
martin
This bug report was last modified 158 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.