reset command-event back to normal?

Started by iho, May 08, 2015, 11:14:04 AM

Previous topic - Next topic

iho

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

Lutz

#1
Just do a:



(command-event nil)


to cancel it. Same with error-event, prompt-event, reader-event and xfer-event.

iho

#2
Thanks Lutz!