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

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

bug#1061: marked as done (pop-up-frames does not work on a tty)


From: Emacs bug Tracking System
Subject: bug#1061: marked as done (pop-up-frames does not work on a tty)
Date: Thu, 9 Oct 2008 01:45:04 -0700

Your message dated Thu, 09 Oct 2008 10:33:54 +0200
with message-id <48EDC1F2.4050305@gmx.at>
and subject line Re: bug#1061: pop-up-frames does not work on a tty
has caused the Emacs bug report #1061,
regarding pop-up-frames does not work on a tty
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
1061: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1061
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems
--- Begin Message --- Subject: pop-up-frames does not work on a tty Date: Wed, 1 Oct 2008 01:40:23 -0700 (PDT)
With the current CVS HEAD:

emacs -Q -nw
M-: (setq pop-up-frames t) RET
C-h f ding RET

The *Help* buffer does not appear at this point, a new frame is created,
but the current frame does not show the help buffer.

with emacs-22.2 the *Help* buffer is displayed.




--- End Message ---
--- Begin Message --- Subject: Re: bug#1061: pop-up-frames does not work on a tty Date: Thu, 09 Oct 2008 10:33:54 +0200 User-agent: Thunderbird 2.0.0.16 (Windows/20080708)
Fixed as

        * window.el (pop-up-frames): Add choice graphic-only.
        (display-buffer): When pop-up-frames equals graphic-only do
        not pop up new frame on text-only terminals.  (Bug#1061)

        * frame.c (Fraise_frame): On text-only terminals select frame in
        order to make it visible.  (Bug#1061)

martin



--- End Message ---

reply via email to

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