From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14631 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Re: url's and underscores Date: Mon, 26 Jan 2004 22:35:01 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20040126213501.GA31425@physik.fu-berlin.de> References: <877jzfktzu.fsf@dellius.nederware.nl> <6.0.1.1.2.20040126122245.02a7dca8@server-1> <401577A3.7000701@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 X-Trace: sea.gmane.org 1075152941 13671 80.91.224.253 (26 Jan 2004 21:35:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Jan 2004 21:35:41 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Jan 26 22:35:35 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 1AlEON-00060R-00 for ; Mon, 26 Jan 2004 22:35:35 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 4F84810B71; Mon, 26 Jan 2004 22:34:28 +0100 (MET) Original-Received: from up.physik.fu-berlin.de (up.physik.fu-berlin.de [160.45.34.5]) by ref.ntg.nl (Postfix) with ESMTP id 497B510B3E for ; Mon, 26 Jan 2004 22:33:56 +0100 (MET) Original-Received: from g31.physik.fu-berlin.de (g31.physik.fu-berlin.de [160.45.34.131]) by up.physik.fu-berlin.de (8.11.1/8.9.1) with ESMTP id i0QLYxX978602; Mon, 26 Jan 2004 22:34:59 +0100 (CET) X-Envelope-From: tburnus@physik.fu-berlin.de X-ZEDV-BeenThere: nukleon Original-Received: from tburnus by g31.physik.fu-berlin.de with local (Exim 3.35 #1 (Debian)) id 1AlENp-0008CN-00; Mon, 26 Jan 2004 22:35:01 +0100 Original-To: ntg-context@ntg.nl Content-Disposition: inline In-Reply-To: <401577A3.7000701@virtual-earth.de> User-Agent: Mutt/1.3.28i 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:14631 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14631 Hello, On Mon, Jan 26, 2004 at 09:25:07PM +0100, Mathias Picker wrote: > Using something like > \useURL[foo]{attachments/1013-Comato_Zugriffe.zip} > \goto{\url[attachments/1013-Comato_Zugriffe.zip]}[url(foo)] Try this: \useURL[foo][attachments/1013-Comato_Zugriffe.zip] \goto{\url[foo]}[url(foo)] Tobias