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

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

whitespace-rescan-timer-time bug


From: John J Foerch
Subject: whitespace-rescan-timer-time bug
Date: Mon, 24 Sep 2007 10:32:36 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

Hi,

The docstring for `whitespace-rescan-timer-time' says: "To disable
timer scans, set this to zero."  However, when I set this variable to
0, I get the following error when I try to save a file: "run-at-time:
Invalid repetition interval"

To reproduce in `emacs -Q',

(setq whitespace-rescan-timer-time 0)
(global-whitespace-mode 1)

then save a file.

--John Foerch





reply via email to

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