bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs sources awash in trailing blanks


From: Dan Jacobson
Subject: emacs sources awash in trailing blanks
Date: Wed, 20 Oct 2004 03:21:22 +0800

Gentlemen, emacs sources are the home of many stowaway trailing
blanks, hiding at the ends of lines, just waiting for their
opportunity to reproduce more of themselves thru a cut and paste by an
oblivious non show-trailing-whitespace using developer.
cd /usr/share/emacs/21.3/lisp/
LC_ALL=C grep -c ' $' *.el /dev/null
abbrev.el:4
abbrevlist.el:1...

Customs, in a quick spot check of that emacs source directory, found
LC_ALL=C grep -c ' $' *.el |grep -v :0|wc -l
140
trailing blanks infected files.

"Stallman would spin in his grave if he went thru life with
show-trailing-whitespace enabled to see what was going on, and of
course if he were dead."

(The LC_ALL=C is needed to avoid the grep 3rd world locales slowdown bug.)

(show-trailing-whitespace is great for quibblers like me. "If you
can't attack their content, well, there's surely a trailing blank or two...")




reply via email to

[Prev in Thread] Current Thread [Next in Thread]