all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* half of emacs lisp files tested positive for trailing whitespace
@ 2003-12-23 20:43 Dan Jacobson
  2003-12-24  6:01 ` Eli Zaretskii
       [not found] ` <mailman.562.1072249331.868.bug-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 5+ messages in thread
From: Dan Jacobson @ 2003-12-23 20:43 UTC (permalink / raw)


Gentlemen, wearing my show-trailing-whitespace xray-specs all day long
has made me acutely aware of the waste current these days.  Indeed,
emacs authors should be required to wear them too, as half of the
files on this quick sample returned positive results when tested for
trailing whitespace:

$ find /usr/share/emacs/21.3/lisp/ -name \*.el|LC_ALL=C xargs grep -L ' $'|wc -l
373
$ find /usr/share/emacs/21.3/lisp/ -name \*.el|LC_ALL=C xargs grep -l ' $'|wc -l
386
$ find /usr/share/emacs/21.3/lisp/ -name \*.el|wc -l
759

By the way, I had to use LC_ALL=C due to
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=206470
#206470: LC_CTYPE=C speeds 'grep a' 800 times!
which is the GNU bug of the century in terms of impact on my daily life.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-12-25 21:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-23 20:43 half of emacs lisp files tested positive for trailing whitespace Dan Jacobson
2003-12-24  6:01 ` Eli Zaretskii
2003-12-25 21:05   ` Reiner Steib
     [not found] ` <mailman.562.1072249331.868.bug-gnu-emacs@gnu.org>
2003-12-24 14:25   ` Alexander Pohoyda
2003-12-24 14:47     ` Sam Steingold

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.