ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: Using lua to define a macro with one optional parameter in brackets
@ 2015-07-13 13:04 Jaroslav Hajtmar
  2015-07-13 14:14 ` Hans Hagen
  0 siblings, 1 reply; 17+ messages in thread
From: Jaroslav Hajtmar @ 2015-07-13 13:04 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks Hans.
At this moment, it works fine. For me it is quite essential novelty and 
it is very much handy for me.
It seems that works only in the standalone version because version in 
TeXlive 2014 version it tells an error message (but does not matter on 
it). I want to even ask how you can write a macro with one or more 
parameters?
Now the parameter in square brackets displayed together with the 
contents of the macro. You can do this at all? It would get any minimal 
example?
Thanks again for your support.

Jaroslav Hajtmar


Dne 9. 7. 2015 v 17:24 Hans Hagen napsal(a):
> On 7/9/2015 5:05 PM, Jaroslav Hajtmar wrote:
>> Thanx to Hans and Taco too,
>>
>> ad Taco) ala Perhaps interfaces.definecommand could be extended with a
>> way to do global definitions?
>> Indeed it seems to me. Changes in lua code does not affect the results
>> in ConTeXt.
>>
>> ad Hans) interfaces.setmacro("name","value")
>>
>> Thanx, II tried to use it, but somehow I can not realize what I wanted.
>> Not available somewhere a minimal example? I tried to scan codes in the
>> folder with the installation of ConTeXt, but I never encountered a
>> working example of where you could bounce.
>> Thanks Jaroslav Hajtmar
>
> \starttext
>
> \startluacode
>     interfaces.setmacro("foo","bar")
> \stopluacode
>
> \foo
>
> \start
> \startluacode
>     interfaces.setmacro("foo","foo","global")
> \stopluacode
> \stop
>
> \foo
>
> \stoptext
>
> -----------------------------------------------------------------
>                                           Hans Hagen | PRAGMA ADE
>               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
>                                              | www.pragma-pod.nl
> -----------------------------------------------------------------
> ___________________________________________________________________________________ 
>
> 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
> ___________________________________________________________________________________ 
>

___________________________________________________________________________________ 

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

^ permalink raw reply	[flat|nested] 17+ messages in thread
* Using lua to define a macro with one optional parameter in brackets
@ 2015-07-08  9:05 Jaroslav Hajtmar
  2015-07-08 10:07 ` Taco Hoekwater
  0 siblings, 1 reply; 17+ messages in thread
From: Jaroslav Hajtmar @ 2015-07-08  9:05 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello ConTeXist.

Within the one very complex problem I need to solve the following case. 
I want using lua code to define a macro with one optional parameter in 
brackets. I tried it using commands context.setgvalue, or find something 
on the wiki
(http://wiki.contextgarden.net/System_Macros/Definitions_and_Assignments), 
but each time I broke a tooth on it.

Can you, please, someone advise  how something can be it done? Suffice 
some reference to solve a similar problem.

Thanks Jaroslav Hajtmar

Here is my minimal example:

\starttext

\def\lastname{\dosingleempty\dolastname}
\def\dolastname[#1]{\iffirstargument #1\else nothing\fi}

\lastname

\lastname[Smith]


% Not working
% \ctxlua{
% context([[\def\firstname{\dosingleempty\dofirstname}]])
% context([[\def\dofirstname[#1]{\iffirstargument #1\else {nothing}\fi}]])
% }
%
% \firstname
%
% \firstname['Peter']

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

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-07-13 14:14 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-13 13:04 Using lua to define a macro with one optional parameter in brackets Jaroslav Hajtmar
2015-07-13 14:14 ` Hans Hagen
  -- strict thread matches above, loose matches on Subject: below --
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
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

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).