GNU bug report logs - #13837
24.2; Make it possible to turn whitespace-mode only when there are no existing problems

Previous Next

Package: emacs;

Reported by: Reuben Thomas <rrt <at> sc3d.org>

Date: Wed, 27 Feb 2013 21:45:02 UTC

Severity: wishlist

Found in version 24.2

Fixed in version 25.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 13837 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Reuben Thomas <rrt <at> sc3d.org>
Cc: 13837 <at> debbugs.gnu.org
Subject: Re: bug#13837: 24.2;
	Make it possible to turn whitespace-mode only when there are no
	existing problems
Date: Thu, 28 Feb 2013 11:32:21 -0500
>   (add-function :after-while whitespace-enable-predicate
>                 #'whitespace-check-cleanliness)

Sorry, this should be

   (add-function :after-while (default-value 'whitespace-enable-predicate)
                 #'whitespace-check-cleanliness)


-- Stefan




This bug report was last modified 10 years and 235 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.