GNU bug report logs -
#3385
Bug calling patched appt-display-message
Previous Next
Reported by: davin.pearson <at> gmail.com
Date: Tue, 26 May 2009 06:10:05 UTC
Severity: normal
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 3385 <at> emacsbugs.donarmstrong.com (full text, mbox):
reassign 3385 emacs,calendar
tags 3385 moreinfo unreproducible
stop
With ~/diary consisting of:
------
Tuesday
13:07 apple.wav
------
emacs-22.2 -Q -f appt-activate
works as it should for me, displaying the full text of the appointment
in the reminder window.
Please provide a complete recipe showing the problem starting from
emacs -Q (sorry, but I don't know how you do that on Windows).
Note there should be no need to patch anything, simply set the
variable appt-disp-window-function to a function that plays a sound.
As proof of concept, this works fine for me:
emacs -Q --eval "(progn \
(setq appt-disp-window-function \
(lambda (mins time string) \
(play-sound (list 'sound :file (substring string 6))))) \
(appt-activate))"
This bug report was last modified 15 years and 337 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.