From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: init_buffer PWD fix Date: Wed, 24 Apr 2002 12:05:40 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1019664404 4060 127.0.0.1 (24 Apr 2002 16:06:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 24 Apr 2002 16:06:44 +0000 (UTC) Cc: eggert@twinsun.com, emacs-devel@gnu.org, knagano@sodan.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 170PI4-00013N-00 for ; Wed, 24 Apr 2002 18:06:44 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 170PJn-0006px-00 for ; Wed, 24 Apr 2002 18:08:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 170PHx-00041o-00; Wed, 24 Apr 2002 12:06:37 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 3.34 #1 (Debian)) id 170PH2-0003yf-00; Wed, 24 Apr 2002 12:05:40 -0400 Original-To: himi@meadowy.org In-Reply-To: (himi@meadowy.org) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:3187 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:3187 > From: MIYASHITA Hisashi(=?ISO-2022-JP?B?GyRCNVwyPBsoQiAbJEI+MBsoQjpISU1J?=) > > Date: Wed, 24 Apr 2002 19:31:08 +0900 > > Eli Zaretskii writes: > > > You cannot do that for directories, because GetFileInformationByHandle > > needs a handle, and Windows doesn't let you open a directory and get a > > file handle for it. > > It's partly incorrect. We can obtain handle also for directory at least on > Windows NT/2000/XP Good--that means Emacs can use GetFileInformationByHandle on those systems, and fall back on inventing inodes on Windows 9X only.