Hi all, Again, I send patches to remove bogus comments. I have written a pretty (but not optimized) bash line to find them all: git grep -nE " #[^i][0-9]+#" | ( while read f; do file=$(echo "$f" | cut -d':' -f1) ; line=$(echo "$f" | cut -d':' -f2) ; emacs "+"$line -fh "$file"; done ) It opens emacs with every occurences of #xxx#. As soon as I have time, I will try to end up by finishing this "Easy Hack". Regards, Guillaume Poussel
Attachment:
0001-Clean-up-bogus-comments-in-filter.patch
Description: Binary data
Attachment:
0001-Clean-up-bogus-comments-in-base.patch
Description: Binary data
Attachment:
0001-Clean-up-bogus-comments-in-calc.patch
Description: Binary data
Attachment:
0001-Clean-up-bogus-comments-in-writer.patch
Description: Binary data