From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/42357 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: Re: hyphenated(ugly)url [URGENT] Date: Fri, 11 Jul 2008 18:24:01 +0200 Message-ID: <30C260D3-6BEF-4B55-A658-EE1AC9834678@st.estfiles.de> References: <115224fb0807110237t3ed1efbbtc02f3853e22f0d1e@mail.gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1215793539 2839 80.91.229.12 (11 Jul 2008 16:25:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Jul 2008 16:25:39 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Jul 11 18:26:25 2008 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 lo.gmane.org with esmtp (Exim 4.50) id 1KHLRv-0000vI-VY for gctc-ntg-context-518@m.gmane.org; Fri, 11 Jul 2008 18:26:24 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 1C7CE1FB98; Fri, 11 Jul 2008 18:25:30 +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 30813-03-10; Fri, 11 Jul 2008 18:24:43 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 7CD301FC14; Fri, 11 Jul 2008 18:24:43 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 71B901FC14 for ; Fri, 11 Jul 2008 18:24:41 +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 01547-01-4 for ; Fri, 11 Jul 2008 18:24:02 +0200 (CEST) Original-Received: from smtprelay09.ispgateway.de (smtprelay09.ispgateway.de [80.67.29.23]) by ronja.ntg.nl (Postfix) with ESMTP id C0DB31FBEF for ; Fri, 11 Jul 2008 18:24:02 +0200 (CEST) Original-Received: from [89.247.15.87] (helo=[192.168.1.5]) by smtprelay09.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1KHLPe-0000ls-A8 for ntg-context@ntg.nl; Fri, 11 Jul 2008 18:24:02 +0200 In-Reply-To: <115224fb0807110237t3ed1efbbtc02f3853e22f0d1e@mail.gmail.com> X-Mailer: Apple Mail (2.926) X-Df-Sender: 698580 X-Virus-Scanned: amavisd-new at ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.9 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:42357 Archived-At: Yes! St. Am 11.07.2008 um 11:37 schrieb Wolfgang Schuster: > On Fri, Jul 11, 2008 at 11:15 AM, Steffen Wolfrum > wrote: >> Hi, >> >> I need to typeset a document containing several nice url's like >> >> >> \enableregime[utf] >> \starttext >> >> see \hyphenatedurl{www.europa.eu.int/rapid/start/cgi/guesten.ksh?p_action.gettxt=gt&doc=SPEECH/00/475%7C0%7CRAPID&lg=DE >> } >> >> \stoptext >> >> Any idea?? > > Use the following patch for the moment. > > \let\normalhyphenatedurl\hyphenatedurl > > \bgroup > > \catcode`\%=11 > > \gdef\hyphenatedurl > {\bgroup > \catcode`\%=11 > \expandafter\egroup > \normalhyphenatedurl} > > \egroup > > Regards, > Wolfgang > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an > entry to the Wiki! > > maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context > webpage : http://www.pragma-ade.nl / http://tex.aanhet.net > archive : https://foundry.supelec.fr/projects/contextrev/ > wiki : http://contextgarden.net > ___________________________________________________________________________________ ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________