[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Bug in new sit-for?
From: |
Lennart Borgman |
Subject: |
Bug in new sit-for? |
Date: |
Sun, 16 Jul 2006 22:26:52 +0200 |
User-agent: |
Thunderbird 1.5.0.4 (Windows/20060516) |
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.
- Bug in new sit-for?,
Lennart Borgman <=