Package: wl-beta
Version: 2.15.9+0.20141019-2
Severity: normal
Tags: patch
Dear Maintainer,
I keep seeing timer errors from wl-biff:
Error running timer `wl-biff-event-handler':
(wrong-type-argument number-or-marker-p t)
This is because t is passed to timer-set-idle-time instead of a number
of seconds.
Here is a patch to fix it:
--- 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-10 13:26:54.162330803 +1100
@@ -774,7 +774,7 @@
(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
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
armhf
armel
Kernel: Linux 3.18.0-rc2+ (SMP w/8 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages wl-beta depends on:
ii apel 10.8+0.20120427-13
ii dpkg 1.17.21
ii emacs24 [emacsen] 24.4+1-4
ii emacsen-common 2.0.8
ii flim 1:1.14.9+0.20120428-9
ii install-info 5.2.0.dfsg.1-5
ii semi 1.14.7~0.20120428-14
wl-beta recommends no packages.
Versions of packages wl-beta suggests:
ii bbdb 2.36-4
pn bitmap-mule <none>
ii bogofilter 1.2.4+dfsg1-3
pn easypg <none>
ii gnupg 1.4.18-4
ii gnutls-bin 3.3.8-3
pn im <none>
pn maildir-utils <none>
pn mhc <none>
pn mu-cite <none>
pn mule-ucs <none>
pn namazu2 <none>
pn notmuch <none>
ii openssl 1.0.1j-1
pn starttls <none>
ii w3m-el-snapshot [w3m-el] 1.4.538+0.20141022-1
pn x-face-el <none>
-- no debconf information
--
Dr Peter Chubb peter.chubb AT nicta.com.au
http://www.ssrg.nicta.com.au Software Systems Research Group/NICTA
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]