ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Mojca Miklavec" <mojca.miklavec.lists@gmail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: printing tab in lua: print('a\tb') fails
Date: Wed, 26 Nov 2008 20:07:07 +0100	[thread overview]
Message-ID: <6faad9f00811261107k2c6d4d1bof2cecc9fb0e6f67b@mail.gmail.com> (raw)

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
___________________________________________________________________________________


             reply	other threads:[~2008-11-26 19:07 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-26 19:07 Mojca Miklavec [this message]
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

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=6faad9f00811261107k2c6d4d1bof2cecc9fb0e6f67b@mail.gmail.com \
    --to=mojca.miklavec.lists@gmail.com \
    --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).