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: file-truename returns wrong absolute file name on w32 Date: Tue, 22 Jul 2008 09:52:05 -0400 Message-ID: References: <42b562540807220603g35640b29s2ad20156b7b68a8@mail.gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1216734781 10543 80.91.229.12 (22 Jul 2008 13:53:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 13:53:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Kevin Yu" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 22 15:53:50 2008 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 1KLIJJ-000583-4y for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 15:53:49 +0200 Original-Received: from localhost ([127.0.0.1]:56699 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLIIP-00059V-Vq for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 09:52:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLIIM-00059F-6C for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:52:50 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLIIK-00058g-Pl for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:52:49 -0400 Original-Received: from [199.232.76.173] (port=57862 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLIIK-00058d-NM for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:52:48 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:39124) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLIIK-0002or-Dy for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:52:48 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KLIHd-00006G-KV; Tue, 22 Jul 2008 09:52:05 -0400 In-reply-to: <42b562540807220603g35640b29s2ad20156b7b68a8@mail.gmail.com> (yujie052@gmail.com) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:101194 Archived-At: > Date: Tue, 22 Jul 2008 21:03:50 +0800 > From: "Kevin Yu" > > (file-truename "d:/non-exist-file") returns "d://non-exist-file". In what version of Emacs?