From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Brown Newsgroups: gmane.emacs.devel Subject: Re: Using glib's g_file_monitor_file and g_file_monitor_directory Date: Thu, 30 May 2013 07:11:10 -0400 Message-ID: <51A733CE.8000602@cornell.edu> References: <87zjxxn6th.fsf@gmx.de> <87hajqpjn1.fsf@gmx.de> <8738t7pewc.fsf@gmx.de> <83fvx7p1h4.fsf@gnu.org> <877gihc3qm.fsf@gmx.de> <83mwrd6c54.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1369912298 22919 80.91.229.3 (30 May 2013 11:11:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 30 May 2013 11:11:38 +0000 (UTC) Cc: Daniel Colascione , Michael Albinus , monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 30 13:11:37 2013 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 1Ui0lc-0005ws-W9 for ged-emacs-devel@m.gmane.org; Thu, 30 May 2013 13:11:37 +0200 Original-Received: from localhost ([::1]:46728 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui0la-00028W-EK for ged-emacs-devel@m.gmane.org; Thu, 30 May 2013 07:11:34 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43893) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui0lS-00027u-Ud for emacs-devel@gnu.org; Thu, 30 May 2013 07:11:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ui0lN-00048r-Cl for emacs-devel@gnu.org; Thu, 30 May 2013 07:11:26 -0400 Original-Received: from limestone3.mail.cornell.edu ([128.253.83.163]:45028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui0lH-00047z-Tl; Thu, 30 May 2013 07:11:15 -0400 X-CornellRouted: This message has been Routed already. Original-Received: from authusersmtp.mail.cornell.edu ([10.16.197.8]) by limestone3.mail.cornell.edu (8.14.4/8.14.4) with ESMTP id r4UBAsGl005477; Thu, 30 May 2013 07:10:54 -0400 (EDT) Original-Received: from [192.168.1.9] (cpe-67-249-194-47.twcny.res.rr.com [67.249.194.47]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id r4UBAun6014075 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 30 May 2013 07:10:56 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 In-Reply-To: <83mwrd6c54.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Windows NT kernel [generic] [fuzzy] X-Received-From: 128.253.83.163 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:159917 Archived-At: On 5/29/2013 11:25 AM, Eli Zaretskii wrote: >> From: Michael Albinus >> Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org >> Date: Wed, 29 May 2013 15:30:57 +0200 >> >> I will wait another couple of days (let's say until Sunday evening), if >> there's no objection I will commit. > > Thanks. > >> I cannot test the MS Windows case; here I trust on you. > > Can you post an updated patch? > > Also, it would be good for someone on Cygwin to test this and/or > comment on the applicability of the options to the Cygwin builds. > Ken, Daniel, can you take a look, please? TIA. I'm busy with another project right now, but I should be able to get to it within a week. Ken