ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* How to extend an existing macro to take optional parameters?
@ 2023-03-12 13:24 Bruce Horrocks via ntg-context
  2023-03-13 21:39 ` Hans Hagen via ntg-context
  0 siblings, 1 reply; 5+ messages in thread
From: Bruce Horrocks via ntg-context @ 2023-03-12 13:24 UTC (permalink / raw)
  To: ntg-context mailing list; +Cc: Bruce Horrocks

I have an existing macro that I'd like to extend.

The current definition is \define[3]\mycommand{...} which I'd like to extend to take an optional 4th parameter plus an optional setup parameter.

Thus I currently invoke it as:

  \mycommand{aa}{bb}{cc}

and I'd like to be able to extend it so that any of the following can be used:

  \mycommand{aa}{bb}{cc}
  \mycommand{aa}{bb}{cc}{dd}
  \mycommand{aa}{bb}{cc}{dd}[ee]

or

  \mycommand[ee]{aa}{bb}{cc}{dd}  % if this is more the ConTeXt way 

where {dd} is the optional extra parameter and, if it is present, then [ee] can also be optionally added (because it controls how {dd} is printed).

If it helps, the actual body of the macro can easily be a call to Lua so it's fine if the function takes 5 params where 4 and 5 can be nil or empty strings.

I've trawled through syst-aux.mkiv but it only covers optional numbers of [ ] or { } but not combinations of both (which given the vast numbers of combinations is perhaps not surprising!). Have I missed something obvious that would help me?

Regards,
—
Bruce Horrocks
Hampshire, UK

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2023-03-15  1:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-12 13:24 How to extend an existing macro to take optional parameters? Bruce Horrocks via ntg-context
2023-03-13 21:39 ` Hans Hagen via ntg-context
2023-03-14  2:08   ` Alan Braslau via ntg-context
2023-03-15  1:32     ` Bruce Horrocks via ntg-context
2023-03-15  1:27   ` Bruce Horrocks via ntg-context

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