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: Mon, 27 Oct 2014 17:32:08 -0700 Message-ID: <87y4s1doeq.fsf@secretsauce.net> References: <87mw8jg9a1.fsf@secretsauce.net> <87tx2qhjgf.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1414456389 29006 80.91.229.3 (28 Oct 2014 00:33:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2014 00:33:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 28 01:32:59 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 1XiuiZ-0003on-3c for ged-emacs-devel@m.gmane.org; Tue, 28 Oct 2014 01:32:59 +0100 Original-Received: from localhost ([::1]:36513 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiuiY-0008DY-NA for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2014 20:32:58 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52345) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiuiR-0008DO-Va for emacs-devel@gnu.org; Mon, 27 Oct 2014 20:32:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XiuiN-0007ne-83 for emacs-devel@gnu.org; Mon, 27 Oct 2014 20:32:51 -0400 Original-Received: from out1-smtp.messagingengine.com ([66.111.4.25]:33399) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XiuiN-0007na-4i for emacs-devel@gnu.org; Mon, 27 Oct 2014 20:32:47 -0400 Original-Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id F25EC20D36 for ; Mon, 27 Oct 2014 20:32:46 -0400 (EDT) Original-Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Mon, 27 Oct 2014 20:32:46 -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=2jp345wwBr1O s40Qi3qcR/+G8qc=; b=KbaFmV1rBhloNVEncInATT9tPbaUFGXJsmtT6IzDxZco Euf3ZCbzIU6AjKXJoEWzoClbhrFOEJ2A/KAkEs2cADxTIhGwvrWpEKwQf2k6K9No ++ejVqO+uHCOB2GC3KEWbGTvSziqppklz9LjWfS8eHwoAo/gUOakLUnfH+kmkDE= 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=2jp345wwBr1Os40Qi3qcR/+G8qc=; b=ZhNj9V7YJnZaJ6Pcih1V jBJVODN655d1VF/Vu053/86caMiJsNeDt+yb3Mtov7md/bf9B2RmfOHyorZAkeou UD6tTGstMoNVJu+A8qY54bugMIptzDp1l/ymCqgwOfo9QK/x7SxywqgkPxo+yxJK iFxuyQuFmmLyvwOomXHYuho= X-Sasl-enc: natD2Nd+lQY9b3zDg6Xr+x7dfDcLT1fLpeWL/plkpC6b 1414456366 Original-Received: from shorty.local (unknown [23.243.192.221]) by mail.messagingengine.com (Postfix) with ESMTPA id AA27A680138; Mon, 27 Oct 2014 20:32:46 -0400 (EDT) Original-Received: from dima by shorty.local with local (Exim 4.82_1-5b7a7c0-XX) (envelope-from ) id 1XiuiL-0002kP-Eg; Mon, 27 Oct 2014 17:32:45 -0700 In-reply-to: <87tx2qhjgf.fsf@gmx.de> 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:175914 Archived-At: Michael Albinus writes: > Now that Emacs 24.4 has been released, we could think about > implementation. From my point of view, a bug entry would remind us. Just made a bug tracker entry: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18861 Also I dug into this a bit, and will post findings to the bug.