ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco@elvenkind.com>
To: hajtmar@gyza.cz
Cc: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Using lua to define a macro with one optional parameter in brackets
Date: Wed, 8 Jul 2015 13:28:37 +0200	[thread overview]
Message-ID: <75ED8FB5-F75E-43C1-BB02-4C972174A208@elvenkind.com> (raw)
In-Reply-To: <559D03CF.1040903@gyza.cz>


> On 08 Jul 2015, at 13:04, Jaroslav Hajtmar <hajtmar@gyza.cz> wrote:
> 
> Hi Taco.
> full deployment is unfortunately not working.
> 
> Unfortunately I need to cycle create different macros whose names are variable. At this moment I can not deal with this:
> 
>       --- context.doxlsname() --- ?????

context[‘do’..xlsname]()


> Thanx Jaroslav Hajtmar
> 
> here is another minimal example:
> 
> 
> 
> \starttext
> 
> 
> \def\linepointer{5}
> 
> \def\csvcell[#1,#2]{cell #1,#2}
> 
> 
> \directlua{
> xlsname='A'
> interfaces.definecommand ('do'..xlsname, {
>    arguments = { { "option", "string" }  },
>    macro = function (opt_1)
>          if #opt_1>0 then context('\\csvcell["'..xlsname..'",'..opt_1..']') else context('\\csvcell["'..xlsname..'",\\linepointer]') end
>    end
> })
> interfaces.definecommand (xlsname, {
>    macro = function ()
>       context.dosingleempty()
>       --- context.doxlsname() --- ?????
>    end
> })
> }
> 
> 
> \csvcell['Firstname',\linepointer]
> 
> 
> \A
> 
> \A[5]
> 
> 
> 
> 
> \stoptext
> 
> 
> 
> Dne 8. 7. 2015 v 12:07 Taco Hoekwater napsal(a):
>> \startluacode
>> interfaces.definecommand ('dolastname', {
>>     arguments = { { "option", "string" }  },
>>     macro = function (opt_1)
>>        if #opt_1>0 then context(opt_1) else context('nothing') end
>>     end
>> })
>> interfaces.definecommand ('lastname', {
>>     macro = function ()
>>        context.dosingleempty()
>>        context.dolastname()
>>     end
>> })
>> \stopluacode
> 

___________________________________________________________________________________
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
___________________________________________________________________________________

  reply	other threads:[~2015-07-08 11:28 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-08  9:05 Jaroslav Hajtmar
2015-07-08 10:07 ` Taco Hoekwater
2015-07-08 10:40   ` Jaroslav Hajtmar
2015-07-08 11:04   ` Jaroslav Hajtmar
2015-07-08 11:28     ` Taco Hoekwater [this message]
2015-07-08 11:58       ` Jaroslav Hajtmar
2015-07-08 12:11         ` Taco Hoekwater
2015-07-08 14:11           ` Jaroslav Hajtmar
2015-07-08 18:54             ` Hans Hagen
2015-07-09  5:22               ` Jaroslav Hajtmar
2015-07-09  7:25                 ` Taco Hoekwater
2015-07-09  9:07                 ` Hans Hagen
2015-07-09 15:05                   ` Jaroslav Hajtmar
2015-07-09 15:24                     ` Hans Hagen
2015-07-10 20:40                       ` Jaroslav Hajtmar
2015-07-13 13:04 Jaroslav Hajtmar
2015-07-13 14:14 ` Hans Hagen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=75ED8FB5-F75E-43C1-BB02-4C972174A208@elvenkind.com \
    --to=taco@elvenkind.com \
    --cc=hajtmar@gyza.cz \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).