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

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

bug#23101:


From: Eli Zaretskii
Subject: bug#23101:
Date: Thu, 24 Mar 2016 20:07:41 +0200

> From: Philipp Stephani <phst@google.com>
> Date: Thu, 24 Mar 2016 09:45:33 +0000
> 
> Minimal reproduction:
> 
> (with-temp-buffer
>   (let ((last-nonmenu-event nil)
> (use-dialog-box t)
> (oldbuf (current-buffer)))
>     (yes-or-no-p "")
>     (cl-assert (equal oldbuf (current-buffer)))))
> 
> Seems that yes-or-no-p switches buffers when the dialog box is used.

Thanks, I think I fixed this on the emacs-25 branch.





reply via email to

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