From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dima Kogan Newsgroups: gmane.emacs.devel Subject: Re: gfile-based file notifications are not immediate Date: Sun, 26 Oct 2014 10:07:26 -0700 Message-ID: <87k33mg3l9.fsf@secretsauce.net> References: <87mw8jg9a1.fsf@secretsauce.net> <83mw8i4y52.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1414343414 11540 80.91.229.3 (26 Oct 2014 17:10:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 Oct 2014 17:10:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 26 18:10:05 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 1XiRKO-0004jJ-Ja for ged-emacs-devel@m.gmane.org; Sun, 26 Oct 2014 18:10:04 +0100 Original-Received: from localhost ([::1]:57466 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiRKO-0006wi-5k for ged-emacs-devel@m.gmane.org; Sun, 26 Oct 2014 13:10:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiRK6-0006vu-Py for emacs-devel@gnu.org; Sun, 26 Oct 2014 13:09:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiRK1-0007G5-Dd for emacs-devel@gnu.org; Sun, 26 Oct 2014 13:09:46 -0400 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]:56780) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiRK1-0007Fn-96 for emacs-devel@gnu.org; Sun, 26 Oct 2014 13:09:41 -0400 Original-Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id C0C7D2080F for ; Sun, 26 Oct 2014 13:09:39 -0400 (EDT) Original-Received: from frontend1 ([10.202.2.160]) by compute3.internal (MEProxy); Sun, 26 Oct 2014 13:09:39 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=secretsauce.net; h=x-sasl-enc:references:from:to:cc:subject:date:in-reply-to :message-id:mime-version:content-type; s=mesmtp; bh=4l2w04G4VpSZ ySEhigKWeIkVOec=; b=VDSdD6oqsIVuxg2DhMWi7NOD1lX82S4LmfVjbyXKhd+S ZUXuIRo5WMW9tvnKBOCSkDy2gDzmRcK429q/HgmzrPQnd772Adjas7CSiRLcw9Zr wERUy1KJyxE2ShA4JCFzlnV0k7DcVHuXZgJxfbpf03nxEQ7KDdFy8oT96j7lisY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:references:from:to:cc:subject :date:in-reply-to:message-id:mime-version:content-type; s= smtpout; bh=4l2w04G4VpSZySEhigKWeIkVOec=; b=jHJdDJdSCTlASmiSyClr u8/E4b2fe6VSvEpLXVwix2ot1WE+O86DBz5ijvcZUds50pqFi8PRVdqTeqWDdM4d AgHzaeEOIOXwOA1IshHcKr0QaOfMnaAezL+e8cJCTsbSTiJ/9bZBT+q8UnNI8BUl 1BiAPe8nYAqf0xkcagYoRIY= X-Sasl-enc: FIQpwAcfLMucEXx8Y+nnsbxn2Nk/IrKra6P3Spm52E9G 1414343379 Original-Received: from shorty.local (unknown [23.243.192.221]) by mail.messagingengine.com (Postfix) with ESMTPA id 75E16C00008; Sun, 26 Oct 2014 13:09:39 -0400 (EDT) Original-Received: from ip6-localhost ([::1] helo=shorty.local) by shorty.local with esmtp (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1XiRJy-0005G7-7E; Sun, 26 Oct 2014 10:09:38 -0700 In-reply-to: <83mw8i4y52.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.25 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:175868 Archived-At: Eli Zaretskii writes: >> From: Dima Kogan >> Date: Sat, 25 Oct 2014 13:17:29 -0700 >> >> As in the inotify thread, I set up a simple test. I built emacs using >> >> ./configure --with-file-notification=inotify >> > Maybe I'm confused, but are you saying that even though you > specifically requested for inotify notifications, and even though the > configure script shows > > Does Emacs use a file notification library? yes -lglibc (inotify) Ack! My first email in this thread had a massive error. The intent was for this thread to be about gfile-based file notifications, so the configure wass done with ./configure --with-file-notification=gfile Sorry about the unnecessary confusion. Hope the message makes more sense now.