all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* appt messes with format of dates in diary
@ 2003-12-09  6:22 Joe Corneli
  2003-12-10 18:52 ` Glenn Morris
  0 siblings, 1 reply; 4+ messages in thread
From: Joe Corneli @ 2003-12-09  6:22 UTC (permalink / raw)


In GNU Emacs 21.3.1 (powerpc-apple-darwin, X toolkit)
 of 2003-08-27 on w-eng-226-249.public.utexas.edu
configured using `configure  powerpc-apple-darwin --prefix=/sw --with-x --with-x-toolkit=lucid --without-toolkit-scroll-bars --without-gif '--infodir=${prefix}/share/info' '--mandir=${prefix}/share/man' '--libexecdir=${prefix}/lib''
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: nil

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:


If I load the package appt, the format of diary entries is changed to

"Dec 8, 2003"

from my preferred 

"8 Dec 2003" 

as given by (setq european-calendar-style t)

This is annoying, and I'm not sure how to fix it.


Here are all the settings that I use that I think might
be relevant... maybe I'm missing something?

(require 'appt)
(setq appt-issue-message t)
(setq appt-message-warning-time 1)
(setq appt-display-interval 1)

(setq diary-file "~/.diary.txt")
(setq european-calendar-style t)

As a further frustration, new appointments that I add *to the diary
file* during the course of the day do not appear as appointments.  I
don't know if this is a bug or not; it seems to be a bug (maybe
related to the issue mentioned above). Maybe my configurations are
relevant?  

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

* Re: appt messes with format of dates in diary
       [not found] <mailman.1394.1070954704.399.bug-gnu-emacs@gnu.org>
@ 2003-12-09 17:16 ` Kevin Rodgers
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Rodgers @ 2003-12-09 17:16 UTC (permalink / raw)


Joe Corneli wrote:

> As a further frustration, new appointments that I add *to the diary
> file* during the course of the day do not appear as appointments.  I
> don't know if this is a bug or not; it seems to be a bug (maybe
> related to the issue mentioned above). Maybe my configurations are
> relevant?  

I think you have to run the view-diary-entries command after saving your

diary file.


-- 
Kevin Rodgers

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

* Re: appt messes with format of dates in diary
  2003-12-09  6:22 appt messes with format of dates in diary Joe Corneli
@ 2003-12-10 18:52 ` Glenn Morris
  2003-12-11  5:15   ` Joe Corneli
  0 siblings, 1 reply; 4+ messages in thread
From: Glenn Morris @ 2003-12-10 18:52 UTC (permalink / raw)
  Cc: bug-gnu-emacs

Joe Corneli wrote:

> In GNU Emacs 21.3.1 (powerpc-apple-darwin, X toolkit)
[...]
> If I load the package appt, the format of diary entries is changed to
>
> "Dec 8, 2003"
>
> from my preferred 
>
> "8 Dec 2003" 
>
> as given by (setq european-calendar-style t)

Can you provide a recipe to reproduce this?

emacs-21.3 -q --no-site-file
M-: (setq european-calendar-style t)
M-: (require 'appt)
M-x calendar
M-x insert-diary-entry

doesn't show it.

> This is annoying, and I'm not sure how to fix it.

(setq calendar-date-display-form european-calendar-display-form)
or
M-x european-calendar

ought to fix it.

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

* Re: appt messes with format of dates in diary
  2003-12-10 18:52 ` Glenn Morris
@ 2003-12-11  5:15   ` Joe Corneli
  0 siblings, 0 replies; 4+ messages in thread
From: Joe Corneli @ 2003-12-11  5:15 UTC (permalink / raw)
  Cc: bug-gnu-emacs

Here's my recipe:

M-: (require 'appt)
M-: (setq european-calendar-style t)
M-x calendar
i d

Apparently teh order matters. :)

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

end of thread, other threads:[~2003-12-11  5:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-09  6:22 appt messes with format of dates in diary Joe Corneli
2003-12-10 18:52 ` Glenn Morris
2003-12-11  5:15   ` Joe Corneli
     [not found] <mailman.1394.1070954704.399.bug-gnu-emacs@gnu.org>
2003-12-09 17:16 ` Kevin Rodgers

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.