From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: Re: [21.3] Dired listing is not kept in sync (e.g. after M) Date: Tue, 12 Oct 2004 20:50:19 GMT Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1097622323 30849 80.91.229.6 (12 Oct 2004 23:05:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 12 Oct 2004 23:05:23 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 13 01:05:09 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 1CHVhc-0005Vf-00 for ; Wed, 13 Oct 2004 01:05:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHVod-0000Fa-HB for geb-bug-gnu-emacs@m.gmane.org; Tue, 12 Oct 2004 19:12:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CHViK-0004em-QH for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2004 19:05:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CHViJ-0004dg-5g for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2004 19:05:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CHViJ-0004da-0p for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2004 19:05:51 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CHVac-0004YB-Gm for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2004 18:57:54 -0400 Original-Received: from [216.168.1.22] (helo=trinity.supernews.net) by mx20.gnu.org with esmtp (Exim 4.34) id 1CHTaO-0005Ti-36 for bug-gnu-emacs@gnu.org; Tue, 12 Oct 2004 16:49:32 -0400 Original-Received: from peppermint.risq.qc.ca ([192.26.210.2]:34518) by trinity.supernews.net with esmtp (Exim 4.42 (FreeBSD)) id 1CHTZy-000Ez9-SF for gnu-emacs-bug@moderators.isc.org; Tue, 12 Oct 2004 20:49:06 +0000 Original-Received: from charlie.risq.qc.ca (unknown [192.26.210.24]) by peppermint.risq.qc.ca (Postfix) with ESMTP id 7E1C57CA for ; Tue, 12 Oct 2004 16:48:58 -0400 (EDT) Original-Received: from charlie.risq.qc.ca (localhost [127.0.0.1]) by charlie.risq.qc.ca (8.12.10+Sun/8.12.9) with ESMTP id i9CKoMJh027560 for ; Tue, 12 Oct 2004 16:50:22 -0400 (EDT) Original-Received: by charlie.risq.qc.ca (8.12.10+Sun/8.12.9/Submit) id i9CKoKUY027559; Tue, 12 Oct 2004 16:50:20 -0400 (EDT) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: 53ab2750!not-for-mail Original-Newsgroups: gnu.emacs.bug User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:vmx86nBLoIpBs64YP6CHbBfZ6MY= Original-Lines: 26 Original-NNTP-Posting-Host: 132.204.24.84 Original-X-Complaints-To: abuse@umontreal.ca Original-X-Trace: charlie.risq.qc.ca 1097614219 132.204.24.84 (Tue, 12 Oct 2004 16:50:19 EDT) Original-NNTP-Posting-Date: Tue, 12 Oct 2004 16:50:19 EDT 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:9291 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:9291 >>>>> "Jari" == Jari Aalto writes: > 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 dired modifies the layout of line after M, by displaying > the new permissions, it shoudl also preserve the whole line. I've hopefully fixed this in the CVS a few weeks ago. The layout is done by `ls' and the problem is that `ls' does not always lay things out the same way :-( Stefan