Date: Wed, 17 Sep 1997 12:39:24 +0300 (IDT) From: Eli Zaretskii To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: Re: Support for "//d/foo" pathnames In-Reply-To: <199709162346.TAA29192@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 16 Sep 1997, DJ Delorie wrote: > Emacs treats "//" special. You mean that it discards everything up to the second slash? That shouldn't be a problem, since this is all done in Emacs code, without calling any library functions. Besides, if any Emacs-specific problems arise, they can be solved in Emacs itself. For example, the NT code there already supports the UNC syntax, and it shouldn't be too hard to enable that for DJGPP also.