Re: [gobolinux-devel] Use flags specification

2008-04-13 Thread Daniele Maccari
Michael Homer wrote: > It would be silly to write that, since the flag definitely won't be > enabled by default. -gtk1 won't do anything unless you've already > enabled it yourself earlier in the file. > -Michael That's an interesting point. They're not *real* use flags then, since choosing to dis

Re: [gobolinux-devel] Use flags specification

2008-04-13 Thread Michael Homer
On Mon, Apr 14, 2008 at 7:40 AM, Jonatan Liljedahl <[EMAIL PROTECTED]> wrote: > > > On Sat, Apr 12, 2008 at 2:16 PM, Daniele Maccari <[EMAIL PROTECTED]> > > wrote: > >> > >> Hisham wrote: > >> > On Sat, Apr 12, 2008 at 11:01 AM, Daniele Maccari > >> <[EMAIL PROTECTED]> wrote: > >> > > >>

Re: [gobolinux-devel] Code Documentation Project: String patch

2008-04-13 Thread Daniele Maccari
Daniele Maccari wrote: > $(( $i+$3+1 )) -lt ${#tokens} > > should be ok instead. > > Bye > Wrong again, $(( $i+$3+1 )) -gt -1 ? ___ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinu

Re: [gobolinux-devel] Code Documentation Project: String patch

2008-04-13 Thread Daniele Maccari
Kevin Quick wrote: > Daniele, > > A couple of English corrections (it's a crazy language!) and typos, > and a few Python recommendations. > > One specifically: since you're willing to use python herein, just use > python for the get_token: resolves ambiguity over negative indexing/ > bounds an

Re: [gobolinux-devel] Use flags specification

2008-04-13 Thread Jonatan Liljedahl
> On Sat, Apr 12, 2008 at 2:16 PM, Daniele Maccari <[EMAIL PROTECTED]> > wrote: >> >> Hisham wrote: >> > On Sat, Apr 12, 2008 at 11:01 AM, Daniele Maccari >> <[EMAIL PROTECTED]> wrote: >> > >> >> Jonatan Liljedahl wrote: >> >> > Or something like this: >> >> > >> >> > with_gtk1=( >> >> >

Re: [gobolinux-devel] Code Documentation Project: String patch

2008-04-13 Thread Kevin Quick
Daniele, A couple of English corrections (it's a crazy language!) and typos, and a few Python recommendations. One specifically: since you're willing to use python herein, just use python for the get_token: resolves ambiguity over negative indexing/ bounds and much simpler as well. :) Comm

Re: [gobolinux-devel] Use flags specification

2008-04-13 Thread jan
On Saturday 12 April 2008 20:06:10 Michael Homer wrote: > The environment variable takes a space-separated list of flag > specifications (rather than newline), so it accepts a special syntax > for the specifications, with ';' instead of a space when listing > programs to go with a flag. It takes th