() Michal Nazarewicz () Wed, 12 Apr 2017 14:18:39 +0200 At the same time, I’m sure many people indeed don’t care about trailing white space. I would wager that it’s also true within Emacs contributors. I care but not enough to write a pre-commit hook. Last time i paid attention to this, the general vibe was against trailing whitespace -- see admin/notes/trailing-whitespace for the blurb. Personally, i abhor trailing whitespace, and have ‘delete-trailing-whitespace’ in ‘before-save-hook’ since 2009. -- Thien-Thi Nguyen ----------------------------------------------- (defun responsep (query) (pcase (context query) (`(technical ,ml) (correctp ml)) ...)) 748E A0E8 1CB8 A748 9BFA --------------------------------------- 6CE4 6703 2224 4C80 7502