Hi,
is it possible to reset command-event to normal, after having installed a special handler?
I have tried to reset it by setting it back to an fn which just returns a string, but I get a SIGSEGV if I do it.
Kind regards,
Ingo
Just do a:
(command-event nil)
to cancel it. Same with error-event, prompt-event, reader-event and xfer-event.
Thanks Lutz!