emacs-devel
[Top][All Lists]
Advanced

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

Re: Using glib's g_file_monitor_file and g_file_monitor_directory


From: Stefan Monnier
Subject: Re: Using glib's g_file_monitor_file and g_file_monitor_directory
Date: Tue, 28 May 2013 12:21:33 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

> events, and so forth.  And glib uses a similar mechanism to handle
> file-change and process-change events.  So it seems natural to
> think about how these should be unified rather than kept separate,
> independently of how they're used.

In the same vein, there's the D-Bus message handler.

Currently d-bus messages generate events in the key-event queue, which means
that processing of dbus messages may be delayed by processing of key
presses.  I think this should be changed to "use a separate queue", just
like process events don't go through the key-event queue.


        Stefan



reply via email to

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