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

[no subject]



Jonl tells me that it is undefined what state the world will be in if
the following piece of code is executed typing a control-G in the place
where each READLINE is ...

(UNWIND-PROTECT (READLINE) (NOINTERRUPT NIL) (READLINE) (SETQ SOMETHING 'FOO))

What will happen, and if it is not clear can something be defined?
Having to say "Well, don't do anything major in an UNWIND-PROTECT..."
isn't really saying anything powerful for it.
-kmp