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: Wolfgang Jenkner
Subject: Re: kqueue in Emacs 25.1?
Date: Tue, 10 Nov 2015 15:32:09 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (berkeley-unix)

On Tue, Nov 10 2015, Michael Albinus wrote:

> I could
> reproduce the problem with a very small test program outside Emacs, so I
> have reported this as Ubuntu bug
> <https://bugs.launchpad.net/ubuntu/+source/libkqueue/+bug/1514837>.

I compiled your test program (after adding #include <sys/types.h> at the
top, see kqueue(2)) on FreeBSD 10 and it seems to work as expected?


[1 ~]$ cd /tmp/
[2 /tmp]$ cc -Wall julipedia.c -o julipedia
[3 /tmp]$ touch foo
[4 /tmp]$ ./julipedia >/dev/pts/7 2>&1
[5 /tmp]$ 

And on the other terminal:

[1 ~]$ tty
/dev/pts/7
[2 ~]$ cd /tmp/
[3 /tmp]$ echo >foo
[4 /tmp]$ File written
File extended
File attributes modified

[4 /tmp]$ echo >>foo
[5 /tmp]$ File written
File extended

[5 /tmp]$ chmod a+x foo 
File attributes modified
[6 /tmp]$ rm foo 
File deleted
[7 /tmp]$ 



reply via email to

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