bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#34317: 26.1.90; Wrong unbinding order in x_consider_frame_title


From: martin rudalics
Subject: bug#34317: 26.1.90; Wrong unbinding order in x_consider_frame_title
Date: Mon, 04 Feb 2019 19:49:54 +0100

The unbinding order in x_consider_frame_title is botched.  Hence,
while do_switch_frame will not resize the minibuffer window when the
frame of the title bar gets selected, it will still resize when the
old frame gets reselected in the unbind form.

The behavior can be seen with emacs -Q evaluating the following two
forms in row:

(make-frame '((minibuffer . nil)))
(y-or-n-p "\n")

The attached trivial patch cures it.  Obviously, there's no guarantee
that some other client relies on the wrong order.

martin

Attachment: x_consider_frame_title.diff~
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]