From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-15?q?R=FCdiger_Sonderfeld?= Newsgroups: gmane.emacs.devel Subject: Re: [PATCH updated] Support for filesystem watching (inotify) Date: Mon, 6 Jun 2011 18:21:00 +0200 Message-ID: <201106061821.01511.ruediger@c-plusplus.de> References: <201106040034.15598.ruediger@c-plusplus.de> <201106041913.09203.ruediger@c-plusplus.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1307384452 24593 80.91.229.12 (6 Jun 2011 18:20:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Jun 2011 18:20:52 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 06 20:20:48 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 1QTePv-0001wt-2R for ged-emacs-devel@m.gmane.org; Mon, 06 Jun 2011 20:20:47 +0200 Original-Received: from localhost ([::1]:58876 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTePt-0000aJ-Op for ged-emacs-devel@m.gmane.org; Mon, 06 Jun 2011 14:20:45 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTcYC-0002Cr-Bj for emacs-devel@gnu.org; Mon, 06 Jun 2011 12:21:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QTcYB-0002mt-1x for emacs-devel@gnu.org; Mon, 06 Jun 2011 12:21:12 -0400 Original-Received: from pseudoterminal.org ([213.239.220.147]:45353) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QTcY6-0002jz-UC; Mon, 06 Jun 2011 12:21:07 -0400 Original-Received: from liny.localnet (93-82-14-145.adsl.highway.telekom.at [93.82.14.145]) by pseudoterminal.org (Postfix) with ESMTPSA id 524E38BCDA6; Mon, 6 Jun 2011 18:21:03 +0200 (CEST) User-Agent: KMail/1.13.6 (Linux/2.6.38-8-generic; KDE/4.6.2; x86_64; ; ) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 213.239.220.147 X-Mailman-Approved-At: Mon, 06 Jun 2011 12:44:19 -0400 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:140233 Archived-At: On Monday 06 June 2011 17:14:53 Stefan Monnier wrote: > > Thank you for your comments! I updated the patch and I hope I fixed > > everything except the things noted below. >=20 > Eli's comments took care of most nitpicks, but there's still one I care > about: every open paren should be preceded by a space. This should be fixed in Version 3 of the patch http://lists.gnu.org/archive/html/emacs-devel/2011-06/msg00178.html Regards, R=FCdiger