ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "luigi scarso" <luigi.scarso@gmail.com>
To: "mailing list for ConTeXt users" <ntg-context@ntg.nl>
Subject: Re: printing tab in lua: print('a\tb') fails
Date: Thu, 27 Nov 2008 14:00:48 +0100	[thread overview]
Message-ID: <fe8d59da0811270500s5aa4dd17k355238640077e05f@mail.gmail.com> (raw)
In-Reply-To: <492E8C74.9040303@wxs.nl>


[-- Attachment #1.1: Type: text/plain, Size: 1002 bytes --]

On Thu, Nov 27, 2008 at 1:03 PM, Hans Hagen <pragma@wxs.nl> wrote:

> luigi scarso wrote:
> >
> >     Correction:
> >
> >     -- works as comments in luacode
> >     % is used to format strings
> >
> >
> >
> > It's a bit different: code below is ok, and TeX comment is seen "before"
> > lua comment .
> > Only Hello! is print on pdf
> >
> > %%%%%%%%%%%%%%%%%%
> >  \def\Foo{%
> > \startluacode
> > -- this is a lua comment
> > %%  this is a TeX comment
> > \stopluacode
> > }
>
> sure, since you use a \def which then stores catcodes as they are in tex
> mode
>
> \startluacode
>        function document.luigishouldknowbetter(whatever)
>                for i=1,100 do
>                        print(whatever) -- this is a lua comment
>                end
>        end
> \stopluacode
>
> \def\Foo
>   {\ctxlua{document.luigishouldknowbetter("Hello world!")}}
>
>
Exactly.
In my opinion, this is better than my example, because I don't like to mix
things  (and also for namespace document).


-- 
luigi

[-- Attachment #1.2: Type: text/html, Size: 1740 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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-27 13:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-26 19:07 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 [this message]
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=fe8d59da0811270500s5aa4dd17k355238640077e05f@mail.gmail.com \
    --to=luigi.scarso@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).