From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Whitfield Diffie Newsgroups: gmane.emacs.bugs Subject: Apparent bug in directory-files-and-attributes - bis Date: Fri, 20 Feb 2004 17:02:41 -0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200402210102.i1L12gQi021229@ushabti.sfbay.sun.com> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1077325592 31057 80.91.224.253 (21 Feb 2004 01:06:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 21 Feb 2004 01:06:32 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 21 02:06:24 2004 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 1AuLb6-0000wJ-00 for ; Sat, 21 Feb 2004 02:06:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AuLZV-0002uE-Tz for geb-bug-gnu-emacs@m.gmane.org; Fri, 20 Feb 2004 20:04:45 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AuLYB-0002EW-D7 for bug-gnu-emacs@gnu.org; Fri, 20 Feb 2004 20:03:23 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1AuLXc-0001uJ-7W for bug-gnu-emacs@gnu.org; Fri, 20 Feb 2004 20:03:19 -0500 Original-Received: from [192.18.98.34] (helo=brmea-mail-3.sun.com) by monty-python.gnu.org with esmtp (Exim 4.30) id 1AuLXb-0001sj-Kg for bug-gnu-emacs@gnu.org; Fri, 20 Feb 2004 20:02:47 -0500 Original-Received: from testmail2.sfbay.Sun.COM ([129.149.247.2]) by brmea-mail-3.sun.com (8.12.10/8.12.9) with ESMTP id i1L12hi5000139 for ; Fri, 20 Feb 2004 18:02:43 -0700 (MST) Original-Received: from ushabti.sfbay.sun.com (ushabti.Eng.Sun.COM [152.70.20.142]) by testmail2.sfbay.Sun.COM (8.12.10+Sun/8.12.10/ENSMAIL, v2.2) with ESMTP id i1L12hA6006820 for ; Fri, 20 Feb 2004 17:02:43 -0800 (PST) Original-Received: from ushabti.sfbay.sun.com (localhost [127.0.0.1]) by ushabti.sfbay.sun.com (8.12.9+Sun/8.12.9) with ESMTP id i1L12gqp021232; Fri, 20 Feb 2004 17:02:42 -0800 (PST) Original-Received: (from diffie@localhost) by ushabti.sfbay.sun.com (8.12.9+Sun/8.12.9/Submit) id i1L12gQi021229; Fri, 20 Feb 2004 17:02:42 -0800 (PST) Original-To: Started-at: 2004.02.20-16:57:30 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:7042 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:7042 Friday 20 February 2004 at 16:57 I still believe the value of directory-files-and-attributes described in my message of Monday 16 February 2004 at 12:17 (some entries in the list are of the form (), i.e., have no attributes) represents a bug, however, I have found that it can be worked around by calling: (file-attributes (encode-coding-string 'raw-text) Thanks, Whit