
28 Jan
2010
28 Jan
'10
5:32 p.m.
* On Thursday, January 28 2010, Nicolas Martyanoff wrote:
On 10-01-28 15:48, Jose A. Ortega Ruiz wrote: ...
Well I don't know if it's really important, but if .xmobarrc starts with an empty line, I get the following error message:
xmobar: /home/galdor/.xmobarrc: configuration file contains errors at: "Config" (line 1, column 1): unexpected "\n" expecting "Config"
Removing the empty line is a solution, but I wonder why the parser fails here.
Hi Jose, That error happens because the parser isn't told to drop leading spaces. Attached is a patch that lets it ignore any leading space. -- Adam