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

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

bug#25521: 26.0.50; After (make-frame '((name . "foo"))) (select-frame-b


From: npostavs
Subject: bug#25521: 26.0.50; After (make-frame '((name . "foo"))) (select-frame-by-name "foo") doesn't see the frame
Date: Wed, 25 Jan 2017 18:43:08 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

"Alex (QWxleA)" <qwxlea@gmail.com> writes:
>
> Yes, the following works:
>
> (require 'org)
>
> (defun qw ()
>   (interactive)
>   "Create a new capture frame helper-function" 
>   (make-frame '((name . "foo")
>                 (width . 120)
>                 (height . 25)))
>   (sleep-for 0.00134)
>   (select-frame-by-name "foo") 
>   (org-agenda))
>
> If sleep gets any shorter it no longer works. The wait is short enough
> not to be noticed. Good enough for me, thanks for the suggestion.

Can you clarify if the waitless version I suggested in
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25521#8 also works?





reply via email to

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