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: Wed, 29 Nov 2006 20:59:53 +0100 Message-ID: References: <20061124054526.72239.qmail@web62511.mail.re1.yahoo.com> <456CC2B4.3000003@student.lu.se> <456CD9A7.5010006@student.lu.se> <456D44EE.2080906@student.lu.se> <85mz6ah8y6.fsf@lola.goethe.zz> <456DB082.4090008@student.lu.se> 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 1164830471 30369 80.91.229.2 (29 Nov 2006 20:01:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Nov 2006 20:01:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 29 21:01:10 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 1GpVbx-000098-Fk for ged-emacs-devel@m.gmane.org; Wed, 29 Nov 2006 21:00:54 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpVbx-00040d-4f for ged-emacs-devel@m.gmane.org; Wed, 29 Nov 2006 15:00:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GpVb6-0003Gz-6j for emacs-devel@gnu.org; Wed, 29 Nov 2006 15:00:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GpVb4-0003GU-8q for emacs-devel@gnu.org; Wed, 29 Nov 2006 14:59:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpVb4-0003GL-1Q for emacs-devel@gnu.org; Wed, 29 Nov 2006 14:59:58 -0500 Original-Received: from [64.233.182.185] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GpVb3-00042s-86 for emacs-devel@gnu.org; Wed, 29 Nov 2006 14:59:57 -0500 Original-Received: by nf-out-0910.google.com with SMTP id d4so3040911nfe for ; Wed, 29 Nov 2006 11:59:55 -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=pc5OiQsECqEARO6mu1merlETJKtU1f4ngB+bw/kId27PGuyECL3WqNTM4dh5DnJYxk55XLb9L8ADSHl7yUr/VIWsVUKwzC3mL2F+qFxN7nWUStPONBYLTka810lhuLRHqqwBEDCr19ps5EhdhvtDkDohsaiuba9JEi6BRMj5Q3Q= Original-Received: by 10.82.131.1 with SMTP id e1mr666585bud.1164830394664; Wed, 29 Nov 2006 11:59:54 -0800 (PST) Original-Received: by 10.82.147.2 with HTTP; Wed, 29 Nov 2006 11:59:53 -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:63076 Archived-At: On 11/29/06, Eli Zaretskii wrote: > However, you need to include the > NewAPIs.h header file (from the platform SDK) to have them available. > That header defines macros that implement GetLongPathName as wrapper > that uses native Windows 9x functions to implement the same > functionality. Oh. My. God. /L/e/k/t/u