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: gfile-based file notifications are not immediate Date: Sun, 26 Oct 2014 09:12:48 -0400 Message-ID: <544CF350.30706@cornell.edu> References: <87mw8jg9a1.fsf@secretsauce.net> <87y4s31czw.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1414329206 24261 80.91.229.3 (26 Oct 2014 13:13:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Oct 2014 13:13:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus , Dima Kogan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 26 14:13:16 2014 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 1XiNdD-0005s1-PC for ged-emacs-devel@m.gmane.org; Sun, 26 Oct 2014 14:13:15 +0100 Original-Received: from localhost ([::1]:56635 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiNdD-0007tZ-1r for ged-emacs-devel@m.gmane.org; Sun, 26 Oct 2014 09:13:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiNd4-0007ot-BP for emacs-devel@gnu.org; Sun, 26 Oct 2014 09:13:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiNcy-0004UP-3B for emacs-devel@gnu.org; Sun, 26 Oct 2014 09:13:06 -0400 Original-Received: from limerock02.mail.cornell.edu ([128.84.13.242]:51262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiNcx-0004Tk-Uu for emacs-devel@gnu.org; Sun, 26 Oct 2014 09:13:00 -0400 X-CornellRouted: This message has been Routed already. Original-Received: from authusersmtp.mail.cornell.edu (granite4.serverfarm.cornell.edu [10.16.197.9]) by limerock02.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id s9QDCo2Y008898; Sun, 26 Oct 2014 09:12:50 -0400 Original-Received: from [10.0.0.113] (50-247-204-241-static.hfc.comcastbusiness.net [50.247.204.241] (may be forged)) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id s9QDCnWM022742 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Sun, 26 Oct 2014 09:12:50 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 In-Reply-To: <87y4s31czw.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 128.84.13.242 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:175857 Archived-At: On 10/26/2014 3:55 AM, Michael Albinus wrote: > Dima Kogan writes: > I also don't remember whether there is inotify support for Cygwin. No, Cygwin uses Glib for file notification. Ken