From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: unc paths with cmd.exe on ntemacs Date: Thu, 28 Nov 2002 21:41:48 +0000 (UTC) Organization: BT Openworld Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038520031 13572 80.91.224.249 (28 Nov 2002 21:47:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 28 Nov 2002 21:47:11 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18HWV4-0003Wi-00 for ; Thu, 28 Nov 2002 22:47:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 18HWUf-0000fW-00; Thu, 28 Nov 2002 16:46:45 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!news.gtei.net!newsfeed.mathworks.com!btnet-peer0!btnet-feed5!btnet!news.btopenworld.com!nyaumo.btinternet.com!nobody Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: host62-7-46-22.in-addr.btopenworld.com Original-X-Trace: sparta.btinternet.com 1038519708 4848 62.7.46.22 (28 Nov 2002 21:41:48 GMT) Original-X-Complaints-To: news-complaints@lists.btinternet.com Original-NNTP-Posting-Date: Thu, 28 Nov 2002 21:41:48 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 Original-Xref: shelby.stanford.edu gnu.emacs.help:107583 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:4134 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4134 "Leo" writes: > > cmd.exe does not support UNC paths as the current working directory. > > It supports them everywhere else AFAIK. > > so how can i make it work in emacs that it goes to the right directory? Emacs goes to the right directory. You can test that with C-x C-d and giving a UNC path. But CMD.EXE cannot use a UNC path as the current working directory, that is a limitation of CMD.EXE, not of Emacs. It might help if you explain exactly what is failing. Your previous message only mentioned that you get a message, it did not say that anything actually failed to work.