From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Using glib's g_file_monitor_file and g_file_monitor_directory Date: Mon, 03 Jun 2013 21:10:24 +0200 Message-ID: <87ppw3qacf.fsf@gmx.de> 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> <87obbtaie8.fsf@gmx.de> <83bo7ozc0q.fsf@gnu.org> <87zjxxn6th.fsf@gmx.de> <87hajqpjn1.fsf@gmx.de> <8738t7pewc.fsf@gmx.de> <83fvx7p1h4.fsf@gnu.org> <877gihc3qm.fsf@gmx.de> <83mwrd6c54.fsf@gnu.org> <87obbtaie8.fsf@gmx.de> <83bo7ozc0q.fsf@gnu.org> <87bo7ngwj8.fsf@gmx.de> <83mwr7xm7b.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1370286650 19297 80.91.229.3 (3 Jun 2013 19:10:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Jun 2013 19:10:50 +0000 (UTC) Cc: dancol@dancol.org, monnier@iro.umontreal.ca, kbrown@cornell.edu, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 03 21:10:49 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 1Uja9Z-0002cc-2I for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2013 21:10:49 +0200 Original-Received: from localhost ([::1]:43884 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uja9Y-0005VL-KG for ged-emacs-devel@m.gmane.org; Mon, 03 Jun 2013 15:10:48 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40452) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uja9Q-0005V7-Os for emacs-devel@gnu.org; Mon, 03 Jun 2013 15:10:46 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uja9M-0003ts-66 for emacs-devel@gnu.org; Mon, 03 Jun 2013 15:10:40 -0400 Original-Received: from mout.gmx.net ([212.227.15.18]:53290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uja9L-0003tc-SQ for emacs-devel@gnu.org; Mon, 03 Jun 2013 15:10:36 -0400 Original-Received: from mailout-de.gmx.net ([10.1.76.16]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0Mgqx4-1V5Wt02P8C-00M5tl for ; Mon, 03 Jun 2013 21:10:34 +0200 Original-Received: (qmail invoked by alias); 03 Jun 2013 19:10:30 -0000 Original-Received: from p5DCA387F.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [93.202.56.127] by mail.gmx.net (mp016) with SMTP; 03 Jun 2013 21:10:30 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1/HurJVvZzHtmV6yQ98djDg3smbySYM7hFEwVkx2N 73YVv+AZrZTjtn In-Reply-To: <83mwr7xm7b.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 03 Jun 2013 18:12:24 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.18 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:160056 Archived-At: Eli Zaretskii writes: >> I have applied my patch to the trunk. You could apply your patch on >> top of it (or tell me to do it for you). > > Please commit my changes as well, I'm a bit busy at the moment. Done. > Thanks. Best regards, Michael.