unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Herbert Euler" <herberteuler@hotmail.com>
To: herberteuler@hotmail.com, eliz@gnu.org
Cc: emacs-devel@gnu.org
Subject: Re: Ido mode on Windows: please turn off cache
Date: Wed, 31 Jan 2007 14:02:36 +0800	[thread overview]
Message-ID: <BAY112-F1556E5518FA19B07E5C176DAA50@phx.gbl> (raw)
In-Reply-To: <BAY112-F2A3BD84B999711BC3ADC0DAA50@phx.gbl>

>>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	other threads:[~2007-01-31  6:02 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-31  3:36 Ido mode on Windows: please turn off cache Herbert Euler
2007-01-31  4:18 ` Eli Zaretskii
2007-01-31  4:26   ` Herbert Euler
2007-01-31  6:02     ` Herbert Euler [this message]
2007-01-31  4:28   ` Herbert Euler
2007-01-31 12:18     ` Kim F. Storm
2007-01-31 13:14       ` Herbert Euler
2007-01-31 14:31         ` Jason Rumney
2007-01-31 16:07           ` Herbert Euler
2007-01-31 18:30             ` Eli Zaretskii
2007-01-31 18:50           ` Eli Zaretskii
2007-01-31 13:25       ` Herbert Euler
2007-01-31 16:33         ` Kim F. Storm
2007-01-31  7:03   ` Herbert Euler
2007-01-31 18:31     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BAY112-F1556E5518FA19B07E5C176DAA50@phx.gbl \
    --to=herberteuler@hotmail.com \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).