From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/31308 Path: news.gmane.org!not-for-mail From: Peter Rolf Newsgroups: gmane.comp.tex.context Subject: Re: beta (processaction & "|") Date: Wed, 11 Oct 2006 12:55:47 +0200 Message-ID: <452CCDB3.5080902@gmx.net> References: <452A41CC.4040909@gmx.net> <452A539B.1090406@wxs.nl> <452A5699.5020005@gmx.net> <452A9770.1020006@wxs.nl> 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 1160564187 13043 80.91.229.2 (11 Oct 2006 10:56:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Oct 2006 10:56:27 +0000 (UTC) Original-X-From: ntg-context-bounces@ntg.nl Wed Oct 11 12:56:25 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 1GXbl0-0000wf-52 for gctc-ntg-context-518@m.gmane.org; Wed, 11 Oct 2006 12:56:15 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 5509B1FE56; Wed, 11 Oct 2006 12:56:13 +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 09872-04-2; Wed, 11 Oct 2006 12:56:06 +0200 (CEST) Original-Received: from ronja.vet.uu.nl (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 307411FE45; Wed, 11 Oct 2006 12:56:06 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by ronja.ntg.nl (Postfix) with ESMTP id 4D1A01FE48 for ; Wed, 11 Oct 2006 12:56:02 +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 11006-05 for ; Wed, 11 Oct 2006 12:55:58 +0200 (CEST) Original-Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by ronja.ntg.nl (Postfix) with SMTP id 250AE1FE45 for ; Wed, 11 Oct 2006 12:55:57 +0200 (CEST) Original-Received: (qmail invoked by alias); 11 Oct 2006 10:55:57 -0000 Original-Received: from i577B879A.versanet.de (EHLO [192.168.1.3]) [87.123.135.154] by mail.gmx.net (mp014) with SMTP; 11 Oct 2006 12:55:57 +0200 X-Authenticated: #24293357 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) Original-To: mailing list for ConTeXt users In-Reply-To: <452A9770.1020006@wxs.nl> X-Enigmail-Version: 0.94.0.0 X-Y-GMX-Trusted: 0 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:31308 Archived-At: Hans Hagen wrote: > Peter Rolf wrote: >> Hans Hagen wrote: >> >>> Peter Rolf wrote: >>> >>>> \processaction[\FOO][ >>>> |=>, >>>> unknown=>] >>>> >>>> >>> hm, | and ~ are always special, put \string in fron tof it, or use \letterbar and \lettertilde >>> >>> >> hm, same error if I use \string| or \letterbar >> > do you have a minimal tes file? > > a solution may be > > \let\savedbarcommand=| > > \unexpanded\def|{\savedbarcommand} > Yes, this works. I've tried to create a minimal example, but in the end all points to the fact, that "|" is a special character. So even the use of "|" as argument of some macro like \FOO[data={||abcx}]{..} is not recommended (without prior catcode change). I use the symbols as an abbreviation for different MP graphics, and it wouldn't make sense to write \letterbar every time. Looks like I have to choose a different symbol. Greetings, Peter > > > ----------------------------------------------------------------- > Hans Hagen | PRAGMA ADE > Ridderstraat 27 | 8061 GH Hasselt | The Netherlands > tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com > | www.pragma-pod.nl > ----------------------------------------------------------------- > > _______________________________________________ > ntg-context mailing list > ntg-context@ntg.nl > http://www.ntg.nl/mailman/listinfo/ntg-context > >