ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* printing tab in lua: print('a\tb') fails
@ 2008-11-26 19:07 Mojca Miklavec
  2008-11-26 19:28 ` Wolfgang Schuster
  2008-11-27  8:13 ` Hans Hagen
  0 siblings, 2 replies; 13+ messages in thread
From: Mojca Miklavec @ 2008-11-26 19:07 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,

Here's a tiny question. The following command complains about
undefined control sequence.

\starttext
\startluacode
print('a\tb')
\stopluacode
hello
\stoptext

There is a workaround:
    print(string.format('a\t%s', 'b'))
but I find it weird. Even if the line above gets commented out with
two dashes it still complains.

I understand approximately why this happens, but is that intended?
Should I be using something else than \startluacode in the plethora of
different lua triggering commands?

Thanks,
   Mojca
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2008-11-27 13:00 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-26 19:07 printing tab in lua: print('a\tb') fails Mojca Miklavec
2008-11-26 19:28 ` Wolfgang Schuster
2008-11-27  8:29   ` Mojca Miklavec
2008-11-27  8:42     ` luigi scarso
2008-11-27  9:02       ` Wolfgang Schuster
2008-11-27  9:28         ` luigi scarso
2008-11-27 10:17         ` Wolfgang Schuster
2008-11-27 11:48           ` luigi scarso
2008-11-27 12:03             ` Hans Hagen
2008-11-27 13:00               ` luigi scarso
2008-11-27  8:50     ` Wolfgang Schuster
2008-11-27 10:04     ` Hans Hagen
2008-11-27  8:13 ` Hans Hagen

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