From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: [F.J.Wright@qmul.ac.uk: Link count] Date: 28 Sep 2002 16:04:12 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1033302607 1437 127.0.0.1 (29 Sep 2002 12:30:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 29 Sep 2002 12:30:07 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17vdD4-0000N3-00 for ; Sun, 29 Sep 2002 14:30:06 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17vdwF-0005Qi-00 for ; Sun, 29 Sep 2002 15:16:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17vdDA-0008Lr-00; Sun, 29 Sep 2002 08:30:12 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17vdBV-0008Kh-00 for emacs-devel@gnu.org; Sun, 29 Sep 2002 08:28:29 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17vdBT-0008K2-00 for emacs-devel@gnu.org; Sun, 29 Sep 2002 08:28:28 -0400 Original-Received: from gadolinium.btinternet.com ([194.73.73.111]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17vdBT-0008Jq-00; Sun, 29 Sep 2002 08:28:27 -0400 Original-Received: from host62-7-91-251.in-addr.btopenworld.com ([62.7.91.251] helo=nyaumo.btinternet.com) by gadolinium.btinternet.com with esmtp (Exim 3.22 #8) id 17vdBR-0002xG-00; Sun, 29 Sep 2002 13:28:25 +0100 Original-Received: from nyaumo.btinternet.com (nyaumo.btinternet.com [127.0.0.1]) by nyaumo.btinternet.com (Postfix) with ESMTP id CD30B4B146; Sat, 28 Sep 2002 16:04:13 +0100 (BST) Original-To: rms@gnu.org In-Reply-To: Original-Lines: 13 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8227 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8227 Richard Stallman writes: > Is there anyone who wants to look at this? I think Eli already replied. The "links" in this case are not a feature of the filesystem, they are layered on top by Cygwin, so only tools that link with the Cygwin libraries recognize them. > The functions file-attributes and directory-files-and-attributes both report > the link count as 1 for a file that has a link count of 2. Hence ls-lisp > displays the wrong link count, whereas Cygwin ls displays the correct link > count.