From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Johan_Bockg=C3=A5rd?= Newsgroups: gmane.emacs.devel Subject: Re: [PATCH updated] Support for filesystem watching (inotify) Date: Wed, 15 Jun 2011 22:53:54 +0200 Message-ID: <87k4cmoly5.fsf@gnu.org> References: <201106040034.15598.ruediger@c-plusplus.de> <201106041913.09203.ruediger@c-plusplus.de> <8762olmk6y.fsf@ambire.localdomain> <201106050143.17405.ruediger@c-plusplus.de> <871uz9m3an.fsf@ambire.localdomain> <87mxhwr5th.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1308174946 28157 80.91.229.12 (15 Jun 2011 21:55:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Jun 2011 21:55:46 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 15 23:55:41 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QWy3n-0006gO-1N for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2011 23:55:39 +0200 Original-Received: from localhost ([::1]:36892 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWy3l-0000yI-T6 for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2011 17:55:38 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:56477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWx69-0001D9-89 for emacs-devel@gnu.org; Wed, 15 Jun 2011 16:54:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWx67-0003YP-2R for emacs-devel@gnu.org; Wed, 15 Jun 2011 16:54:01 -0400 Original-Received: from smtprelay-b12.telenor.se ([62.127.194.21]:36907) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWx66-0003Y7-8u for emacs-devel@gnu.org; Wed, 15 Jun 2011 16:53:58 -0400 Original-Received: from ipb3.telenor.se (ipb3.telenor.se [195.54.127.166]) by smtprelay-b12.telenor.se (Postfix) with ESMTP id C107AEB409 for ; Wed, 15 Jun 2011 22:53:56 +0200 (CEST) X-SMTPAUTH-B2: [bocjoh] X-SENDER-IP: [85.229.2.199] X-LISTENER: [smtp.bredband.net] X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkaDAOga+U1V5QLHPGdsb2JhbABShAJHhEiPAo5GCwEBAQE3MohzAq4qkQyBK4NxgQoEmmuGVQ X-IronPort-AV: E=Sophos;i="4.65,371,1304287200"; d="scan'208";a="21548823" Original-Received: from c-c702e555.04-211-6c6b701.cust.bredbandsbolaget.se (HELO muon.localdomain) ([85.229.2.199]) by ipb3.telenor.se with ESMTP; 15 Jun 2011 22:53:56 +0200 Original-Received: by muon.localdomain (Postfix, from userid 1000) id 24C1B4843EA; Wed, 15 Jun 2011 22:53:55 +0200 (CEST) Mail-Copies-To: never In-Reply-To: <87mxhwr5th.fsf@gmail.com> (=?utf-8?B?IsWgdMSbcMOhbiBOxJtt?= =?utf-8?B?ZWMiJ3M=?= message of "Sun, 05 Jun 2011 11:22:18 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 62.127.194.21 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:140517 Archived-At: =C5=A0t=C4=9Bp=C3=A1n N=C4=9Bmec writes: > Thien-Thi Nguyen writes: > >> () R=C3=BCdiger Sonderfeld >> () 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))