emacs-devel
[Top][All Lists]
Advanced

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

Re: kqueue in Emacs 25.1?


From: Michael Albinus
Subject: Re: kqueue in Emacs 25.1?
Date: Wed, 11 Nov 2015 16:44:29 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Wolfgang Jenkner <address@hidden> writes:

Hi Wolfgang,

> Please, see the patch with trivial fixes below.

Feel free to commit them to the branch.

>> You could also play a little bit with `kqueue-add-watch', but be aware
>> that watching directories is not implemented yet. This must be emulated,
>> kqueue has no native support for watching directories.
>
> Doing the same tests as with julipedia:
>
> echo >foo
> (7 (attrib) "/tmp/foo") (7 (extend write) "/tmp/foo")
>
> echo >>foo
> (7 (extend write) "/tmp/foo")
>
> chmod a+x foo
> (7 (attrib) "/tmp/foo")
>
> rm foo
> (7 (delete) "/tmp/foo")

All of this looks good to me.

I will see whether I could downgrade libkqueue0 on my Ubuntu system to
an earlier version, which works correctly. Then I could continue to work
on this.

Best regards, Michael.



reply via email to

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