[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
kqueue in Emacs 25.1? (was: Feature freezes and Emacs 25)
From: |
Michael Albinus |
Subject: |
kqueue in Emacs 25.1? (was: Feature freezes and Emacs 25) |
Date: |
Sat, 07 Nov 2015 15:20:23 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
John Wiegley <address@hidden> writes:
> Let us officially freeze in one weeks, next Friday, Nov 13 at 11:59 PM UTC, so
> that any ready, last minute features can get in before 25.1 is closed. Then
> we'll take a pause and review whether anything should be allowed after the
> freeze. Once we're comfortable with the bug situation, we release.
The topic itself has been discussed a while ago: shall kqueue support be
added to the file notification backends? kqueue is the native file
notification library for all BSD-like systems, including Mac OS.
The answer that time was NO, because
- kqueue is already supported implicitely by gfilenotify, and
- it is said to have a horrible API.
Time passes, and at least the first argument is not valid any more. Due
to Bug#20280 we know, that gfilenotify cannot be used on systems which
have defined HAVE_NS. No file notification support on Mac OS, therefore.
The second argument is still valid, but ...
I have started a while ago to write kqueue.c, in order to have also
kqueue support in Emacs. Just my little pet project, looking whether
it's possible. Slow progress, 'tho.
The question is: assumed I succeed with this (point 2 of the arguments
is still valid), would kqueue support be accepted in Emacs? And in case
of yes, shall I concentrate on this task next time, in order to finish
before feature freeze?
Note, that I haven't anything to present yet, I'm still fighting with
the API. And I develop under Ubuntu, *real* tests must be performed by
somebody else.
> John
Best regards, Michael.
- Re: Feature freezes and Emacs 25, (continued)
- Re: Feature freezes and Emacs 25, Eli Zaretskii, 2015/11/16
- Re: Feature freezes and Emacs 25, Xue Fuqiao, 2015/11/17
- Design of commands operating on rectangular regions (was: Feature freezes and Emacs 25), Juri Linkov, 2015/11/12
- Re: Design of commands operating on rectangular regions, John Wiegley, 2015/11/20
- RE: Design of commands operating on rectangular regions, Drew Adams, 2015/11/20
- Re: Design of commands operating on rectangular regions, Juri Linkov, 2015/11/22
- RE: Design of commands operating on rectangular regions, Drew Adams, 2015/11/22
- Re: Design of commands operating on rectangular regions, Juri Linkov, 2015/11/22
- RE: Feature freezes and Emacs 25, Drew Adams, 2015/11/10
- Re: Feature freezes and Emacs 25, Phillip Lord, 2015/11/07
- kqueue in Emacs 25.1? (was: Feature freezes and Emacs 25),
Michael Albinus <=
- Re: kqueue in Emacs 25.1? (was: Feature freezes and Emacs 25), Eli Zaretskii, 2015/11/07
- Re: kqueue in Emacs 25.1?, Michael Albinus, 2015/11/07
- Re: kqueue in Emacs 25.1?, Eli Zaretskii, 2015/11/07
- Re: kqueue in Emacs 25.1?, John Wiegley, 2015/11/09
- Re: kqueue in Emacs 25.1?, Michael Albinus, 2015/11/10
- Re: kqueue in Emacs 25.1?, Wolfgang Jenkner, 2015/11/10
- Re: kqueue in Emacs 25.1?, Michael Albinus, 2015/11/10
- Re: kqueue in Emacs 25.1?, Michael Albinus, 2015/11/11
- Re: kqueue in Emacs 25.1?, Wolfgang Jenkner, 2015/11/11
- Re: kqueue in Emacs 25.1?, Michael Albinus, 2015/11/11