From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/61104 Path: news.gmane.org!not-for-mail From: Aditya Mahajan Newsgroups: gmane.comp.tex.context Subject: Re: Inserting non-standard TeX macro parameters to Lua variables Date: Thu, 19 Aug 2010 19:12:23 -0400 (EDT) Message-ID: References: <4C6DB514.9050100@gyza.cz> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1282259317 1126 80.91.229.12 (19 Aug 2010 23:08:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Aug 2010 23:08:37 +0000 (UTC) To: hajtmar@gyza.cz, mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Aug 20 01:08:34 2010 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 1OmEDq-0001oK-C0 for gctc-ntg-context-518@m.gmane.org; Fri, 20 Aug 2010 01:08:34 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id ADA93CA56A; Fri, 20 Aug 2010 01:08:33 +0200 (CEST) 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 0yfMOJEIsNKq; Fri, 20 Aug 2010 01:08:30 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id A9609CA565; Fri, 20 Aug 2010 01:08:30 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 3C95ACA565 for ; Fri, 20 Aug 2010 01:08:29 +0200 (CEST) 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 8LiLErOs+qIn for ; Fri, 20 Aug 2010 01:08:17 +0200 (CEST) Original-Received: from filter2-nij.mf.surf.net (filter2-nij.mf.surf.net [195.169.124.153]) by balder.ntg.nl (Postfix) with ESMTP id 02414CA4AD for ; Fri, 20 Aug 2010 01:08:15 +0200 (CEST) Original-Received: from tombraider.mr.itd.umich.edu (smtp.mail.umich.edu [141.211.12.86]) by filter2-nij.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id o7JN3Hr4001734 for ; Fri, 20 Aug 2010 01:03:20 +0200 Original-Received: FROM [10.255.254.224] (Unknown [207.61.176.205]) By tombraider.mr.itd.umich.edu ID 4C6DB956.E0C56.15963 ; Authuser adityam; 19 Aug 2010 19:08:07 EDT In-Reply-To: <4C6DB514.9050100@gyza.cz> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=141.211.12.86; country=US; region=MI; city=Ann Arbor; postalcode=48109; latitude=42.2923; longitude=-83.7145; metrocode=505; areacode=734; http://maps.google.com/maps?q=42.2923,-83.7145&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0aCUn3iGk - 00f44f1272e6 - 20100820 X-Scanned-By: CanIt (www . roaringpenguin . com) on 195.169.124.153 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:61104 Archived-At: On Fri, 20 Aug 2010, Jaroslav Hajtmar wrote: > Hello all, > > I'm looking for a way to insert any character (CSV separator) into a > variable. Manually insert a double (or single) quote is not a problem, but > how to use the universal way to not have to change the macro definitions? > Is there another possibility to insert a macro parameter into a Lua variable > than the use double or single quote? > > Any "universal" alternative is unfortunately impossible: > For example: \def\setseparatorC#1{\directlua{Sep=#1 }} ??? > > Thanx Jaroslav > > Here is my minimal example: > > > \def\setseparatorA#1{\directlua{Sep="#1"}} > \def\setseparatorB#1{\directlua{Sep='#1'}} Untested. Try \unprotect \def\setseparator#1{\directlua{sep=\!!bs#1\!!es}} \protect Aditya ___________________________________________________________________________________ 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 ___________________________________________________________________________________