From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/14610 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: Hyphenation of URLs with and without interaction Date: Fri, 23 Jan 2004 11:59:33 +0100 Sender: ntg-context-admin@ntg.nl Message-ID: <20040123105933.GA15024@physik.fu-berlin.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 1074855635 19279 80.91.224.253 (23 Jan 2004 11:00:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 23 Jan 2004 11:00:35 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Jan 23 12:00:27 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 1Ajz35-0001rj-00 for ; Fri, 23 Jan 2004 12:00:27 +0100 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 2D2C610B6A; Fri, 23 Jan 2004 11:59:26 +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 15E4A10B68 for ; Fri, 23 Jan 2004 11:58:37 +0100 (MET) Original-Received: from g25.physik.fu-berlin.de (g25.physik.fu-berlin.de [160.45.34.125]) by up.physik.fu-berlin.de (8.11.1/8.9.1) with ESMTP id i0NAxYX568051; Fri, 23 Jan 2004 11:59:34 +0100 (CET) X-Envelope-From: tburnus@physik.fu-berlin.de X-ZEDV-BeenThere: nukleon Original-Received: from tburnus by g25.physik.fu-berlin.de with local (Exim 3.35 #1 (Debian)) id 1Ajz2D-0003wG-00; Fri, 23 Jan 2004 11:59:33 +0100 Original-To: NTG ConTeXt Content-Disposition: inline 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:14610 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:14610 Hello, If you run the test case below, once with and once without \statupinteraction[state=start], you realize that this influences the hyphenation. Using interaction, the URL is only hyphenated at '/', '.' etc. Using no interaction, also the words are hyphenated. How can I get also hyphenated words with interaction enabled? ----------------------------------------------------------- \showframe \setupinteraction[state=start] \def\gotoURL#1{\useURL[foo][#1]\goto{\url[foo]}[url(foo)]} \starttext \hskip5cm\gotoURL{http://www.physik.fu-berlin.de/SomeVeryVeryVeryLongDirectory/And/AQuiteLongFileName.html} \stoptext ----------------------------------------------------------- Regards, Tobias