[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: |
Thu, 26 Nov 2015 19:19:41 +0200 |
> From: Philipp Stephani <address@hidden>
> Date: Thu, 26 Nov 2015 17:01:48 +0000
> Cc: address@hidden, address@hidden
>
> This is a essentially the same issue as
> https://github.com/aaptel/emacs-dynamic-module/issues/41.
I didn't understand the issue well enough, but if you say so...
Once again, I think registering a Lisp callback will allow it to be
called by the C callback, when the event arrives. Of course, if the
arriving event calls the C callback on another thread, then Emacs will
abort due to the thread check...
So I guess the timer solution is the way to go.
Re: Callbacks from modules, Philipp Stephani, 2015/11/26
Re: Callbacks from modules, Tom Tromey, 2015/11/26