Re: FVWM crashes with $[0]

2006-07-14 Thread Scott Smedley
I think there is a bug in FVWM's parameter expansion. FVWM crashes with a simple command such as: Echo $[0] Is this supposed to be fixed? FVWM still crashes on my system when I type Echo $[0] in FvwmConsole. __eae_parse_range() is screwy: sscanf(input, %u-%n, ... returns 1 when

Re: FVWM crashes with $[0]

2006-07-14 Thread Viktor Griph
On Fri, 14 Jul 2006, Scott Smedley wrote: I think there is a bug in FVWM's parameter expansion. FVWM crashes with a simple command such as: Echo $[0] Is this supposed to be fixed? FVWM still crashes on my system when I type Echo $[0] in FvwmConsole. I am using current version of CVS.

CVS domivogt: * Fixed parsing of $[n-].

2006-07-14 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: domivogt06/07/14 03:08:35 Modified files: . : ChangeLog fvwm : expand.c Log message: * Fixed parsing of $[n-].

Re: FVWM crashes with $[0]

2006-07-14 Thread Dominik Vogt
On Fri, Jul 14, 2006 at 09:07:21AM +0200, Viktor Griph wrote: On Fri, 14 Jul 2006, Scott Smedley wrote: I think there is a bug in FVWM's parameter expansion. FVWM crashes with a simple command such as: Echo $[0] Is this supposed to be fixed? FVWM still crashes on my system when I type

Re: FVWM crashes with $[0]

2006-07-14 Thread Viktor Griph
On Fri, 14 Jul 2006, Dominik Vogt wrote: On Fri, Jul 14, 2006 at 09:07:21AM +0200, Viktor Griph wrote: On Fri, 14 Jul 2006, Scott Smedley wrote: I think there is a bug in FVWM's parameter expansion. FVWM crashes with a simple command such as: Echo $[0] Is this supposed to be fixed? FVWM

Re: FVWM crashes with $[0]

2006-07-14 Thread Dominik Vogt
On Fri, Jul 14, 2006 at 10:18:28AM +0200, Viktor Griph wrote: On Fri, 14 Jul 2006, Dominik Vogt wrote: On Fri, Jul 14, 2006 at 09:07:21AM +0200, Viktor Griph wrote: On Fri, 14 Jul 2006, Scott Smedley wrote: I think there is a bug in FVWM's parameter expansion. FVWM crashes with a simple

CVS griph: * updated documentation regarding quoting in expand_args_extended

2006-07-14 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 06/07/14 04:38:42 Modified files: . : ChangeLog fvwm : fvwm.1.in Log message: * updated documentation regarding quoting in expand_args_extended

more on expansion behaviour

2006-07-14 Thread Scott Smedley
Hi all, Help please. addtofunc fn + i echo executing $[0-] + i $[0-] fn echo hello How come fn doesn't print out hello? Scott. :)

Re: more on expansion behaviour

2006-07-14 Thread Viktor Griph
On Fri, 14 Jul 2006, Scott Smedley wrote: Hi all, Help please. addtofunc fn + i echo executing $[0-] + i $[0-] fn echo hello How come fn doesn't print out hello? After some time debuging it turns out to be problem with the parse function usage. I'm not sure the best way to fix it, but

CVS griph: * change PeekToken to GetNextToken before expand_vars call

2006-07-14 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 06/07/14 09:59:22 Modified files: . : ChangeLog fvwm : functions.c Log message: * change PeekToken to GetNextToken before expand_vars call

CVS griph: * make upper limit inclusive in expand_args_exteneded

2006-07-14 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 06/07/14 15:54:48 Modified files: . : ChangeLog fvwm : expand.c Log message: * make upper limit inclusive in expand_args_exteneded

CVS griph: * add variable filters

2006-07-14 Thread FVWM CVS
CVSROOT:/home/cvs/fvwm Module name:fvwm Changes by: griph 06/07/14 17:30:03 Modified files: . : ChangeLog NEWS fvwm : expand.c fvwm.1.in libs : Strings.c Strings.h Log message: * add variable filters * make backslash

Re: bugfix with clearing 'NoIcon' style

2006-07-14 Thread Serge (gentoosiast) Koksharov
On Fri, Jul 14, 2006 at 12:28:45AM +0200, Dominik Vogt wrote: Um, if the manpage is not clear enough, it should be reworded. The NoIcon style is *of course* overridden by specifying an icon, Oh, I missed this nuance. But I still think that my change is useful. Author which implemented current