unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Glenn Morris <rgm@gnu.org>
To: 3385@emacsbugs.donarmstrong.com
Subject: bug#3385: Bug calling patched appt-display-message
Date: Wed, 27 May 2009 20:49:29 -0400	[thread overview]
Message-ID: <w6zlcy831i.fsf@fencepost.gnu.org> (raw)
In-Reply-To: c79c5ad5-c812-45ce-9130-cb748f7bed18@p21g2000prn.googlegroups.com

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.





  reply	other threads:[~2009-05-28  0:49 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-26  1:41 Bug calling patched appt-display-message Davin Pearson
2009-05-26  6:03 ` bug#3385: " Glenn Morris
2009-05-26  6:54   ` Jason Rumney
2009-05-26 20:54   ` Glenn Morris
2009-05-26 21:00     ` Processed: " Emacs bug Tracking System
     [not found]   ` <mailman.7867.1243372165.31690.bug-gnu-emacs@gnu.org>
2009-05-27 23:31     ` Davin Pearson
2009-05-28  0:49       ` Glenn Morris [this message]
2009-05-28  0:55         ` Processed: " Emacs bug Tracking System
2009-06-22  6:35   ` bug#3385: marked as done (Bug calling patched appt-display-message) Emacs bug Tracking System
     [not found] ` <mailman.7818.1243319368.31690.bug-gnu-emacs@gnu.org>
2009-05-26  7:01   ` bug#3385: Bug calling patched appt-display-message Davin Pearson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=w6zlcy831i.fsf@fencepost.gnu.org \
    --to=rgm@gnu.org \
    --cc=3385@emacsbugs.donarmstrong.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).