On Tue, Feb 27, 2018 at 07:45:50PM +0100, Dominik Vogt wrote:
> That leaves the "comma" warning.  If you can't find it by looking
> at your files, try adding more "echo" commands to narrow it down
> to a specific place.  It's probably in a style or a window
> circulation command (Next, All, etc.).  Maybe this grep helps:
> 
>   grep "[[(].*," ~/.fvwm/*

Or rather

 $ grep "[[(][^]),]*[[:space::]" ~/.fvwm/*

or if it's not in a module line:

 $ grep "^[^*].*[[(][^]),]*[[:space:]]" .fvwm2rc

Ciao

Dominik ^_^  ^_^

-- 

Dominik Vogt

Reply via email to