From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/12921 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Hyphenate long URLs Date: Mon, 18 Aug 2003 19:40:18 +0200 (CEST) Sender: ntg-context-admin@ntg.nl Message-ID: 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 1061228781 26316 80.91.224.253 (18 Aug 2003 17:46:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Aug 2003 17:46:21 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Mon Aug 18 19:46:20 2003 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 19oo5E-0006Z1-00 for ; Mon, 18 Aug 2003 19:46:20 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 5CB8710B2E; Mon, 18 Aug 2003 19:46:16 +0200 (MEST) Original-Received: from down.physik.fu-berlin.de (down.physik.fu-berlin.de [160.45.34.6]) by ref.ntg.nl (Postfix) with ESMTP id DD57610ACC for ; Mon, 18 Aug 2003 19:40:25 +0200 (MEST) Original-Received: from g25.physik.fu-berlin.de (g25.physik.fu-berlin.de [160.45.34.125]) by down.physik.fu-berlin.de (8.9.3/8.9.1) with ESMTP id TAA1467126; Mon, 18 Aug 2003 19:40:20 +0200 (CEST) X-Envelope-From: tburnus@physik.fu-berlin.de Original-Received: from tburnus (helo=localhost) by g25.physik.fu-berlin.de with local-esmtp (Exim 3.35 #1 (Debian)) id 19onzO-0006hY-00; Mon, 18 Aug 2003 19:40:18 +0200 X-X-Sender: tburnus@g25.physik.fu-berlin.de Original-To: NTG-ConTeXt 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:12921 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:12921 Hi, I want to hyphenate an long URL, I currentlty use: \def\gotoURL#1{\useURL[foo][#1]\goto{\url[foo]}[url(foo)]} For one URL there is unfortunally no '.' or '/' near by, and I get: | | http://mathworld.wolfram.com/CylindricalCoordinates | .html | | margin starts --->| page border ->| What I would like to see: | | http://mathworld.wolfram.com/Cylin | | dricalCoordinates.html | margin starts --->| page border ->| Note that there should _no_ hyphen be shown. How can I do so? Tobias