emacs-devel
[Top][All Lists]
Advanced

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

Re: [patch] enhanced mac drag-n-drop


From: Richard Stallman
Subject: Re: [patch] enhanced mac drag-n-drop
Date: Sun, 10 Apr 2005 21:56:39 -0400

    Thanks.  I've just encountered a situation that I'd like to use
    code conversion, which may call Feval, inside XTread_socket.

XTread_socket runs in a signal handler.  I don't think Emacs can
recover from a Lisp error occurrinmg in the signal handler.
I think there are many other potential causes of bugs
if eval were run from the signal handler.

Someone wrote code to move most of the real work of XTread_socket
outside the signal handler.  ISTR we did not install it because there
were some cases in which that would change the behavior for the worse.
But we didn't reach any final conclusion about it.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]