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 17:19:15 +0200 Message-ID: <83vcep6j64.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> <831uhd8iyk.fsf@gnu.org> <87haq9awzc.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 1349450360 23025 80.91.229.3 (5 Oct 2012 15:19:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2012 15:19:20 +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 17:19:26 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 1TK9gQ-0005wC-Hr for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2012 17:19:22 +0200 Original-Received: from localhost ([::1]:53729 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK9gK-0008S5-9S for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2012 11:19:16 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:46612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK9gD-0008PJ-2w for emacs-devel@gnu.org; Fri, 05 Oct 2012 11:19:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TK9g4-0004XV-W3 for emacs-devel@gnu.org; Fri, 05 Oct 2012 11:19:09 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:39538) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK9g4-0004XC-O8 for emacs-devel@gnu.org; Fri, 05 Oct 2012 11:19:00 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0MBF00C00DSCFC00@a-mtaout23.012.net.il> for emacs-devel@gnu.org; Fri, 05 Oct 2012 17:18:59 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MBF00C1XEJMA8A0@a-mtaout23.012.net.il>; Fri, 05 Oct 2012 17:18:59 +0200 (IST) In-reply-to: <87haq9awzc.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.175 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:154085 Archived-At: > From: =D3scar Fuentes > Date: Fri, 05 Oct 2012 15:07:19 +0200 >=20 > Eli Zaretskii writes: >=20 > >> BTW, I would take care of the MSWindows implementation, if nobod= y beats > >> me to it. > > > > Thank you. I started working on that, too, and will probably hav= e > > 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 desig= n > > 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. >=20 > You can publish your branch somewhere or send a patch to me, explai= ning > what's missing or broken, and I'll look at it this weekend. I cannot send anything directly to you, because your mail server rejects my mails, has been doing that for months if not years: Your message cannot be delivered to the following recipients: Recipient address: ofv@wanadoo.es Reason: Rejection greeting returned by server. Diagnostic code: smtp;550 Your domain is blacklisted mtaout20.012= .net.il [80.179.55.166]. Remote system: dns;inw.wanadoo.es (TCP|80.179.55.166|62212|62.36.= 20.20|25) (Your domain is blacklisted mtaout20.012.net.il [80.179.55.= 166].) If you can whitelist me, fine; otherwise I will post here. > (Note: I'm at home with the MSWindows API, but not even a novice on > Emacs's C<->Elisp interface, so adjust your expectations on accorda= nce > :-) In that case, I will stop working on the API part (what I have alread= y supports a single watched file), and instead work on incorporating this into Emacs. You can then extend the API interaction, or even redesign it, if you think it's not up to speed. Thanks.