unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#16967: frame related race condition
@ 2014-03-08 16:19 Juanma Barranquero
  2014-03-10  9:04 ` martin rudalics
  2019-10-02  1:47 ` Juanma Barranquero
  0 siblings, 2 replies; 18+ messages in thread
From: Juanma Barranquero @ 2014-03-08 16:19 UTC (permalink / raw)
  To: 16967

Package: emacs
Version: 24.3.50

emacs -Q

then type this in *scratch*

(let* ((c (selected-frame))
       (f (make-frame)))
  (sit-for 0)
  (select-frame-set-input-focus f)
  (sit-for 0)
  (delete-frame c))

then evaluate the let repeteadly. It's not hard to get "let*: Attempt
to delete the sole visible or iconified frame".





^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2019-10-02  1:47 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-08 16:19 bug#16967: frame related race condition Juanma Barranquero
2014-03-10  9:04 ` martin rudalics
2014-03-10 10:32   ` martin rudalics
2014-03-10 11:08     ` Juanma Barranquero
2014-03-10 11:45       ` martin rudalics
2014-03-10 12:39         ` Juanma Barranquero
2014-03-10 13:11           ` martin rudalics
2014-03-10 14:48             ` Juanma Barranquero
2014-03-10 19:04               ` martin rudalics
2014-03-10 21:18                 ` Juanma Barranquero
2014-03-11  8:07                   ` martin rudalics
2014-03-11 21:13                     ` Juanma Barranquero
2014-03-12 14:06                     ` Stefan Monnier
2014-03-14 11:31                       ` martin rudalics
2014-03-14 13:32                         ` Stefan Monnier
2014-03-11  1:33             ` Stefan Monnier
2014-03-11  8:07               ` martin rudalics
2019-10-02  1:47 ` Juanma Barranquero

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).