From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14642 Path: main.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: url problem: double blanks are replaced by single ones Date: Wed, 28 Jan 2004 13:15:09 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <6.0.1.1.2.20040128131421.02b1f340@server-1> References: <877jzfktzu.fsf@dellius.nederware.nl> <6.0.1.1.2.20040126122245.02a7dca8@server-1> <401577A3.7000701@virtual-earth.de> <20040126213501.GA31425@physik.fu-berlin.de> <40159E87.1080402@virtual-earth.de> <4017A5BF.5000300@virtual-earth.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Trace: sea.gmane.org 1075295819 2535 80.91.224.253 (28 Jan 2004 13:16:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jan 2004 13:16:59 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Wed Jan 28 14:16:50 2004 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AlpYo-0005Wt-00 for ; Wed, 28 Jan 2004 14:16:50 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 6619E10B0D; Wed, 28 Jan 2004 14:15:39 +0100 (MET) Original-Received: from mail.solcon.net (mail.solcon.net [212.45.33.5]) by ref.ntg.nl (Postfix) with ESMTP id BB80910ABB for ; Wed, 28 Jan 2004 14:14:26 +0100 (MET) Original-Received: from server-1.pragma-net.nl (dsl-212-84-128-085.solcon.nl [212.84.128.85]) by mail.solcon.net (8.11.6/8.9.3) with ESMTP id i0SDFSU17205 for ; Wed, 28 Jan 2004 14:15:28 +0100 Original-Received: by server-1.pragma-net.nl (Postfix, from userid 65534) id 6BD6D2EF79; Wed, 28 Jan 2004 14:15:32 +0100 (CET) Original-Received: from laptop-3.wxs.nl (unknown [10.100.1.191]) by server-1.pragma-net.nl (Postfix) with ESMTP id 53E4417A9C for ; Wed, 28 Jan 2004 13:15:29 +0000 (UTC) X-Sender: hagen-mail@server-1 X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Original-To: ntg-context@ntg.nl In-Reply-To: <4017A5BF.5000300@virtual-earth.de> Original-References: <877jzfktzu.fsf@dellius.nederware.nl> <6.0.1.1.2.20040126122245.02a7dca8@server-1> <401577A3.7000701@virtual-earth.de> <20040126213501.GA31425@physik.fu-berlin.de> <40159E87.1080402@virtual-earth.de> <4017A5BF.5000300@virtual-earth.de> Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:14642 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14642 At 13:06 28/01/2004, you wrote: >\useURL[foo][mystrange filename.doc]\goto{\url[foo]}[url(foo)] > >leads to > >4844 0 obj ><> >endobj > >replacing the double blank with a single one. Obviously the file / url is >not found.... > >Any hints why/where this is done? it's tex: any sequence of spaces becomes one space unless the catcode is kin dof special you may try: \useURL[foo][mystrange\space\space filename.doc]\goto{\url[foo]}[url(foo)] Hans