emacs-devel
[Top][All Lists]
Advanced

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

Re: filenotify.el


From: Eli Zaretskii
Subject: Re: filenotify.el
Date: Wed, 26 Jun 2013 18:57:44 +0300

> From: Stefan Monnier <address@hidden>
> Date: Wed, 26 Jun 2013 10:28:24 -0400
> Cc: RĂ¼diger Sonderfeld <address@hidden>,
>       address@hidden
> 
> > Imagine there are two registered watchers:
> > (gfile-add-watch "/tmp" flags1 'callback1)
> > (inotify-add-watch "/tmp" flags2 'callback2)
> > Both return the same descriptor, let's say 1. What would you call, when
> > there is an incoming event (1 flag "123") for the file "/tmp/123"?
> 
> Who's "you"?  IIUC it's the C code

No.  C code just pushes an event onto the event queue.  The rest is
done in Lisp.




reply via email to

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