From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Added inotify support. Date: Fri, 05 Oct 2012 15:07:19 +0200 Message-ID: <87haq9awzc.fsf@wanadoo.es> 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> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1349442483 13972 80.91.229.3 (5 Oct 2012 13:08:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2012 13:08:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 05 15:08:09 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 1TK7dM-0005AI-PG for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2012 15:08:04 +0200 Original-Received: from localhost ([::1]:45860 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK7dG-0002dC-M7 for ged-emacs-devel@m.gmane.org; Fri, 05 Oct 2012 09:07:58 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:34593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK7d8-0002ch-Pn for emacs-devel@gnu.org; Fri, 05 Oct 2012 09:07:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TK7co-0008RL-Hi for emacs-devel@gnu.org; Fri, 05 Oct 2012 09:07:50 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:55933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TK7co-0008RF-8m for emacs-devel@gnu.org; Fri, 05 Oct 2012 09:07:30 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TK7cs-0004k7-Aa for emacs-devel@gnu.org; Fri, 05 Oct 2012 15:07:34 +0200 Original-Received: from 161.red-83-34-29.dynamicip.rima-tde.net ([83.34.29.161]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Oct 2012 15:07:34 +0200 Original-Received: from ofv by 161.red-83-34-29.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 05 Oct 2012 15:07:34 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 161.red-83-34-29.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) Cancel-Lock: sha1:zvf0YKw+syKVmCLYWl1/VFR/d7A= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:154081 Archived-At: Eli Zaretskii writes: >> BTW, I would take care of the MSWindows implementation, if nobody beats >> 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. You can publish your branch somewhere or send a patch to me, explaining what's missing or broken, and I'll look at it this weekend. (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 accordance :-)