From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: emacsclient: support `/' directory separator on w32 Date: Tue, 28 Nov 2006 21:28:41 +0100 Message-ID: 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> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1164745750 29010 80.91.229.2 (28 Nov 2006 20:29:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 28 Nov 2006 20:29:10 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 28 21:29:07 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 1Gp9ZY-0005DF-4d for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 21:28:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gp9ZX-0005VN-Hc for ged-emacs-devel@m.gmane.org; Tue, 28 Nov 2006 15:28:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gp9ZN-0005Uq-3y for emacs-devel@gnu.org; Tue, 28 Nov 2006 15:28:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gp9ZL-0005UO-Uq for emacs-devel@gnu.org; Tue, 28 Nov 2006 15:28:44 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gp9ZL-0005UL-Qs for emacs-devel@gnu.org; Tue, 28 Nov 2006 15:28:43 -0500 Original-Received: from [64.233.182.184] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gp9ZL-0000hu-NG for emacs-devel@gnu.org; Tue, 28 Nov 2006 15:28:43 -0500 Original-Received: by nf-out-0910.google.com with SMTP id d4so2705658nfe for ; Tue, 28 Nov 2006 12:28:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=H6uoyUxWFGtsKIOnCoCO3Rg3zswArJgtAlU9+UPrnay/cJfTX5ffH3cHFJ8Vx221LymkSx0aWXW4rhnZR8IUWma/baTU4mWnuhLh85R5eyXUp4A8Gml2zKuq8fG3lpGbtU9EP0zN9ooK4pseEyzPq3knuJMajYMRPmXrDinDYik= Original-Received: by 10.82.172.15 with SMTP id u15mr259463bue.1164745722032; Tue, 28 Nov 2006 12:28:42 -0800 (PST) Original-Received: by 10.82.147.2 with HTTP; Tue, 28 Nov 2006 12:28:41 -0800 (PST) Original-To: "Eli Zaretskii" In-Reply-To: Content-Disposition: inline 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:62990 Archived-At: On 11/28/06, Eli Zaretskii wrote: > Really? I do see such a system call: it's called _getdcwd, and we > actually use it in Emacs. AFAICS, that's a library routine, not a system call (at least, the Platform SDK documentation does not mention it). But I would've mentioned it anyway if only I had thought of it :) > This is different for different versions of Windows. I think what you > say is only true for W2K/XP and later. Possibly. I admit I've not done much pre-2K programming lately. /L/e/k/t/u