From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/64303 Path: news.gmane.org!not-for-mail From: Hans Hagen Newsgroups: gmane.comp.tex.context Subject: Re: Module Namespaces Date: Mon, 06 Dec 2010 17:48:51 +0100 Message-ID: <4CFD13F3.9090302@wxs.nl> References: <5C7A72C2-8353-4957-96B4-B37673516F14@gmail.com> <1669D1AA-6C08-41CB-B964-700330D5A921@gmail.com> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; Format="flowed" Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1291654180 27112 80.91.229.12 (6 Dec 2010 16:49:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Dec 2010 16:49:40 +0000 (UTC) Cc: mailing list for ConTeXt users To: Wolfgang Schuster Original-X-From: ntg-context-bounces@ntg.nl Mon Dec 06 17:49:36 2010 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 1PPeFq-0004XH-Dl for gctc-ntg-context-518@m.gmane.org; Mon, 06 Dec 2010 17:49:34 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 9E11DCA8E2; Mon, 6 Dec 2010 17:49:32 +0100 (CET) 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 0xlbbcPUvwze; Mon, 6 Dec 2010 17:49:20 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id C775BCA8C6; Mon, 6 Dec 2010 17:49:20 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id CF33BCA8C6 for ; Mon, 6 Dec 2010 17:49:17 +0100 (CET) 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 vpIQlgCQVQK2 for ; Mon, 6 Dec 2010 17:49:11 +0100 (CET) Original-Received: from filter1-ams.mf.surf.net (filter1-ams.mf.surf.net [192.87.102.69]) by balder.ntg.nl (Postfix) with ESMTP id E485ACA8B7 for ; Mon, 6 Dec 2010 17:49:10 +0100 (CET) Original-Received: from smtp.ziggozakelijk.nl (D57D1DA2.static.ziggozakelijk.nl [213.125.29.162]) by filter1-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id oB6GnAav020384 for ; Mon, 6 Dec 2010 17:49:10 +0100 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 pragma-net.nl (SurgeMail 4.3g4) with ESMTP id 18579-1713362 for multiple; Mon, 06 Dec 2010 17:44:26 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6 ThunderBrowse/3.3.4 In-Reply-To: <1669D1AA-6C08-41CB-B964-700330D5A921@gmail.com> X-Authenticated-User: hagen@controller-9 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=213.125.29.162; country=NL; region=11; city=Den Haag; latitude=52.0833; longitude=4.3000; http://maps.google.com/maps?q=52.0833,4.3000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 06DDQNaUt - f1fd280728c4 - 20101206 X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.69 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:64303 Archived-At: On 29-11-2010 7:17, Wolfgang Schuster wrote: > > Am 18.11.2010 um 19:33 schrieb luigi scarso: > >> I just want to register my namespace(s) to be sure to avoid conflicts >> not only for modules but also for lua code > > Good idea and it=92s not a problem to reserve =84lscarso=93 for you but i= ask > myself which of these tables (luat-ini.lua) are available for users: > > userdata =3D userdata or { } -- might be used > thirddata =3D thirddata or { } -- might be used > moduledata =3D moduledata or { } -- might be used > documentdata =3D documentdata or { } -- might be used > parametersets =3D parametersets or { } -- experimental > > document =3D document or { } userdata =3D userdata or { } -- for users (e.g. functions etc) thirddata =3D thirddata or { } -- only for third party modules moduledata =3D moduledata or { } -- only for development team documentdata =3D documentdata or { } -- for users (e.g. raw data) parametersets =3D parametersets or { } -- experimental for team document =3D document or { } -- only for context itself thirddata.lscarso =3D thirddata.lscarso or { } thirddata.lscarso.whatever =3D { } function thirddata.lscarso.whatever.glasses() return "still at bachotek" end ----------------------------------------------------------------- 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 ___________________________________________________________________________= ________