
21 May
2012
21 May
'12
8:15 p.m.
Dave Abrahams <dave@boostpro.com> writes:
They never bothered me a bit until emacs started higlighting them in red. Now I waste time trying to get rid of them instead of just ^^^^^^^^^^ turning off the highlight :-)
(add-hook 'write-file-functions (lambda () (whitespace-cleanup) nil)) One can easily write a script that cleans the whole source tree. Christopher