From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/61103 Path: news.gmane.org!not-for-mail From: Jaroslav Hajtmar Newsgroups: gmane.comp.tex.context Subject: Inserting non-standard TeX macro parameters to Lua variables Date: Fri, 20 Aug 2010 00:49:56 +0200 Message-ID: <4C6DB514.9050100@gyza.cz> Reply-To: hajtmar@gyza.cz, 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 1282258215 29585 80.91.229.12 (19 Aug 2010 22:50:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 19 Aug 2010 22:50:15 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri Aug 20 00:50:12 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 1OmDw0-0003oq-5u for gctc-ntg-context-518@m.gmane.org; Fri, 20 Aug 2010 00:50:08 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id E98B9CA56A; Fri, 20 Aug 2010 00:50:06 +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 lulh-MN3foxe; Fri, 20 Aug 2010 00:50:04 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 483D9CA565; Fri, 20 Aug 2010 00:50:04 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 11219CA565 for ; Fri, 20 Aug 2010 00:50:02 +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 Z00UuDPPQyFB for ; Fri, 20 Aug 2010 00:49:59 +0200 (CEST) Original-Received: from filter2-til.mf.surf.net (filter2-til.mf.surf.net [194.171.167.218]) by balder.ntg.nl (Postfix) with ESMTP id B3E16CA4AD for ; Fri, 20 Aug 2010 00:49:59 +0200 (CEST) Original-Received: from psi2.forpsi.com (smtpa.forpsi.com [81.2.195.204]) by filter2-til.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with SMTP id o7JMnwg5007138 for ; Fri, 20 Aug 2010 00:49:59 +0200 Original-Received: (qmail 19812 invoked by uid 89); 19 Aug 2010 22:49:56 -0000 Original-Received: from unknown (HELO ?192.168.1.2?) (hajtmar@gyza.cz@88.103.230.14) by psi02 with ESMTPA; 19 Aug 2010 22:49:56 -0000 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; cs; rv:1.9.1.8) Gecko/20100216 Thunderbird/3.0.2 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=81.2.195.204; country=CZ; region=79; city=Ktis; latitude=48.9167; longitude=14.1333; http://maps.google.com/maps?q=48.9167,14.1333&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0bCUmNWPn - 155475b3cbdf - 20100820 X-Scanned-By: CanIt (www . roaringpenguin . com) on 194.171.167.218 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:61103 Archived-At: 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'}} \starttext \setseparatorA{'} % OK \directlua{tex.sprint(Sep)} \setseparatorB{"} % OK \directlua{tex.sprint(Sep)} % BUT \setseparatorA{"} % Error \setseparatorB{'} % Error \stoptext ___________________________________________________________________________________ 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 ___________________________________________________________________________________