From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.help Subject: Re: Lisp code to expand /~ and // but not env vars? Date: Mon, 03 Oct 2005 16:55:34 +0200 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1128352007 25519 80.91.229.2 (3 Oct 2005 15:06:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Oct 2005 15:06:47 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 03 17:06:39 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EMRrZ-0003iF-DE for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Oct 2005 17:04:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EMRrY-00063Z-UX for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Oct 2005 11:04:20 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-X-Trace: individual.net FLjpP2biqyKhK5KVwqINng0hn1k0mfyc044QGbeRHKUmiLMYcj User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt) Cancel-Lock: sha1:UPMgct8tghpBxpqmTtzyALPJqhg= Original-Xref: shelby.stanford.edu gnu.emacs.help:134312 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:29884 Archived-At: Peter Dyballa writes: > // is in UNIX nonsense. The root is / and does not get more root when > written as '//' -- this only has in ancient (Apollo) Domain OS a > meaning (Domain OS could create ad-hoc networks and // was the root of > the individual members in the network). '//' is created as a text in > mini-buffer when you either try to find a file or try to dired. The > right means to handle such strings would be to substitute everything > from the beginning to // with /. //server/share/file is a valid path to a file on Emacs running under MS Windows. /Mathias