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: Dan Nicolaescu
Subject: bug#1061: pop-up-frames does not work on a tty
Date: Wed, 1 Oct 2008 08:20:26 -0700 (PDT)

martin rudalics <rudalics@gmx.at> writes:

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

Thanks.
This might fix the *Help* case, but other function are not
working either:
C-x C-b
M-x grep

  > 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]