From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: have dired always refresh on changed disk Date: Sat, 27 Sep 2014 15:18:40 +0100 Message-ID: <87wq8prvsv.fsf@robertthorpeconsulting.com> References: <871tqxkz0h.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411827561 17048 80.91.229.3 (27 Sep 2014 14:19:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 27 Sep 2014 14:19:21 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Emanuel Berg Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Sep 27 16:19:13 2014 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 1XXsq9-0006F9-Jf for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Sep 2014 16:19:13 +0200 Original-Received: from localhost ([::1]:56019 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXsq9-0002jo-10 for geh-help-gnu-emacs@m.gmane.org; Sat, 27 Sep 2014 10:19:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXsps-0002jh-8g for help-gnu-emacs@gnu.org; Sat, 27 Sep 2014 10:19:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXspl-0006Vw-Jf for help-gnu-emacs@gnu.org; Sat, 27 Sep 2014 10:18:56 -0400 Original-Received: from outbound-smtp04.blacknight.com ([81.17.249.35]:40372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXspl-0006Vq-Dr for help-gnu-emacs@gnu.org; Sat, 27 Sep 2014 10:18:49 -0400 Original-Received: from mail.blacknight.com (pemlinmail03.blacknight.ie [81.17.254.16]) by outbound-smtp04.blacknight.com (Postfix) with ESMTP id 3EB3C98FB9 for ; Sat, 27 Sep 2014 14:16:51 +0000 (UTC) Original-Received: (qmail 20506 invoked from network); 27 Sep 2014 14:18:42 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.77.245.61]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 27 Sep 2014 14:18:42 -0000 In-Reply-To: <871tqxkz0h.fsf@debian.uxu> (message from Emanuel Berg on Sat, 27 Sep 2014 14:51:10 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.35 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:100169 Archived-At: Emanuel Berg writes: > I just thought that was the way it worked (it struck me > as similar to what you get with `recenter-top-bottom') AFAIK this is caused by a bug in tabulated-list.el which is used by buffer-menu. It has been fixed in Emacs 24.4. I intend to turn auto-revert in buffer-menus back on when that version is released. BR, Robert Thorpe