From: jeff.paulsen@poorman-douglas.com (Jeff Paulsen)
Subject: RE: Xemacs v21 path bug
27 Jun 1998 02:36:13 -0700
Message-ID: <BB19A85E3397D11190EA00805F57038777E3.cygnus.gnu-win32@PDX1NT02>
Mime-Version: 1.0
Content-Type: text/plain
To: "'Keisuke Mori'" <ksk@ntts.com>, gnu-win32@cygnus.com

Did this patch (to fileio.c) get sent to xemacs-patches? It really
should.

The behavior of //d was counter-intuitive to me. It behaves like d:
rather than d:\, so the following happens:

cd /mnt/d		# we are on d:\
cd //d		# still on d:\
cd /mnt/d/foo/bar	# we are on d:\foo\bar
cd //d		# still on d:\foo\bar

This is what prompted me to never ever use it, and symlink everything
into one file system.

--
Jeff Paulsen
jeff.paulsen@poorman-douglas.com 
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
