emacs-devel
[Top][All Lists]
Advanced

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

Re: select-frame-set-input-focus fails to raise the frame


From: Alan Third
Subject: Re: select-frame-set-input-focus fails to raise the frame
Date: Wed, 13 Dec 2017 20:47:37 +0000
User-agent: Mutt/1.9.1 (2017-09-22)

On Tue, Dec 12, 2017 at 06:26:50PM -0500, Robert Weiner wrote:
> Here is a seemingly related problem with raise and lower frame.
> 
> ;; This whole sexp works
> (let ((f (selected-frame)))
>   (lower-frame f)
>   (sit-for 1)
>   (raise-frame f))
> 
> ;; Only the first raise-frame call works
> (let ((f (next-frame)))
>   ;; f is raised
>   (raise-frame f)
>   (sit-for 1)
>   ;; f is NEVER LOWERED
>   (lower-frame f))

I can’t reproduce this, these both work as expected for me here on
macOS using the master branch and the -Q flag.
-- 
Alan Third



reply via email to

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