From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "David Robinow" Newsgroups: gmane.emacs.devel Subject: Re: file-truename returns wrong absolute file name on w32 Date: Tue, 22 Jul 2008 14:03:19 -0400 Message-ID: <4eb0089f0807221103m41cc9883o8aadf0a8a08f7e1c@mail.gmail.com> References: <42b562540807220603g35640b29s2ad20156b7b68a8@mail.gmail.com> <4885E70B.7060808@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216749820 2550 80.91.229.12 (22 Jul 2008 18:03:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jul 2008 18:03:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 22 20:04:28 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 1KLMDq-0007gA-J2 for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 20:04:26 +0200 Original-Received: from localhost ([127.0.0.1]:41668 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLMCx-0007Ry-F7 for ged-emacs-devel@m.gmane.org; Tue, 22 Jul 2008 14:03:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KLMCr-0007Mq-En for emacs-devel@gnu.org; Tue, 22 Jul 2008 14:03:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KLMCn-0007Hq-Vk for emacs-devel@gnu.org; Tue, 22 Jul 2008 14:03:25 -0400 Original-Received: from [199.232.76.173] (port=38460 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KLMCn-0007Hf-S4 for emacs-devel@gnu.org; Tue, 22 Jul 2008 14:03:21 -0400 Original-Received: from py-out-1112.google.com ([64.233.166.183]:23975) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KLMCn-000161-OZ for emacs-devel@gnu.org; Tue, 22 Jul 2008 14:03:21 -0400 Original-Received: by py-out-1112.google.com with SMTP id p76so1028693pyb.1 for ; Tue, 22 Jul 2008 11:03:20 -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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=bJw7sPNHN9FFufFTCbD38nS/IXf+w+m2iWF06/o9OKY=; b=s4065jgO40be+mLFXIVoC0Wxpia9oORtRsLw/qT541AqcYfFNVrdik/2yUyow2tSM8 Vx7NVEmmoLpi1YOUCZ3ATqK+LplOAjtTb0vPv4W/9IzgIBuN5qi7FxeNUvNj/DrnbQjX nzIsmUBEzdcezwITmGNG/kdU8pVxJ4URu8n/A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Cb+G8YTaMghEj6xJo+Ms8JxExXGnPggdkI/2gb6ardqU0hM0KUP8YoU9U+fOYfvtp8 UV2t7OxSEKSEaOwjRe11Acd0OAAP7vfJ6Zu1gVpW8pQ5a2KduvXdHihdTt7P0Pe+PD8l iWaaWdltjZbbGhcvwSTFPgGqD86Np6CC5v8B4= Original-Received: by 10.114.201.1 with SMTP id y1mr4013492waf.216.1216749799661; Tue, 22 Jul 2008 11:03:19 -0700 (PDT) Original-Received: by 10.114.154.2 with HTTP; Tue, 22 Jul 2008 11:03:19 -0700 (PDT) In-Reply-To: <4885E70B.7060808@gmail.com> Content-Disposition: inline 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:101234 Archived-At: On Tue, Jul 22, 2008 at 9:56 AM, Lennart Borgman (gmail) wrote: > Eli Zaretskii wrote: >>> >>> 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? > > I can reproduce this bug on w32 CVS Emacs 23 from 2008-07-16. > Me too, FWIW. But I have an old version compiled March 25 which doesn't have this problem.