<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014-05-23 23:09 GMT+00:00 Reinhard Kotucha <span dir="ltr"><<a href="mailto:reinhard.kotucha@web.de" target="_blank">reinhard.kotucha@web.de</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><div class="h5">
</div></div>It shouldn't be necessary to install an external Lua.  </blockquote><div><br></div><div>Great !<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Doesn't
TeXworks use texlua?  The latter has lpeg compiled-in.  And I strongly
recommend to use texlua due to its built-in modules and extensions.<br></blockquote><div><br></div><div>I have TexLive 2013 with texworks bundled.<br></div><div>I tried my lua script with the texlive texlua and it's OK, no problem with require lpeg.<br>
</div><div>I don't know what lua interpreter Texworks uses.<br></div><div>How can I set it to texlua ?<br></div><div>But I need texworks API too : TW.xxx must work.<br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">


Can you provide a minimal example which allows developers to reproduce<br>
the problem?</blockquote><div><br></div><div>yes, I give you a "pb_lpeg.lua" to put in texworks/scripts directory. (Don't forget to activate script langages in preferences). Call this script and you have an error to load lpeg.<br>
 <br><span style="font-family:courier new,monospace">--[[TeXworksScript<br>Title: pb lpeg<br>Shortcut: F9<br>Description: Pb lpeg<br>Author: Christophe Devalland<br>Version: 1<br>Date: 2014-05-01<br>Script-Type: standalone<br>
Context: TeXDocument<br>]]<br><br>local txt = TW.target.selection<br>local lpeg = require "lpeg"<br></span></div><div><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
 The TeXworks version number might be helpful too.<br></blockquote><div><br><br></div><div>v 0.4.5 r.1280 (Official).<br><br></div><div>Regards<br></div></div><br></div></div>