From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/27181 Path: news.gmane.org!not-for-mail From: Johannes Graumann Newsgroups: gmane.comp.tex.context Subject: Re: wrapping a long URL without added spaces Date: Fri, 14 Apr 2006 11:58:21 -0700 Organization: Die Guten Message-ID: References: <443E3628.9070902@wxs.nl> <96E463D4-7746-4145-9476-38E2D2DEC281@princeton.edu> <443E4B5B.9080403@wxs.nl> <6B722D79-2152-43B9-8003-3B56E2F1DE8F@princeton.edu> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1145041400 22865 80.91.229.2 (14 Apr 2006 19:03:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 14 Apr 2006 19:03:20 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Fri Apr 14 21:03:18 2006 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from ronja.vet.uu.nl ([131.211.172.88] helo=ronja.ntg.nl) by ciao.gmane.org with esmtp (Exim 4.43) id 1FUTZd-00038b-Ca for gctc-ntg-context-518@m.gmane.org; Fri, 14 Apr 2006 21:03:17 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 2374D12791; Fri, 14 Apr 2006 21:03:17 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19549-09-6; Fri, 14 Apr 2006 21:03:12 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 55F671279A; Fri, 14 Apr 2006 21:03:12 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id A938A1279A for ; Fri, 14 Apr 2006 21:03:11 +0200 (CEST) Original-Received: from ronja.ntg.nl ([127.0.0.1]) by localhost (smtp.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19549-09-5 for ; Fri, 14 Apr 2006 21:03:10 +0200 (CEST) Original-Received: from fmmailgate02.web.de (fmmailgate02.web.de [217.72.192.227]) by ronja.ntg.nl (Postfix) with SMTP id A4F2712791 for ; Fri, 14 Apr 2006 21:03:10 +0200 (CEST) Original-Received: by fmmailgate02.web.de (8.12.10/8.12.10/webde Linux 0.7) with ESMTP id k3EJ3AGU015254 for ; Fri, 14 Apr 2006 21:03:10 +0200 Original-Received: from [131.215.35.27] (helo=iluvatar.caltech.edu) by smtp07.web.de with asmtp (TLSv1:EXP1024-RC4-SHA:128) (WEB.DE 4.106 #94) id 1FUTZV-0001cL-00 for ntg-context@ntg.nl; Fri, 14 Apr 2006 21:03:10 +0200 Original-To: mailing list for ConTeXt users Original-Lines: 19 User-Agent: KNode/0.10.2 X-Sender: johannes_graumann@web.de X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.7 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl X-Virus-Scanned: amavisd-new at ntg.nl Xref: news.gmane.org gmane.comp.tex.context:27181 Archived-At: Alan Bowen wrote: > Have you tried \setupurl[style=teletype] or \setupurl[style=type]? Neither works. > By the way, I am not using \hypehnatedurl any more: > I define \useURL > [label] > [{insert url here}] > [] > [{insert url here}] > in the preamble and then > use > \goto{\url[label]}[url(label)] > at the desired point in the source file to get proper wrapping and > hyphenation. Thanks for the hint. Joh