emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: appt and calendar use different month names


From: Glenn Morris
Subject: Re: appt and calendar use different month names
Date: Mon, 24 Oct 2005 02:25:18 -0400
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (gnu/linux)

Torsten Bronger wrote:

> (setq calendar-month-name-array
>       ["Januar" "Februar" "März" "April" "Mai" "Juni"
>        "Juli" "August" "September" "Oktober" "November" "Dezember"])
>
> in .emacs (German month names).  In the latest CVS Emacs this
> doesn't work with "appt", i.e. no appointment windows pops up.  The
> reason is that the diary entry starts with "Okt 10, 2005" but appt
> expects "Oct 10, 2005".

Works for me (in CVS from Oct 1; waiting for current to build...). My
minimal example looks like:

~/diary:
Okt 23, 2005 23:20 do stuff

~/foo.el:
(setq calendar-month-name-array
      ["Januar" "Februar" "Merz" "April" "Mai" "Juni"
       "Juli" "August" "September" "Oktober" "November" "Dezember"])
(appt-activate 1)


emacs -q --no-site-file -l foo.el

and up pops the appointment reminder.

Do your diary entries show up in the output of M-x diary when you
think they should? (appt uses diary's date-parsing mechanism). Do they
contain recognizable times of day?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]