From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: How to configure dired to update instantly when files/folders change? Date: Fri, 15 Mar 2013 15:20:47 +0100 Message-ID: <87d2v0g2ww.fsf@web.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1363357155 29543 80.91.229.3 (15 Mar 2013 14:19:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 Mar 2013 14:19:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 15 15:19:39 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1UGVTv-0007R1-6r for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Mar 2013 15:19:39 +0100 Original-Received: from localhost ([::1]:53090 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGVTY-00060E-7T for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Mar 2013 10:19:16 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGVTE-0005qu-S1 for help-gnu-emacs@gnu.org; Fri, 15 Mar 2013 10:19:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGVTB-0002Ro-Uh for help-gnu-emacs@gnu.org; Fri, 15 Mar 2013 10:18:56 -0400 Original-Received: from mout.web.de ([212.227.17.12]:64367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGVTB-0002Rc-Lh for help-gnu-emacs@gnu.org; Fri, 15 Mar 2013 10:18:53 -0400 Original-Received: from drachen.dragon ([82.113.99.82]) by smtp.web.de (mrweb001) with ESMTPSA (Nemesis) id 0Mbhiv-1TznOj0cqL-00J6nl; Fri, 15 Mar 2013 15:18:52 +0100 Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: (Mark Skilbeck's message of "Fri, 15 Mar 2013 12:18:29 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Provags-ID: V02:K0:CPbOlMVhgcU0WhlyFGshIcocQijAZQYe3y9yqelWoJf i8YLR7mTEcln0pDkCJlLb2s/OSiFlzdRrWZJX3iCzyInCmk2Xx MoX5WAfRkJQpgSlnVZeut1qx1EynbmrUCUxR0psLuWffByIbdr udsbcqbptALCS+LpLv9AWD2zBzUSQBbnNActfU6+4PyWMT/3c1 erRrTOR9xEDsZ/0auQUayNbt6TVPn7mewfR8W5oen8= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.17.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89543 Archived-At: Mark Skilbeck writes: > I just tested using auto-revert-mode for dired buffers and it worked. Yes. And there is also `dired-auto-revert-buffer' that controls reverting when revisiting. Michael.