From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/58583 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: problem with package.path Date: Fri, 07 May 2010 11:12:05 +0200 Message-ID: <4BE3D965.5010902@wxs.nl> References: <20100504082814.GA6991@gaston.couberia.bzh> <4BE32294.8020908@wxs.nl> <20100507071535.GA3537@gaston.couberia.bzh> <4BE3D4D3.3030904@elvenkind.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1"; Format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1273223539 25304 80.91.229.12 (7 May 2010 09:12:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 7 May 2010 09:12:19 +0000 (UTC) Cc: Taco Hoekwater To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Fri May 07 11:12:17 2010 connect(): No such file or directory Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OAJbU-0008EW-F2 for gctc-ntg-context-518@m.gmane.org; Fri, 07 May 2010 11:12:16 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id D8937C9CA2; Fri, 7 May 2010 11:12:14 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id OjDGxUHepsNi; Fri, 7 May 2010 11:12:10 +0200 (CEST) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C83CCC9C4F; Fri, 7 May 2010 11:12:10 +0200 (CEST) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 1642DC9C4F for ; Fri, 7 May 2010 11:12:09 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id IB4fSJ5oHllO for ; Fri, 7 May 2010 11:12:06 +0200 (CEST) Original-Received: from smtp.ziggozakelijk.nl (sc-162.r-213-125-29.schoolconnect.nu [213.125.29.162]) by balder.ntg.nl (Postfix) with ESMTP id C6780C9B59 for ; Fri, 7 May 2010 11:12:06 +0200 (CEST) X-Default-Received-SPF: pass (skip=loggedin (res=PASS)) x-ip-name=10.100.1.100; Original-Received: from [10.100.1.100] (unverified [10.100.1.100]) by controller-9 (SurgeMail 4.3e) with ESMTP id 119-1713362 for multiple; Fri, 07 May 2010 11:12:04 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.9) Gecko/20100317 Lightning/1.0b1 Thunderbird/3.0.4 In-Reply-To: <4BE3D4D3.3030904@elvenkind.com> X-Authenticated-User: hagen@controller-9 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:58583 Archived-At: On 7-5-2010 10:52, Taco Hoekwater wrote: > Peter M=FCnster wrote: >> On Thu, May 06 2010, Hans Hagen wrote: >> >>>> \startbuffer[test] >>>> bla =3D nil >>>> \stopbuffer >>>> \savebuffer[test][../mytest.lua] >>>> \starttext >>>> \startluacode >>>> package.path =3D "../?.lua;;" >>>> require("mytest") >>>> \stopluacode >>>> \stoptext >>> dofile "../mytest.lua" >> >> Bad example... >> >> mytest.lua is a module, so it must be loaded with require: > > You cannot always replace 'require' with 'dofile', and for > this reason it is important that package.path actually works > as explained in the lua manual. (escrito had similar problems, > and other external lua modules will run into it as well). well, package path is supported (as is cpath) so it's more a question of = why that paths fails .. maybe we need to explicitly assume ";" instead = of the platform separator (tests on my machine work ok as windows has ; = as separator) you can test this with adding an explcit ";" to libpaths =3D file.split_path(_path_,";") in data-lua.lua Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________= ________ If your question is of interest to others as well, please add an entry to t= he Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-cont= ext webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________= ________