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: problem of autorevert in 24.4 for symlink file Date: Mon, 09 Dec 2013 15:49:07 +0100 Message-ID: <87eh5maxlo.fsf@gmx.de> References: <72256a17-a922-43dd-937b-0d80009296be@email.android.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1386600586 12721 80.91.229.3 (9 Dec 2013 14:49:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Dec 2013 14:49:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jun Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 09 15:49:51 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 1Vq29e-0002Pc-Nk for ged-emacs-devel@m.gmane.org; Mon, 09 Dec 2013 15:49:50 +0100 Original-Received: from localhost ([::1]:44233 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq29e-0006Ag-Cn for ged-emacs-devel@m.gmane.org; Mon, 09 Dec 2013 09:49:50 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52279) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq29P-00063J-Kw for emacs-devel@gnu.org; Mon, 09 Dec 2013 09:49:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vq29I-0008Ld-B2 for emacs-devel@gnu.org; Mon, 09 Dec 2013 09:49:35 -0500 Original-Received: from mout.gmx.net ([212.227.15.15]:52299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vq29I-0008L2-5O for emacs-devel@gnu.org; Mon, 09 Dec 2013 09:49:28 -0500 Original-Received: from detlef.gmx.de ([87.146.36.99]) by mail.gmx.com (mrgmx001) with ESMTPS (Nemesis) id 0M3zT0-1VYmTn2OYs-00rZnH for ; Mon, 09 Dec 2013 15:49:25 +0100 In-Reply-To: <72256a17-a922-43dd-937b-0d80009296be@email.android.com> (Jun's message of "Thu, 05 Dec 2013 15:01:46 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Provags-ID: V03:K0:BdZdTiCPHI07zu8rDI1rrSkiHibhmVkT+qfn285AKc+XMJrlwnV ciI6M5lHO8kdgNl0ToN4Y6JUWjDaAwigB73CvZ9TVIS8S/Pzm2YhO4r/jffsKcd9LDxDrfe eYDSdDGusjjdpuiCGd48IyuMF/A9vvGNRYBs2cGLrgWmM4bCTFR2PRGLxrP5AVk7v7FRI6g K8DLTPptOmEtCgAQ2325g== X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.15 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:166229 Archived-At: Jun writes: Hi, > Open the same symlink file with two emacs instances, then modify the > file in one instance and save it, file in the other instance can't be > auto-reverted. Likely, this is because we use file notification for auto-revert in Emacs 24.4. I've submitted a patch, which excludes symlinked files from this mechanism. Could you, please, test whether it works for you? Best regards, Michael.