From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Ido mode on Windows: please turn off cache Date: Wed, 31 Jan 2007 20:31:37 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1170268383 15954 80.91.229.12 (31 Jan 2007 18:33:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 31 Jan 2007 18:33:03 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Herbert Euler" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 31 19:32:48 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 1HCKFL-0000cU-RP for ged-emacs-devel@m.gmane.org; Wed, 31 Jan 2007 19:31:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCKFL-0002gk-Cy for ged-emacs-devel@m.gmane.org; Wed, 31 Jan 2007 13:31:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HCKFA-0002gT-Hd for emacs-devel@gnu.org; Wed, 31 Jan 2007 13:31:40 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HCKF8-0002gF-2b for emacs-devel@gnu.org; Wed, 31 Jan 2007 13:31:39 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HCKF8-0002gC-0S for emacs-devel@gnu.org; Wed, 31 Jan 2007 13:31:38 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HCKF7-0007je-I5 for emacs-devel@gnu.org; Wed, 31 Jan 2007 13:31:37 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-1-217.inter.net.il [83.130.1.217]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id BTO27780 (AUTH halo1); Wed, 31 Jan 2007 20:31:31 +0200 (IST) In-reply-to: (herberteuler@hotmail.com) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:65710 Archived-At: > From: "Herbert Euler" > Bcc: > Date: Wed, 31 Jan 2007 15:03:03 +0800 > Cc: emacs-devel@gnu.org > > >Modern versions (Windows 2000 and later) do change the directory > >modification time when a file is created in the directory. > > This is not true in any cases. If the file system is NTFS, Windows > will update the modification time of the directory, but it will not do > it on the FAT32 file system. Right, I forgot that you need NTFS to have that feature. > I did not test the case for FAT. FAT behaves like FAT32 in this regard.