From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: emacsclient: support `/' directory separator on w32 Date: Tue, 28 Nov 2006 14:05:20 +0100 Message-ID: <854psjoh67.fsf@lola.goethe.zz> References: <20061124054526.72239.qmail@web62511.mail.re1.yahoo.com> <45679B84.3080108@student.lu.se> <49879.128.165.123.18.1164655008.squirrel@webmail.lanl.gov> <85slg4ou2m.fsf@lola.goethe.zz> <85fyc3oiio.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164719552 25531 80.91.229.2 (28 Nov 2006 13:12:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Nov 2006 13:12:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 28 14:12:28 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gp2l1-0006kn-Ge for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 14:12:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gp2l0-0006mE-Ud for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 08:12:18 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gp2eP-0002AU-KF for emacs-devel@gnu.org; Tue, 28 Nov 2006 08:05:30 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gp2eM-00028O-CP for emacs-devel@gnu.org; Tue, 28 Nov 2006 08:05:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gp2eM-00027t-0v for emacs-devel@gnu.org; Tue, 28 Nov 2006 08:05:26 -0500 Original-Received: from [212.7.152.119] (helo=mxout02.versatel.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gp2eK-0008TU-QW for emacs-devel@gnu.org; Tue, 28 Nov 2006 08:05:25 -0500 Original-Received: from mx04.versatel.de (mx01.versatel.de [212.7.146.1]) by mxout02.versatel.de (8.12.11/8.12.11) with ESMTP id kASD5NTb001406; Tue, 28 Nov 2006 14:05:23 +0100 Original-Received: from lola.goethe.zz (i53879488.versanet.de [83.135.148.136]) by mx04.versatel.de (8.12.11.20060614/8.12.11) with ESMTP id kASD5MmC024107; Tue, 28 Nov 2006 14:05:22 +0100 Original-Received: by lola.goethe.zz (Postfix, from userid 1002) id D527A1C29846; Tue, 28 Nov 2006 14:05:20 +0100 (CET) Original-To: "Juanma Barranquero" In-Reply-To: (Juanma Barranquero's message of "Tue\, 28 Nov 2006 13\:59\:11 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) 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:62931 Archived-At: "Juanma Barranquero" writes: >> How will an application other than CMD then interpret "A:whatever" ? >> Always relative to the root of A: ? > > C:\my\dir> dir i.log > > 27/02/2006 10:01 13.178 i.log > > C:\my\dir> I: > I:\> notepad c:i.log > > It opens it. So where does it get the information from? > However, Start / Run "notepad c:i.log" does not find the file. So what? There is no system-wide cwd outside of DOS boxes AFAIR. Start/Run c:i.log would not work when CMD was on C:\my\dir, so why should it in this case? -- David Kastrup, Kriemhildstr. 15, 44793 Bochum