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

invalid timer message on latest build



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