From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: file-truename, convert-standard-filename Date: Fri, 5 Feb 2010 20:49:17 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1265399400 19538 80.91.229.12 (5 Feb 2010 19:50:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Feb 2010 19:50:00 +0000 (UTC) Cc: Drew Adams , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 05 20:49:56 2010 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.69) (envelope-from ) id 1NdUBf-0008TV-O3 for ged-emacs-devel@m.gmane.org; Fri, 05 Feb 2010 20:49:56 +0100 Original-Received: from localhost ([127.0.0.1]:42015 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdUBf-0006UA-52 for ged-emacs-devel@m.gmane.org; Fri, 05 Feb 2010 14:49:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdUBP-0006Oz-J9 for emacs-devel@gnu.org; Fri, 05 Feb 2010 14:49:39 -0500 Original-Received: from [199.232.76.173] (port=57239 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdUBP-0006Oi-85 for emacs-devel@gnu.org; Fri, 05 Feb 2010 14:49:39 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdUBO-0007CW-E0 for emacs-devel@gnu.org; Fri, 05 Feb 2010 14:49:38 -0500 Original-Received: from mail-fx0-f221.google.com ([209.85.220.221]:40049) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdUBO-0007CM-4F for emacs-devel@gnu.org; Fri, 05 Feb 2010 14:49:38 -0500 Original-Received: by fxm21 with SMTP id 21so54699fxm.14 for ; Fri, 05 Feb 2010 11:49:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=zPe6tuagFQkGlTkkOPUDZwWWZRyroqhGeDHmtRPCpYE=; b=RGvzgUFNzxb535jn1FKRjSrRpWT61HiYzBCgOaZJMBVKPZMerv9tloyyh7nSBcj8H3 GBaEIvRh8/JFc87ZIzIMWGHOK7dzT21MWyGsEvK6bCkRCl1J6+ZQXk14s9yP8RtojAQV +5HTQwnyeIYHj+MS/lcsBbDjemNjEFJtVt27A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=jQf8n5aGgJIDG6Zzz+kD4M9CIvfmcHOHTVs/2IbbUKi+wLMI64BSEk//NwIw5dKRtv u1QmFHG4AsXDrXG5lEli1ETZd+OroQ4CqWFFPlNpf+o2ZdaPZuZiRzkbnazPVQNyGtZw RPdGPST9xW716AGJPvliywBtif52Sw6zKkutU= Original-Received: by 10.239.181.81 with SMTP id l17mr349012hbg.175.1265399377173; Fri, 05 Feb 2010 11:49:37 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/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:120956 Archived-At: On Fri, Feb 5, 2010 at 8:45 PM, Andreas Schwab wrot= e: > Lennart Borgman writes: > >> No, that must be a misunderstanding. The file name used internally in >> Emacs is not the file name used by the OS. convert-standard-file-name >> translates from Emacs file name syntax to OS dito. > > That's not true. =C2=A0You use convert-standard-filename for names like > ".emacs" or ".dir-locals.el" which cannot exist on DOS-like filesystems. Hm, we must be misunderstanding each other. I thought that was part of what I said. ... ;-)