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

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

bug#1061: pop-up-frames does not work on a tty


From: martin rudalics
Subject: bug#1061: pop-up-frames does not work on a tty
Date: Wed, 01 Oct 2008 15:26:16 +0200
User-agent: Thunderbird 2.0.0.16 (Windows/20080708)

The previous patch was probably too drastic.  Let's try
the attached one.

martin

*** help.el.~1.342.~    2008-08-14 07:46:20.718750000 +0200
--- help.el     2008-10-01 15:19:23.250000000 +0200
***************
*** 1056,1062 ****
         "Type \"q\" to quit") window))
       ((= number-of-windows 1)
        ;; The help window is alone on a frame and not the selected
!       ;; window, could be the `pop-up-frames' t case.
        (help-window-display-message
         (cond
        (keep-frame "Type \"q\" to delete this window")
--- 1056,1063 ----
         "Type \"q\" to quit") window))
       ((= number-of-windows 1)
        ;; The help window is alone on a frame and not the selected
!       ;; window, probably the `pop-up-frames' t case.
!       (select-frame-set-input-focus (window-frame window))
        (help-window-display-message
         (cond
        (keep-frame "Type \"q\" to delete this window")

reply via email to

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