emacs-devel
[Top][All Lists]
Advanced

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

Re: Callbacks from modules


From: Eli Zaretskii
Subject: Re: Callbacks from modules
Date: Fri, 27 Nov 2015 10:30:34 +0200

> From: Ivan Andrus <address@hidden>
> Date: Thu, 26 Nov 2015 20:35:06 -0700
> Cc: Eli Zaretskii <address@hidden>,
>  address@hidden,
>  address@hidden
> 
> It seems desirable to me to have a function 
> 
> void send_event( char const * type );
> 
> which would just queue a special type of event that could be dispatched on the
> elisp side through the normal even handling.

You can't do that from another thread, because the Emacs event queue
is not ready to be accessed from several threads.



reply via email to

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