all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* appt and calendar use different month names
@ 2005-10-10 19:59 Torsten Bronger
  2005-10-10 20:35 ` Peter Dyballa
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Torsten Bronger @ 2005-10-10 19:59 UTC (permalink / raw)


Hallöchen!

I use

(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".  How can one get appt to do the same as
calendar?  (Shouldn't it do so anyway?)

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus            ICQ 264-296-646

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: appt and calendar use different month names
  2005-10-10 19:59 appt and calendar use different month names Torsten Bronger
@ 2005-10-10 20:35 ` Peter Dyballa
       [not found] ` <mailman.10731.1128976523.20277.help-gnu-emacs@gnu.org>
  2005-10-11  4:09 ` Stefan Monnier
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Dyballa @ 2005-10-10 20:35 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 10.10.2005 um 21:59 schrieb Torsten Bronger:

> The
> reason is that the diary entry starts with "Okt 10, 2005" but appt
> expects "Oct 10, 2005".  How can one get appt to do the same as
> calendar?

Could this make it work?

(setq calendar-month-abbrev-array
   ["Jan" "Feb" "Mär" "Apr" "Mai" "Jun" "Jul" "Aug" "Sep" "Okt" "Nov" 
"Dez"])


--
Mit friedvollen Grüßen

   Pete

Seelsorge statt Krankenkasse: das ist neu und liberal, die wähl' ich!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: appt and calendar use different month names
       [not found] ` <mailman.10731.1128976523.20277.help-gnu-emacs@gnu.org>
@ 2005-10-11  1:40   ` Torsten Bronger
  0 siblings, 0 replies; 4+ messages in thread
From: Torsten Bronger @ 2005-10-11  1:40 UTC (permalink / raw)


Hallöchen!

Peter Dyballa <Peter_Dyballa@Web.DE> writes:

> Am 10.10.2005 um 21:59 schrieb Torsten Bronger:
>
>> The reason is that the diary entry starts with "Okt 10, 2005" but
>> appt expects "Oct 10, 2005".  How can one get appt to do the same
>> as calendar?
>
> Could this make it work?
>
> (setq calendar-month-abbrev-array
>   ["Jan" "Feb" "Mär" "Apr" "Mai" "Jun" "Jul" "Aug" "Sep" "Okt" "Nov" 
> "Dez"])

Well, at least calendar displays the days with appointments when I
press "m" (they were missing before).  However, appt is still
unimpressed by this.

Tschö,
Torsten.

-- 
Torsten Bronger, aquisgrana, europa vetus            ICQ 264-296-646

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: appt and calendar use different month names
  2005-10-10 19:59 appt and calendar use different month names Torsten Bronger
  2005-10-10 20:35 ` Peter Dyballa
       [not found] ` <mailman.10731.1128976523.20277.help-gnu-emacs@gnu.org>
@ 2005-10-11  4:09 ` Stefan Monnier
  2 siblings, 0 replies; 4+ messages in thread
From: Stefan Monnier @ 2005-10-11  4:09 UTC (permalink / raw)


> 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".  How can one get appt to do the same as
> calendar?  (Shouldn't it do so anyway?)

Sounds like a bug.  Try M-x report-emacs-bug RET.


        Stefan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-10-11  4:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-10 19:59 appt and calendar use different month names Torsten Bronger
2005-10-10 20:35 ` Peter Dyballa
     [not found] ` <mailman.10731.1128976523.20277.help-gnu-emacs@gnu.org>
2005-10-11  1:40   ` Torsten Bronger
2005-10-11  4:09 ` Stefan Monnier

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.