ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Sietse Brouwer <sbbrouwer@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Current source directory.
Date: Fri, 28 Sep 2012 23:38:21 +0200	[thread overview]
Message-ID: <CAF=dkzyA4mUj78jNSa3zfv91F5HFgbs7Vcj4hBDGwONd2H50jA@mail.gmail.com> (raw)
In-Reply-To: <CADVh14UkDvLuRJpO2iqmoxxF2eg7KPMApmOaU5sJCnU_ATSVDA@mail.gmail.com>

Hi André,

My mistake: I tested the code I gave you in \startluacode, but then
for the e-mail I wrapped it in \cldcontext. This is not the same: in
\startluacode # has its literal value, but in \cldcontext it is
interpreted as part of a macro parameter like #1.
So to get the length of a table t inside \cldcontext, I should have
used the idiom table.getn(t) instead of #t.

These two versions both work, and I actually tested them this time:

\startluacode
     context(environment.runpath .. '/'  ..
         file.pathpart(resolvers.inputstack[#resolvers.inputstack])
     )
\stopluacode

\cldcontext{
     environment.runpath .. '/'  ..
         file.pathpart(resolvers.inputstack[table.getn(resolvers.inputstack)])
}

Sorry about that mistake.
Cheers,
Sietse
___________________________________________________________________________________
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
___________________________________________________________________________________

  reply	other threads:[~2012-09-28 21:38 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-24 20:28 Andre Caldas
2012-09-24 21:37 ` Peter Münster
2012-09-24 21:43   ` Peter Münster
2012-09-27 22:38   ` Andre Caldas
2012-09-28  1:15     ` Sietse Brouwer
2012-09-28 12:34       ` Andre Caldas
2012-09-28 12:46         ` Hans Hagen
2012-09-28 19:17       ` Andre Caldas
2012-09-28 19:38         ` Sietse Brouwer
2012-09-28 19:53           ` Andre Caldas
2012-09-28 21:38             ` Sietse Brouwer [this message]
2012-09-28 21:56               ` Andre Caldas
2012-09-28 22:42                 ` Hans Hagen
2012-09-29  9:38                 ` Sietse Brouwer
2012-09-29 13:36                   ` Andre Caldas

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='CAF=dkzyA4mUj78jNSa3zfv91F5HFgbs7Vcj4hBDGwONd2H50jA@mail.gmail.com' \
    --to=sbbrouwer@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).