Hrvoje Niksic wrote:
Ben Wing <ben(a)666.com> writes:
> [2] "critical quit" C-Sh-g is supposed to break out of all loops, even
those
> where inhibit-quit is set;
It does break out of inhibit-quit. C-g doesn't break this, but C-Sh-g
does:
(let ((inhibit-quit t))
(while t))
However, delays where slow_down_interrupts is involved, such as
`connect', are *not* broken with C-Sh-g, and that's extremely
annoying. Any way to fix that?
never, or only after 15 seconds? what is the specific example? i recently
checked in code that doesn't slow down interrupts during connect except on
Ultrix. C-g should break immediately.
--
ben
I'm sometimes slow in getting around to reading my mail, so if you
want to reach me faster, call 520-661-6661.
See
http://www.666.com/ben/chronic-pain/ for the hell I've been
through.