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: abbreviate-file-name on Windows seems incorrect Date: Sun, 07 Jan 2007 06:12:50 +0200 Message-ID: References: <874pr3eeth.fsf@catnip.gol.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1168143197 25424 80.91.229.12 (7 Jan 2007 04:13:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Jan 2007 04:13:17 +0000 (UTC) Cc: drew.adams@oracle.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 07 05:13:15 2007 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 1H3PPF-00005f-Jd for ged-emacs-devel@m.gmane.org; Sun, 07 Jan 2007 05:13:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3PPE-0000rK-Q8 for ged-emacs-devel@m.gmane.org; Sat, 06 Jan 2007 23:13:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H3POx-0000oc-Pu for emacs-devel@gnu.org; Sat, 06 Jan 2007 23:12:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H3POu-0000mm-F3 for emacs-devel@gnu.org; Sat, 06 Jan 2007 23:12:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3POu-0000mg-7N for emacs-devel@gnu.org; Sat, 06 Jan 2007 23:12:52 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H3POt-0004pW-7j; Sat, 06 Jan 2007 23:12:51 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-84-229-248-166.inter.net.il [84.229.248.166]) by romy.inter.net.il (MOS 3.7.3-GA) with ESMTP id GSZ42926 (AUTH halo1); Sun, 7 Jan 2007 06:12:48 +0200 (IST) Original-To: Miles Bader In-reply-to: <874pr3eeth.fsf@catnip.gol.com> (message from Miles Bader on Sun, 07 Jan 2007 11:44:10 +0900) 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:64902 Archived-At: > Cc: "Drew Adams" , emacs-devel@gnu.org > From: Miles Bader > Date: Sun, 07 Jan 2007 11:44:10 +0900 > > In particular, doing (setenv "foo" ...) allows $foo to be used when > visiting files (i.e. substitute-in-file-name sees it), and doing > (setenv "HOME" ...) changes how expand-file-name expands a tilde. > > If this doesn't happen in windows, it seems like a bug... I tried, and it does happen on Windows, of course.