On Thu, May 29, 2003 at 10:23:48PM +0000, Mikhael Goikhman wrote:
> I would like to get some feedback before I try to resolve these bugs.
> These are in both 2.4.x and 2.5.x.
> 
> 1) 'UnsetEnv VARNAME' does not work, the variable is not unset, instead
>    it gets an empty value "". The fix is obvious, putenv should be called
>    with "VARNAME" not "VARNAME=".

Should be easy to fix without side effects.

> 2) It is documented that 'SetEnv VARNAME' works like 'UnsetEnv VARNAME'.
>    I don't very like such (mis)usage of SetEnv, but this is what we have.
>    Anyway, this does not work. 'SetEnv VARNAME' is just ignored, because
>    I believe the action string is already destroyed when CMD_UnsetEnv is
>    called.

If it does not work anyway, we should remove that section from the
man page.

> 3) 'SetEnv VARNAME ""' does not work as expected, it is ignored.
>    It seems that GetNextToken is bad at parsing an empty quoted string.

Should be fixed.

Bye

Dominik ^_^  ^_^
--
Visit the official FVWM web page at <URL:http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm-workers" in the
body of a message to [EMAIL PROTECTED]
To report problems, send mail to [EMAIL PROTECTED]

Reply via email to