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: Fri, 07 Jun 2013 16:50:35 +0200 Message-ID: <87wqq6ug90.fsf@gmx.de> References: <87zjxxn6th.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> <3d7gibw6sa.fsf@fencepost.gnu.org> <83bo7nxim8.fsf@gnu.org> <834ndfxh0g.fsf@gnu.org> <2cobbnt897.fsf@fencepost.gnu.org> <87ip1vq8wy.fsf@gmx.de> <51AD8485.90201@cs.ucla.edu> <878v2od70c.fsf@gmx.de> <2AEE82C8-0C4C-4CF8-B44B-FF2E657B03CD@swipnet.se> <87hahba47a.fsf@gmx.de> <74C82774-F83F-46E4-9865-C2649FD481D0@swipnet.se> <87txlanmgj.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1370616657 15952 80.91.229.3 (7 Jun 2013 14:50:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 7 Jun 2013 14:50:57 +0000 (UTC) Cc: Paul Eggert , emacs-devel@gnu.org To: Jan =?utf-8?Q?Dj=C3=A4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 07 16:50:57 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 1Uky0E-0005DD-8S for ged-emacs-devel@m.gmane.org; Fri, 07 Jun 2013 16:50:54 +0200 Original-Received: from localhost ([::1]:46856 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uky0D-0003Br-T8 for ged-emacs-devel@m.gmane.org; Fri, 07 Jun 2013 10:50:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uky09-0003Bm-8P for emacs-devel@gnu.org; Fri, 07 Jun 2013 10:50:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uky04-0004s8-Bw for emacs-devel@gnu.org; Fri, 07 Jun 2013 10:50:49 -0400 Original-Received: from mout.gmx.net ([212.227.17.22]:63587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uky04-0004rw-2V for emacs-devel@gnu.org; Fri, 07 Jun 2013 10:50:44 -0400 Original-Received: from mailout-de.gmx.net ([10.1.76.2]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MCNfL-1UbrCF2Ij3-0097YX for ; Fri, 07 Jun 2013 16:50:42 +0200 Original-Received: (qmail invoked by alias); 07 Jun 2013 14:50:42 -0000 Original-Received: from p5DCA36FD.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [93.202.54.253] by mail.gmx.net (mp002) with SMTP; 07 Jun 2013 16:50:42 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1+zy+d+iZ2z39QMLWontoT19SrkOw7dEX5HwGIUFN 2Wqtiqvo79u5k0 In-Reply-To: ("Jan \=\?utf-8\?Q\?Dj\=C3\=A4rv\=22's\?\= message of "Fri, 7 Jun 2013 16:22:46 +0200") 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.17.22 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:160221 Archived-At: Jan Dj=C3=A4rv writes: > Hello. Hi Jan, >>> No need for that, you can just apply the patch below to xgselect.c and >>> you will have a glib handling events for -nw. >> >> Works like a charm, thanks! Do you install the patch, or shall I do it >> in your name? > > I did not install it, because I didn't have time to investigate > possible impact on bug 9754. I've read the messages in that bug report, and it looks to me like the issue is solved even when not checking window_system_available. But you are more familiar with that topic, it's always better that you cross-check. > Jan D. Best regards, Michael.