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

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

bug#8857: display-buffer attempt to pop-up frame in batch mode causes "U


From: martin rudalics
Subject: bug#8857: display-buffer attempt to pop-up frame in batch mode causes "Unknown terminal type" error
Date: Tue, 14 Jun 2011 21:09:06 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> Adding similar stuff to emacs-23, I see that display-buffer's cond tries
> the special-display-function branch (no match), the pop-up-windows
> branch (no window-to-use), and ends up in the last branch, where it
> finds a window-to-use every time. So it never tries to pop-up a frame.

Emacs 23 tries to pop up a frame only when the selected frame is a
minibuffer frame.  I shall add an appropriate condition in Emacs 24.

martin





reply via email to

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