From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jari Aalto Newsgroups: gmane.emacs.bugs Subject: [21.3] Dired listing is not kept in sync (e.g. after M) Date: 12 Oct 2004 20:12:50 +0300 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87655fq2r1.fsf@bongo.cante.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097601195 6146 80.91.229.6 (12 Oct 2004 17:13:15 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Oct 2004 17:13:15 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 12 19:13:08 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CHQCy-0007ts-00 for ; Tue, 12 Oct 2004 19:13:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHQJy-0007X5-Co for geb-bug-gnu-emacs@m.gmane.org; Tue, 12 Oct 2004 13:20:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CHQJw-0007Wq-WD for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2004 13:20:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CHQJw-0007We-J8 for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2004 13:20:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHQJw-0007Wb-C3 for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2004 13:20:20 -0400 Original-Received: from [193.229.0.44] (helo=fep02-app.kolumbus.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CHQCh-0002vm-5l for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2004 13:12:51 -0400 Original-Received: from bongo.cante.net ([81.197.3.110]) by fep02-app.kolumbus.fi with ESMTP id <20041012171250.PHGD28426.fep02-app.kolumbus.fi@bongo.cante.net> for ; Tue, 12 Oct 2004 20:12:50 +0300 Original-Received: from jaalto by bongo.cante.net with local (Exim 4.34) id 1CHQCg-0001VW-8S for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2004 20:12:50 +0300 Original-To: bug-gnu-emacs@gnu.org Original-Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:9287 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:9287 In GNU Emacs 21.3.1 (i386-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2004-08-03 on raven, modified by Debian If file modes are changed in Dired buffer, the listing is not kept in synch with the rest of the lines. See the misplaced day, month etc after "M" command above ntp.keys -rw-r--r-- 1 root root 2898 Oct 12 20:02 ntp.conf -rw-r--r-- 1 root root 0 Oct 12 20:06 ntp.keys Only after "g" to get new listing this is restored to: -rw-r--r-- 1 root root 2898 Oct 12 20:02 ntp.conf -rw-r--r-- 1 root root 0 Oct 12 20:06 ntp.keys Since diredt modifies the layout of line after M, by displaying the new permissions, it shoudl also preserve the whole line. Jari