emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH updated] Support for filesystem watching (inotify)


From: Johan Bockgård
Subject: Re: [PATCH updated] Support for filesystem watching (inotify)
Date: Wed, 15 Jun 2011 22:53:54 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Štěpán Němec <address@hidden> writes:

> Thien-Thi Nguyen <address@hidden> writes:
>
>> () Rüdiger Sonderfeld <address@hidden>
>> () Sun, 5 Jun 2011 01:43:16 +0200
>
> [...]
>
>>    Sadly acons is not available from the C API.
>>
>> Perhaps the book-keeping parts should be moved to Lisp.
>
> It's not really available from Lisp either. It's a cl.el function, i.e.
> still a forbidden territory for GNU Emacs core code.

FWIW, cl arranges for acons to be inlined at compile time, so it's
enough to

    (eval-when-compile (require 'cl))



reply via email to

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