For a few years now I've been trying to get emacs to alert me, somehow, to:
- lines longer than 80 characters
- literal tabs (
\t) - carriage returns (
\r) - trailing whitespace at the end of a line (
[ ]+$)
I've tried many strategies, but usually the result was something I found a little too intrusive, or difficult to manage.