From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/73524 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Pablo_Rodr=EDguez?= Newsgroups: gmane.comp.tex.context Subject: escaping % in urls Date: Sun, 01 Jan 2012 14:26:39 +0100 Message-ID: <4F005F0F.4040409@web.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1325424413 2928 80.91.229.12 (1 Jan 2012 13:26:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 1 Jan 2012 13:26:53 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Sun Jan 01 14:26:49 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RhLR3-0004CW-2p for gctc-ntg-context-518@m.gmane.org; Sun, 01 Jan 2012 14:26:49 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 459C0CB1D1; Sun, 1 Jan 2012 14:26:48 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id VQCMlefyfR7j; Sun, 1 Jan 2012 14:26:45 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9380DCB1CE; Sun, 1 Jan 2012 14:26:45 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 262D4CB1CE for ; Sun, 1 Jan 2012 14:26:44 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id tTTMIvZXzGrD for ; Sun, 1 Jan 2012 14:26:41 +0100 (CET) Original-Received: from filter4-til.mf.surf.net (filter4-til.mf.surf.net [194.171.167.220]) by balder.ntg.nl (Postfix) with ESMTP id B3B06CB1C9 for ; Sun, 1 Jan 2012 14:26:41 +0100 (CET) Original-Received: from fmmailgate02.web.de (fmmailgate02.web.de [217.72.192.227]) by filter4-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id q01DQe0s007640 for ; Sun, 1 Jan 2012 14:26:41 +0100 Original-Received: from moweb002.kundenserver.de (moweb002.kundenserver.de [172.19.20.108]) by fmmailgate02.web.de (Postfix) with ESMTP id C90D41BEBB5DF for ; Sun, 1 Jan 2012 14:26:40 +0100 (CET) Original-Received: from [192.168.1.33] ([83.60.76.46]) by smtp.web.de (mrweb002) with ESMTPA (Nemesis) id 0Lilcj-1SKF1Z2GM9-00cfxT; Sun, 01 Jan 2012 14:26:40 +0100 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:9.0) Gecko/20111222 Thunderbird/9.0 X-Provags-ID: V02:K0:hdiOjZa6+jJflJ4uw2LQLMjmUyOrsqpx8pDTtdjbQm6 VMTXovzPy3hGqqt9iVY4t6orVthbkCKJQkk063pRTcqIttBl1L mmUqRVIH6iND76WMqZ4CwjOUpj58NjqsP7FKUuXEfx8gC/uXBj LHNUyBpVfYbUsfUqyPQaQzLBgBGOG72iSgXqVRWu1qp+vNNn6E NZIm2NgG++QQe1E0DV4Yw== X-Bayes-Prob: 0.2917 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=217.72.192.227; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 05GgdqFjq - 2b79db3fdae8 - 20120101 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.220 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 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 Xref: news.gmane.org gmane.comp.tex.context:73524 Archived-At: Hi there, I have the following sample: \define[1]\url{\goto{\hyphenatedurl{#1}}[url(#1)]} \starttext \url{http://buscon.rae.es/dpdI/SrvltGUIBusDPD?lema=puntos\%20suspensivos} \stoptext in which I try to escape %, but using the above approach I also get the \ printed. Which is the proper way to do it? (Not replacing %20 with a blank space.) Thanks for your help, Pablo -- http://www.ousia.tk ___________________________________________________________________________________ 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 : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________