emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ido mode on Windows: please turn off cache


From: Herbert Euler
Subject: Re: Ido mode on Windows: please turn off cache
Date: Wed, 31 Jan 2007 14:02:36 +0800

What version of Windows is that?  Modern versions (Windows 2000 and
later) do change the directory modification time when a file is
created in the directory.  Are you talking about Windows 9X/ME?

Hmmm, my Windows version is Microsoft Windows XP Professional
version 2002 Service Pack 2.  And the command ``cmd'' shows
Microsoft Windows [version 5.1.2600].

Here is what I evaluated:

ELISP> (file-attributes "d:/home/xugp")
(t 1 5 5
  (17831 45184)
  (17799 38936)
  (17799 38922)
  0 "drwxrwxrwx" nil -32736
  (17223 . 42209))

ELISP> (write-file "d:/home/xugp/ielm_text")
nil
ELISP> (file-attributes "d:/home/xugp")
(t 1 5 5
  (17831 45184)
  (17799 38936)
  (17799 38922)
  0 "drwxrwxrwx" nil -32736
  (17223 . 42209))

ELISP>

Regards,
Guanpeng Xu

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]