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
View this message in rfc822 format
tags 3385 =
stop
Davin Pearson wrote:
> I have narrowed down my code to the smallest possible file that
> reproduces the bug:
[long file]
I have to take issue with "smallest possible", since:
emacs -Q -f appt-activate
with a diary file:
----
Wednesday
17:34 foo
21:00 bar
----
is enough.
This is a problem introduced 3.5 years ago in rev 1.62 that I guess
has to wait for Emacs 23.2 to be fixed:
*** appt.el 5 Jan 2009 03:20:31 -0000 1.95
--- appt.el 28 May 2009 00:39:20 -0000
***************
*** 568,574 ****
(match-end 0)))
;; Get the whole string for this appointment.
(appt-time-string
! (substring time-string beg (if end (1- end))))
(appt-time (list (appt-convert-time only-time)))
(time-msg (list appt-time appt-time-string)))
;; Add this appointment to appt-time-msg-list.
--- 568,574 ----
(match-end 0)))
;; Get the whole string for this appointment.
(appt-time-string
! (substring time-string beg end))
(appt-time (list (appt-convert-time only-time)))
(time-msg (list appt-time appt-time-string)))
;; Add this appointment to appt-time-msg-list.
This bug report was last modified 15 years and 335 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.