If wl-biff-use-idle-timer is non-nil, there's another place that needs to be switched from a bool to an integer.
Updated patch attached. --- wl-beta-2.15.9+0.20141019/wl/wl-util.el 2014-10-19 19:07:15.000000000 +1100 +++ wl-beta-fixed/wl/wl-util.el 2014-11-11 08:52:13.764418131 +1100 @@ -774,11 +774,11 @@ (if wl-biff-use-idle-timer (if (get 'wl-biff 'timer) (progn (timer-set-idle-time (get 'wl-biff 'timer) - wl-biff-check-interval t) + wl-biff-check-interval wl-biff-check-interval) (timer-activate-when-idle (get 'wl-biff 'timer))) (put 'wl-biff 'timer (run-with-idle-timer - wl-biff-check-interval t 'wl-biff-event-handler))) + wl-biff-check-interval wl-biff-check-interval 'wl-biff-event-handler))) (if (get 'wl-biff 'timer) (progn (timer-set-time (get 'wl-biff 'timer) -- Dr Peter Chubb peter.chubb AT nicta.com.au http://www.ssrg.nicta.com.au Software Systems Research Group/NICTA -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org