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
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:
> >> >
> >>
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
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
> 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=(
>> >> >
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
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