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: file-attributes inconsistent w. stat when .. or . symlinked Date: Tue, 09 Sep 2003 10:16:42 -0400 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1063118872 17566 80.91.224.253 (9 Sep 2003 14:47:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2003 14:47:52 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Sep 09 16:47:50 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19wjmY-0004Cp-00 for ; Tue, 09 Sep 2003 16:47:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19wjlL-0001Ta-S1 for geb-bug-gnu-emacs@m.gmane.org; Tue, 09 Sep 2003 10:46:35 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19wjNi-0000NX-GS for bug-gnu-emacs@gnu.org; Tue, 09 Sep 2003 10:22:10 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19wjNg-0000M9-5K for bug-gnu-emacs@gnu.org; Tue, 09 Sep 2003 10:22:08 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19wjNW-0000G1-BA for bug-gnu-emacs@gnu.org; Tue, 09 Sep 2003 10:21:58 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.20) id 19wjIQ-0000DJ-Gd; Tue, 09 Sep 2003 10:16:42 -0400 Original-To: Vivek In-reply-to: (message from Vivek on Sun, 7 Sep 2003 23:54:15 +0100 (BST)) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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:5765 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5765 What's happening is that Emacs discards "/." before it even looks at the file. It always does that. This is not an inconsistancy; on the contrary, Emacs is treating "/." in a consistent way where other programs treat it specially. That's not to say that what Emacs does is necessarily better. But I don't want to try to change it.