Re: [NTG-context] Module Namespaces

2010-12-10 Thread Philipp Gesang
Dear Hans, On 2010-12-06 <17:50:15>, Hans Hagen wrote: > On 29-11-2010 7:52, Philipp Gesang wrote: > > >If I may add to this question: I am using “job.variables” as kind > >of base for my private use area (not for modules, though) -- bad > >habit or valid alternative? > > bad habit .. use docume

Re: [NTG-context] Module Namespaces

2010-12-06 Thread Hans Hagen
On 29-11-2010 7:52, Philipp Gesang wrote: If I may add to this question: I am using “job.variables” as kind of base for my private use area (not for modules, though) -- bad habit or valid alternative? bad habit .. use documentdata.pg or so Hans ---

Re: [NTG-context] Module Namespaces

2010-12-06 Thread Hans Hagen
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’s not a problem to reserve „lscarso“ for you but i ask myself which of t

Re: [NTG-context] Module Namespaces

2010-11-29 Thread luigi scarso
On Mon, Nov 29, 2010 at 7:52 PM, Philipp Gesang wrote: > If I may add to this question: I am using “job.variables” as kind > of base for my private use area (not for modules, though) -- bad > habit or valid alternative? Without a valid namespace there is always the risk of conflicts. -- luigi _

Re: [NTG-context] Module Namespaces

2010-11-29 Thread Philipp Gesang
Hi all, On 2010-11-29 <19:17:00>, 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’s not a problem to reserve „lscarso“ for yo

Re: [NTG-context] Module Namespaces

2010-11-29 Thread Wolfgang Schuster
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’s not a problem to reserve „lscarso“ for you but i ask myself which of these tables (luat-ini.lua) are available for

Re: [NTG-context] Module Namespaces

2010-11-29 Thread Wolfgang Schuster
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’s not a problem to reserve „lscarso“ for you but i ask myself which of these tables are available for users: userdat

Re: [NTG-context] Module Namespaces

2010-11-18 Thread luigi scarso
On Thu, Nov 18, 2010 at 10:48 PM, Aditya Mahajan wrote: > On Thu, 18 Nov 2010, Hans Hagen wrote: > >> On 18-11-2010 10:19, luigi scarso wrote: >>> >>> On Thu, Nov 18, 2010 at 10:03 PM, Aditya Mahajan >>>  wrote: On Thu, 18 Nov 2010, Wolfgang Schuster wrote: > (there is no need t

Re: [NTG-context] Module Namespaces

2010-11-18 Thread Hans Hagen
On 18-11-2010 10:48, Aditya Mahajan wrote: On Thu, 18 Nov 2010, Hans Hagen wrote: On 18-11-2010 10:19, luigi scarso wrote: On Thu, Nov 18, 2010 at 10:03 PM, Aditya Mahajan wrote: On Thu, 18 Nov 2010, Wolfgang Schuster wrote: (there is no need to use capitals). Thanks. Old habits die hard.

Re: [NTG-context] Module Namespaces

2010-11-18 Thread Aditya Mahajan
On Thu, 18 Nov 2010, Hans Hagen wrote: On 18-11-2010 10:19, luigi scarso wrote: On Thu, Nov 18, 2010 at 10:03 PM, Aditya Mahajan wrote: On Thu, 18 Nov 2010, Wolfgang Schuster wrote: (there is no need to use capitals). Thanks. Old habits die hard. Camel case is not bad at all --- it's a m

Re: [NTG-context] Module Namespaces

2010-11-18 Thread Hans Hagen
On 18-11-2010 10:19, luigi scarso wrote: On Thu, Nov 18, 2010 at 10:03 PM, Aditya Mahajan wrote: On Thu, 18 Nov 2010, Wolfgang Schuster wrote: (there is no need to use capitals). Thanks. Old habits die hard. Camel case is not bad at all --- it's a matter of points of view best use lowerc

Re: [NTG-context] Module Namespaces

2010-11-18 Thread luigi scarso
On Thu, Nov 18, 2010 at 10:03 PM, Aditya Mahajan wrote: > On Thu, 18 Nov 2010, Wolfgang Schuster wrote: > >> (there is no need to use capitals). > > Thanks. Old habits die hard. Camel case is not bad at all --- it's a matter of points of view -- luigi

Re: [NTG-context] Module Namespaces

2010-11-18 Thread Aditya Mahajan
On Thu, 18 Nov 2010, Wolfgang Schuster wrote: (there is no need to use capitals). Thanks. Old habits die hard. Aditya ___ If your question is of interest to others as well, please add an entry to the Wiki! maill

Re: [NTG-context] Module Namespaces

2010-11-18 Thread luigi scarso
On Thu, Nov 18, 2010 at 7:08 PM, Wolfgang Schuster wrote: > > Am 18.11.2010 um 10:13 schrieb luigi scarso: > >> Nice >> http://wiki.contextgarden.net/Module_Namespaces >> >> Can I register lscarso[a-zA-Z]* ? > > Why? The obvious method is to use the same name for the namespace as you use > for yo

Re: [NTG-context] Module Namespaces

2010-11-18 Thread Wolfgang Schuster
Am 18.11.2010 um 10:13 schrieb luigi scarso: > Nice > http://wiki.contextgarden.net/Module_Namespaces > > Can I register lscarso[a-zA-Z]* ? Why? The obvious method is to use the same name for the namespace as you use for your module name or the command names, e.g. the fancybreak module has the

Re: [NTG-context] Module Namespaces

2010-11-18 Thread Philipp Gesang
On 2010-11-18 <10:13:07>, luigi scarso wrote: > Nice > http://wiki.contextgarden.net/Module_Namespaces > > Can I register lscarso[a-zA-Z]* ? Maybe we should consider an auction; in the future this could get as busy as trading domain names. Philipp > -- > luigi >

[NTG-context] Module Namespaces

2010-11-18 Thread luigi scarso
Nice http://wiki.contextgarden.net/Module_Namespaces Can I register lscarso[a-zA-Z]* ? -- luigi ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl /