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 17:24:36 +0100 Message-ID: References: <20061124054526.72239.qmail@web62511.mail.re1.yahoo.com> <857ixfkyqu.fsf@lola.goethe.zz> <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 1164818048 15664 80.91.229.2 (29 Nov 2006 16:34:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 29 Nov 2006 16:34:08 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 29 17:34:00 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 1GpSLs-0008NN-6C for ged-emacs-devel@m.gmane.org; Wed, 29 Nov 2006 17:32:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpSLr-0006cB-BW for ged-emacs-devel@m.gmane.org; Wed, 29 Nov 2006 11:32:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GpSLJ-0006Ge-Aj for emacs-devel@gnu.org; Wed, 29 Nov 2006 11:31:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GpSLG-0006FA-Q1 for emacs-devel@gnu.org; Wed, 29 Nov 2006 11:31:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GpSEi-0008CP-HW for emacs-devel@gnu.org; Wed, 29 Nov 2006 11:24:40 -0500 Original-Received: from [66.249.92.173] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GpSEg-00011Z-Sd for emacs-devel@gnu.org; Wed, 29 Nov 2006 11:24:39 -0500 Original-Received: by ug-out-1314.google.com with SMTP id j3so1989330ugf for ; Wed, 29 Nov 2006 08:24:37 -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=p/t/nx+SPFx+76McbndkcdZHU5LJuH+8/uRWA+vPZvSEWVhIlRux+fpmoUeXwcMdFN+sXoHtdYsk6G2A8bwKQG8aWQlqBhETYSFsdOUv1MrmfLXYOaw0zn0/5+n0ezwA0M+v4WLMwft7ENdPZzAf1ymVJxk2FgO9CLYZNpKEDSk= Original-Received: by 10.82.113.6 with SMTP id l6mr621377buc.1164817477322; Wed, 29 Nov 2006 08:24:37 -0800 (PST) Original-Received: by 10.82.147.2 with HTTP; Wed, 29 Nov 2006 08:24:36 -0800 (PST) Original-To: "Lennart Borgman" In-Reply-To: <456DB082.4090008@student.lu.se> 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:63037 Archived-At: On 11/29/06, Lennart Borgman wrote: > It creates a file with a > hidden what-did-they-call-it? part.) Streams. > Unfortunately GetLongPathName() does not care about these characters. GetLongPathName() is unsupported on W95, according to the Platform SDK. > therefore tried with GetLongPathName(), but I could not link with MingGW: > > oo-spd/i386/emacsclient.o(.text+0x283b):emacsclient.c: > undefined reference to `GetLongPathName' Not even with explicit GetLongPathNameA? /L/e/k/t/u