GNU bug report logs -
#1061
pop-up-frames does not work on a tty
Previous Next
Reported by: Dan Nicolaescu <dann <at> ics.uci.edu>
Date: Wed, 1 Oct 2008 08:50:03 UTC
Severity: normal
Done: martin rudalics <rudalics <at> gmx.at>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
martin rudalics <rudalics <at> 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")
This bug report was last modified 16 years and 230 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.