emacs-devel
[Top][All Lists]
Advanced

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

Re: Callbacks from modules


From: Ivan Andrus
Subject: Re: Callbacks from modules
Date: Fri, 27 Nov 2015 10:31:17 -0700

On Nov 27, 2015, at 1:30 AM, Eli Zaretskii <address@hidden> wrote:
> 
>> 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.

Ah.  That makes sense.

-Ivan


reply via email to

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