From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Ido mode on Windows: please turn off cache Date: Wed, 31 Jan 2007 14:31:14 +0000 Message-ID: <45C0A832.20403@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1170254070 21615 80.91.229.12 (31 Jan 2007 14:34:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 31 Jan 2007 14:34:30 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org, storm@cua.dk To: Herbert Euler Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 31 15:34:12 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HCGX3-0007xx-4A for ged-emacs-devel@m.gmane.org; Wed, 31 Jan 2007 15:33:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCGX2-0000YY-JU for ged-emacs-devel@m.gmane.org; Wed, 31 Jan 2007 09:33:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HCGWq-0000Y1-8V for emacs-devel@gnu.org; Wed, 31 Jan 2007 09:33:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HCGWo-0000XZ-P0 for emacs-devel@gnu.org; Wed, 31 Jan 2007 09:33:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCGWo-0000XW-Je for emacs-devel@gnu.org; Wed, 31 Jan 2007 09:33:38 -0500 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HCGWm-0001tm-C8; Wed, 31 Jan 2007 09:33:36 -0500 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 4C0A95C273; Wed, 31 Jan 2007 14:31:21 +0000 (GMT) User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) In-Reply-To: X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:65695 Archived-At: Herbert Euler wrote: > The `file-attributes' function returns a list, the third and fourth > element of which are file uid and file gid. These two fields are > different on NTFS and FAT32. Please take a comparison: Strange. These two values are not set from the filesystem at all on w32, but from the currently logged in user. Although they will always be 0 on W95 derived systems, they should not be affected by the filesystem on NT derived systems. A value of 0 is possible there if the user is logged in as "Administrator".