[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
 invalid timer message on latest build
- From: "Robert D. Crawford" <rdc1x@xxxxxxxxxxx>
 
- Date: Thu, 09 Apr 2009 09:44:39 -0500
 
- X-ml-name: emacs-w3m
 
- X-mail-count: 10813
 
I just grabbed the latest build of emacs-w3m.  I'm getting an "invalid
timer message that repeats over and over.  This happens when I open
an image file.  Since I use emacspeak, I hear the message every time it
is spoken.  I wrote the following defadvice to silence the messages:
(defadvice  cancel-timer (around personal pre act comp)
  "silence the invalid timer message"
  (let ((emacspeak-speak-messages nil))
    ad-do-it))
This was actually the second advice I tried, the first being on the
timer-set-function. 
Is anyone else seeing this?
Thanks,
rdc
-- 
Robert D. Crawford                                      rdc1x@xxxxxxxxxxx