From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Using glib's g_file_monitor_file and g_file_monitor_directory Date: Mon, 1 Apr 2013 19:50:04 +0200 Message-ID: References: <87zjxxn6th.fsf@gmx.de> <87hajqpjn1.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1364838618 6701 80.91.229.3 (1 Apr 2013 17:50:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2013 17:50:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 01 19:50:46 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 1UMisX-0001Al-Gl for ged-emacs-devel@m.gmane.org; Mon, 01 Apr 2013 19:50:45 +0200 Original-Received: from localhost ([::1]:55566 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMis9-000549-02 for ged-emacs-devel@m.gmane.org; Mon, 01 Apr 2013 13:50:21 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:32926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMis3-000538-T8 for emacs-devel@gnu.org; Mon, 01 Apr 2013 13:50:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UMirz-0000w1-97 for emacs-devel@gnu.org; Mon, 01 Apr 2013 13:50:15 -0400 Original-Received: from mailout.melmac.se ([62.20.26.67]:55355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMiry-0000uI-QH for emacs-devel@gnu.org; Mon, 01 Apr 2013 13:50:11 -0400 Original-Received: from mail01.melmac.se (mail01.melmac.se [62.20.26.80]) by mailout.melmac.se (Postfix) with ESMTP id 1DBBB9E04 for ; Mon, 1 Apr 2013 19:50:05 +0200 (CEST) Original-Received: (qmail 20605 invoked by uid 89); 1 Apr 2013 17:49:45 -0000 Original-Received: from h-46-59-42-18.na.cust.bahnhof.se (HELO coolsville.localdomain) (boel.djarv@bdtv.se@46.59.42.18) by mail01.melmac.se with ESMTPA; 1 Apr 2013 17:49:45 -0000 Original-Received: from [172.20.199.13] (zeplin [172.20.199.13]) by coolsville.localdomain (Postfix) with ESMTPSA id 683E27FA058; Mon, 1 Apr 2013 19:50:04 +0200 (CEST) In-Reply-To: <87hajqpjn1.fsf@gmx.de> X-Mailer: Apple Mail (2.1503) X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 62.20.26.67 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:158522 Archived-At: Hello. 1 apr 2013 kl. 13:36 skrev Michael Albinus : > Michael Albinus writes: >=20 > Hi, >=20 >> What about adding this interface to Emacs, on C level? It could be in >> parallel to, or replacing the inotify interface. >=20 > It would be helpful if Emacs maintainers would react. If there's no > interest, I could stop further work on this. Not a maintainer, but it could be an alternative implementation when = Glib is used. How about implementing it (with suitable configure checks), and post a = patch? I don't see any technical reasons for not accepting it, if it enhances = current interfaces. Jan D.