From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Support for filesystem watching (inotify) Date: Wed, 26 Sep 2012 14:15:55 +0200 Message-ID: <1707352.UT7uN1GkcU@descartes> References: <201106040034.15598.ruediger@c-plusplus.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1348661832 1176 80.91.229.3 (26 Sep 2012 12:17:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Sep 2012 12:17:12 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 26 14:17:17 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TGqYA-0008S6-8V for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2012 14:17:10 +0200 Original-Received: from localhost ([::1]:47008 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGqY4-0003rE-Oq for ged-emacs-devel@m.gmane.org; Wed, 26 Sep 2012 08:17:04 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:50336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGqXl-0003gW-Pj for emacs-devel@gnu.org; Wed, 26 Sep 2012 08:17:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TGqX8-0001wD-M8 for emacs-devel@gnu.org; Wed, 26 Sep 2012 08:16:45 -0400 Original-Received: from ptmx.org ([178.63.28.110]:37352) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TGqX8-0001v2-FI for emacs-devel@gnu.org; Wed, 26 Sep 2012 08:16:06 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id CDE4F21B08; Wed, 26 Sep 2012 14:16:02 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6-OmK1Ap-5GW; Wed, 26 Sep 2012 14:15:57 +0200 (CEST) Original-Received: from descartes.localnet (chello080108246092.7.14.vie.surfer.at [80.108.246.92]) by ptmx.org (Postfix) with ESMTPSA id AC8FF211D6; Wed, 26 Sep 2012 14:15:55 +0200 (CEST) User-Agent: KMail/4.8.5 (Linux/3.2.0-31-generic; KDE/4.8.5; x86_64; ; ) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 178.63.28.110 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:153570 Archived-At: Hello, sorry the Patch is not ready, yet. I haven't added the suggestions made= by=20 Stefan Monnier: What is the time window for 24.3? Regards, R=C3=BCdiger On Tuesday 18 September 2012 19:50:49 Leo wrote: > On 2011-06-04 06:34 +0800, R=C3=BCdiger Sonderfeld wrote: > > I wrote a patch to support watching for file system events. It curr= ently > > only works with inotify (Linux) but it could be extended to support= > > kqueue (*BSD, OS X) or Win32. But I wanted to get some feedback fir= st. > > Watching for filesystem events would be very useful for, e.g., dire= d or > > magit's status view. >=20 > (whole thread: http://thread.gmane.org/gmane.emacs.devel/140158) >=20 > Is this patch ready for 24.3? >=20 > Leo