From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Newsgroups: gmane.emacs.devel Subject: Re: [PATCH updated] Support for filesystem watching (inotify) Date: Sun, 05 Jun 2011 11:22:18 +0200 Message-ID: <87mxhwr5th.fsf@gmail.com> 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> 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 1307265994 10706 80.91.229.12 (5 Jun 2011 09:26:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 5 Jun 2011 09:26:34 +0000 (UTC) Cc: =?utf-8?Q?R=C3=BCdiger?= Sonderfeld , emacs-devel@gnu.org To: Thien-Thi Nguyen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 05 11:26:30 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 1QT9bK-00079S-9F for ged-emacs-devel@m.gmane.org; Sun, 05 Jun 2011 11:26:30 +0200 Original-Received: from localhost ([::1]:54931 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QT9bI-0001Ga-LA for ged-emacs-devel@m.gmane.org; Sun, 05 Jun 2011 05:26:28 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:50042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QT9b4-0001GK-IS for emacs-devel@gnu.org; Sun, 05 Jun 2011 05:26:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QT9b3-0002pU-Cr for emacs-devel@gnu.org; Sun, 05 Jun 2011 05:26:14 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:33018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QT9b3-0002mu-6J for emacs-devel@gnu.org; Sun, 05 Jun 2011 05:26:13 -0400 Original-Received: by fxm18 with SMTP id 18so2443578fxm.0 for ; Sun, 05 Jun 2011 02:26:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type :content-transfer-encoding; bh=4vIwuswmLfVvfRcs3odcj1hgdqc49t0p54PGy0W8/Cg=; b=X0hVuSqOhrYkc5qkXPZS3xTPZ97DpYdJZVF5EMxsTV2OC8i0Ui2iW8b7xM9saAemJ3 yYZfi9UOqI51whfcRkwl/IRMoPkUvq6OSlGs/d5azuBYkcaufFNeBgMhStNtxXuMrlJQ zk2hCIBkx6YxAVp2rurvsv5TH13Oc0aywnxQA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type:content-transfer-encoding; b=IJi/N+UBuWPNaX+NFD98j9OkdlvkgWdAT5JPi7Jlb2eawfYI50JCbg2VJPIRFoDWw+ RBuGe+rltP5rzYcc6M4CUnXT5KZXvrCDCMy5jJX+3+o/LHgQnQzuo2PN/H+K6LQiQiZf ZZDsVhwZEhbjJBpB+cuQaW0t4d6z5Psn5qtkQ= Original-Received: by 10.223.33.6 with SMTP id f6mr528731fad.85.1307265971855; Sun, 05 Jun 2011 02:26:11 -0700 (PDT) Original-Received: from localhost (176.119.broadband10.iol.cz [90.177.119.176]) by mx.google.com with ESMTPS id q21sm981238fan.16.2011.06.05.02.26.09 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 05 Jun 2011 02:26:10 -0700 (PDT) In-Reply-To: <871uz9m3an.fsf@ambire.localdomain> (Thien-Thi Nguyen's message of "Sun, 05 Jun 2011 04:15:44 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.41 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:140190 Archived-At: 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. That alone doesn't necessarily affect validity of your Lisp-moving suggestion, of course. =C5=A0t=C4=9Bp=C3=A1n