From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: Re: dired-do-hardlink should update link count we see Date: Tue, 09 Jul 2002 14:37:51 +0300 Organization: NetVision InterNetNews site Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <87eleemkdl.fsf@jidanni.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-Trace: main.gmane.org 1026214773 32310 127.0.0.1 (9 Jul 2002 11:39:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 9 Jul 2002 11:39:33 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17RtLA-0008P1-00 for ; Tue, 09 Jul 2002 13:39:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17RtLr-0000aX-00; Tue, 09 Jul 2002 07:40:15 -0400 Original-Received: from sjc3-1.relay.mail.uu.net ([199.171.54.122]) by fencepost.gnu.org with smtp (Exim 3.35 #1 (Debian)) id 17RtLa-0000Zx-00 for ; Tue, 09 Jul 2002 07:39:58 -0400 Original-Received: from mxout3.netvision.net.il by sjc3sosrv11.alter.net with ESMTP (peer crosschecked as: mxout3.netvision.net.il [194.90.9.24]) id QQmwti06465 for ; Tue, 9 Jul 2002 11:39:57 GMT Original-Path: is!eliz Original-Received: from news2.netvision.net.il ([194.90.1.17]) by mxout3.netvision.net.il (iPlanet Messaging Server 5.2 HotFix 0.7 (built Jun 26 2002)) with ESMTP id <0GYZ00M66CFRMB@mxout3.netvision.net.il> for gnu-emacs-bug@moderators.isc.org; Tue, 09 Jul 2002 14:40:40 +0300 (IDT) Original-Received: (from news@localhost) by news2.netvision.net.il (8.11.6+Sun/8.11.6) id g69BebF16830 for gnu-emacs-bug@moderators.isc.org; Tue, 09 Jul 2002 14:40:37 +0300 (IDT) Original-X-Trace: news2.netvision.net.il 1026214837 16828 199.203.121.2 (9 Jul 2002 11:40:37 GMT) In-Reply-To: X-Sender: eliz@is Original-To: gnu-emacs-bug@moderators.isc.org Original-X-Complaints-to: usenet@netvision.net.il Original-NNTP-posting-date: Tue, 9 Jul 2002 11:40:37 +0000 (UTC) Original-Newsgroups: gnu.emacs.bug Original-Lines: 18 Original-NNTP-posting-host: is.elta.co.il Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:2548 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2548 On 9 Jul 2002, David Kastrup wrote: > > I think Dired doesn't automatically refresh the directory view as a > > matter of principle. It's not something specific to > > dired-do-hardlink. > > So if you rename a file from within dired, dired displays the same > file name? If you change its permissions from within dired, it > displays the same permissions? If you move it or delete it from > within dired, it stays there as if it existed before? If you copy to > some other directory under dired, the files don't arrive in the > display there? > > Could you substantiate your claim? The claim is that Dired never queries the filesystem after any operation, it just manipulates the buffer contents.