From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Added inotify support. Date: Fri, 05 Oct 2012 09:40:51 +0200 Message-ID: <831uhd8iyk.fsf@gnu.org> References: <2181827.T3JxG88qQt@descartes> <83lifoa7hr.fsf@gnu.org> <87obkkcu92.fsf@wanadoo.es> <83ipas9pmz.fsf@gnu.org> <83wqz78kx2.fsf@gnu.org> <87626rcpvv.fsf@wanadoo.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1349422850 8497 80.91.229.3 (5 Oct 2012 07:40:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2012 07:40:50 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 05 09:40:56 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 1TK2Wm-0004Xa-7A for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2012 09:40:56 +0200 Original-Received: from localhost ([::1]:33593 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK2Wg-0006in-FV for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2012 03:40:50 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48197) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK2WZ-0006ei-21 for emacs-devel@gnu.org; Fri, 05 Oct 2012 03:40:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TK2WT-0002Y8-A3 for emacs-devel@gnu.org; Fri, 05 Oct 2012 03:40:42 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:62213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK2WT-0002XO-27 for emacs-devel@gnu.org; Fri, 05 Oct 2012 03:40:37 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MBE00A00T71G900@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Fri, 05 Oct 2012 09:40:35 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MBE00ARYTBNGB00@a-mtaout20.012.net.il>; Fri, 05 Oct 2012 09:40:35 +0200 (IST) In-reply-to: <87626rcpvv.fsf@wanadoo.es> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.166 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:154079 Archived-At: > From: =D3scar Fuentes > Date: Wed, 03 Oct 2012 21:33:08 +0200 >=20 > BTW, I would take care of the MSWindows implementation, if nobody b= eats > me to it. Thank you. I started working on that, too, and will probably have some working code, still outside of Emacs, by tomorrow. I could give the code to you then, or we could work together. There's a design issue with how to signal these events to the Emacs input channels; if you got that figured out, maybe you would like to start from that end= .