From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: dired-do-hardlink should update link count we see Date: Wed, 10 Jul 2002 04:42:55 -0600 (MDT) Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200207101042.g6AAgtd14916@aztec.santafe.edu> References: <87eleemkdl.fsf@jidanni.org> Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1026297869 32722 127.0.0.1 (10 Jul 2002 10:44:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 10 Jul 2002 10:44:29 +0000 (UTC) Cc: gnu-emacs-bug@moderators.isc.org Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17SExP-0008Vf-00 for ; Wed, 10 Jul 2002 12:44:29 +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 17SEy8-0001ov-00; Wed, 10 Jul 2002 06:45:12 -0400 Original-Received: from chx400.switch.ch ([130.59.10.2]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17SExC-0001l5-00 for ; Wed, 10 Jul 2002 06:44:14 -0400 Original-Received: from pele.santafe.edu ([192.12.12.119]) by chx400.switch.ch with esmtp (Exim 3.20 #1) id 17SEwC-0001Km-00 for gnu-emacs-bug@moderators.isc.org; Wed, 10 Jul 2002 12:43:12 +0200 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.11.6+Sun/8.11.6) with ESMTP id g6AAgtB10300; Wed, 10 Jul 2002 04:42:55 -0600 (MDT) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g6AAgtd14916; Wed, 10 Jul 2002 04:42:55 -0600 (MDT) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: eliz@is.elta.co.il In-Reply-To: (message from Eli Zaretskii on Tue, 09 Jul 2002 14:37:51 +0300) 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:2577 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2577 The claim is that Dired never queries the filesystem after any operation, it just manipulates the buffer contents. Some dired operations relist a specific file to update the line based on the current facts. See dired-relist-file. I will make dired-do-hardlink do that too.