From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Kevin Yu" Newsgroups: gmane.emacs.devel Subject: file-truename returns wrong absolute file name on w32 Date: Tue, 22 Jul 2008 21:03:50 +0800 Message-ID: <42b562540807220603g35640b29s2ad20156b7b68a8@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_23101_14834074.1216731830276" X-Trace: ger.gmane.org 1216731860 31747 80.91.229.12 (22 Jul 2008 13:04:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 13:04:20 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 22 15:05:09 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 1KLHXz-0000fJ-My for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 15:04:56 +0200 Original-Received: from localhost ([127.0.0.1]:52282 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLHX6-0008Ha-GM for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 09:04:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLHX3-0008HV-1U for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:03:57 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLHX0-0008HJ-LX for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:03:55 -0400 Original-Received: from [199.232.76.173] (port=43971 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLHX0-0008HG-G6 for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:03:54 -0400 Original-Received: from ti-out-0910.google.com ([209.85.142.189]:8536) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLHWz-0001C2-Py for emacs-devel@gnu.org; Tue, 22 Jul 2008 09:03:54 -0400 Original-Received: by ti-out-0910.google.com with SMTP id u5so876546tia.10 for ; Tue, 22 Jul 2008 06:03:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=ZUXn9VP2LO7dwt5paEZrrfi02jYrzbwo4kyBmksBCU0=; b=C2l8Yls7glUF62LMEu23uRhsp+J/FcatqwiKufZn6Bu4icZjDi4BUhYGURQJ8ai7MG WVAs1m/eTfn4W5mNf8x8DH5E/X8qAx5IB53660xgPKl4yyGDtQIQLeJRPAXqxXZO91lA K3rBPVPG/gtl2aNJqe3ZUwSBmKQ9/Z7fKR9/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=xe67Yi0JFIpwHx+SFRWCPwcGHBtFwbYqMnD21bMpYXjggOAcFCofKl2YlEgR+sIdLl ycaRwtmFff3JTRLg7/fNxRTPD9H0P3p2hJ0k9X9PGykiKMqFZPnD8pi7F3I9O+TdAzSA h+/noDPzqMPsD2fj5JLqD1R/m8hYKa5fmYmLU= Original-Received: by 10.110.5.18 with SMTP id 18mr4504476tie.56.1216731830274; Tue, 22 Jul 2008 06:03:50 -0700 (PDT) Original-Received: by 10.110.3.20 with HTTP; Tue, 22 Jul 2008 06:03:50 -0700 (PDT) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 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:101181 Archived-At: ------=_Part_23101_14834074.1216731830276 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, (file-truename "d:/non-exist-file") returns "d://non-exist-file". ------=_Part_23101_14834074.1216731830276 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
Hi,
     (file-truename "d:/non-exist-file") returns "d://non-exist-file".
------=_Part_23101_14834074.1216731830276--