unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Bug in new sit-for?
@ 2006-07-16 20:26 Lennart Borgman
  2006-07-16 22:18 ` Chong Yidong
  0 siblings, 1 reply; 5+ messages in thread
From: Lennart Borgman @ 2006-07-16 20:26 UTC (permalink / raw)


Create a file sit-for-bug.el:

  (message "calling (sit-for 0)")(sit-for 0)
  (message "calling (sit-for 1)")(sit-for 1)
  (message "after sit-for")

Evaluate this inside Emacs with eval-buffer. Works fine. Now try instead

  emacs.exe -batch -Q -l sit-for-bug.el

This hangs after the displaying "calling (sit-for 1)". The first 
(sit-for 0) does not hang.

This is with Emacs from today on w32. Unfortunately this is a slightly 
patched version, will check with an unpatched version later.

Using Emacs from 2006-07-02 the batch call works fine.

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

end of thread, other threads:[~2006-07-17  4:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-16 20:26 Bug in new sit-for? Lennart Borgman
2006-07-16 22:18 ` Chong Yidong
2006-07-16 22:48   ` Lennart Borgman
2006-07-17  4:25     ` Chong Yidong
2006-07-17  4:28       ` Chong Yidong

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).