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: Sat, 06 Jan 2007 23:51:01 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1168120291 29628 80.91.229.12 (6 Jan 2007 21:51:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 Jan 2007 21:51:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 06 22:51:29 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 1H3JRl-000303-3K for ged-emacs-devel@m.gmane.org; Sat, 06 Jan 2007 22:51:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3JRk-0001H1-FL for ged-emacs-devel@m.gmane.org; Sat, 06 Jan 2007 16:51:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H3JRY-0001G8-Rc for emacs-devel@gnu.org; Sat, 06 Jan 2007 16:51:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H3JRT-00019C-Pj for emacs-devel@gnu.org; Sat, 06 Jan 2007 16:51:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3JRT-000194-NU for emacs-devel@gnu.org; Sat, 06 Jan 2007 16:51:07 -0500 Original-Received: from [192.114.186.73] (helo=heller.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H3JRT-0001DN-9Y for emacs-devel@gnu.org; Sat, 06 Jan 2007 16:51:07 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-208-43.inter.net.il [80.230.208.43]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id BLU75760 (AUTH halo1); Sat, 6 Jan 2007 23:51:04 +0200 (IST) Original-To: "Drew Adams" In-reply-to: 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:64891 Archived-At: > From: "Drew Adams" > Date: Sat, 6 Jan 2007 08:22:09 -0800 > > I see. To tell the truth, I didn't bother to change $HOME outside Emacs and > start emacs -Q again to test the case other than HOME = "c:\\". I did try > using `setenv' to change "HOME", but that apparently doesn't have an effect > here. setenv only manipulates the environment that is passed to child processes, but does not modify Emacs's own environment. > How about mentioning in the doc string that "~" is not substituted for the > user's home dir if that is the root. ("/" in Unix or Linux, > ":\" in Windows)? Done.