unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 54756@debbugs.gnu.org
Subject: bug#54756: 28.1; faulty date interpretation
Date: Thu, 7 Apr 2022 19:23:39 +0200	[thread overview]
Message-ID: <CE47B9DC-70CD-4CD1-9519-1B6923D150ED@Web.DE> (raw)
In-Reply-To: <87k0c1b0fx.fsf@gnus.org>


> Am 7.4.2022 um 13:24 schrieb Lars Ingebrigtsen <larsi@gnus.org>:
> 
> I get exactly the same in Emacs 28.1.

That's not surprising, since you put the date in US American notation into diary.
> 
> I never use diary, so I don't know whether this is what's expected or
> not. Could you explain what you expected to see here, or whether you're
> seeing something else in Emacs 28.1?

In GNU Emacs 27 and before it worked to switch to European date format:

	/Library/Application Support/Emacs/site-init.el:23:(defvar european-calendar-style t)
	/Library/Application Support/Emacs/site-init.el:72:(setq european-calendar-style t)

which now does not get loaded, as *Messages* shows:

	Um 2022-04-06 21:52:54 Uhr wird /Library/Application Support/Emacs/site-start.el geladen
	/Library/Application Support/Emacs/site-start.el
	(Tipp von Kai G) Lade jetzt: cal-loaddefs
	site-start.el Zeile 497
	(Tipp von Kai G) Lade jetzt: ~/.emacs
	Sind jetzt in PETEs .emacs
	Zeile  44 .emacs, der Emacs-Typ ist 28
	It’s not XEmacs
	It’s GNU Emacs
	Zeile 228 .emacs
	Zeile 234 .emacs, desktop-dirname ist ~/.emacs.d/ und gesichert wird in emacs-28.desktop-mac
	../../Library/Application Support/Emacs/session.el: Warning: ‘incf’ is an obsolete alias (as of 27.1); use ‘cl-incf’ instead. [2 times]
	../../Library/Application Support/Emacs/session.el: Warning: ‘decf’ is an obsolete alias (as of 27.1); use ‘cl-decf’ instead.
	../../Library/Application Support/Emacs/session.el: Warning: ‘incf’ is an obsolete alias (as of 27.1); use ‘cl-incf’ instead.
	../../Library/Application Support/Emacs/session.el: Warning: ‘decf’ is an obsolete alias (as of 27.1); use ‘cl-decf’ instead.
	../../Library/Application Support/Emacs/session.el: Warning: ‘incf’ is an obsolete alias (as of 27.1); use ‘cl-incf’ instead. [4 times]
	Zeile 254 .emacs
	Zeile 259 .emacs, session-save-file ist ~/.emacs.d/session-28-mac
	Zeile 261 .emacs, custom-file ist ~/.emacs-Abrichtung-28.el
	(Tipp von Kai G) Lade jetzt: ~/.emacs-Abrichtung-28.el
	Loading /Users/pete/.emacs-Abrichtung-28.el (source)...
	Custom Set Variables 28
	(Tipp von Kai G) Lade jetzt: time
	Loading time...done
	(Tipp von Kai G) Lade jetzt: midnight
	Loading midnight...done
	Custom Set Faces 28
	Loading /Users/pete/.emacs-Abrichtung-28.el (source)...done
	(Tipp von Kai G) Lade jetzt: ~/.emacs_mac
	Loading /Users/pete/.emacs_mac...
	 AppKit-Zeile  19 .emacs_mac
	 AppKit-Zeile  23 .emacs_mac
	 Carbon/AppKit Emacs-Zeile  56 .emacs_mac
	(Tipp von Kai G) Lade jetzt: /Library/Application Support/Emacs/site-start.el
	Loading /Library/Application Support/Emacs/site-start.el (source)...
	Um 2022-04-06 21:52:54 Uhr wird /Library/Application Support/Emacs/site-start.el geladen
	/Library/Application Support/Emacs/site-start.el
	(Tipp von Kai G) Lade jetzt: hol-loaddefs
	Marking holidays...done
	(Tipp von Kai G) Lade jetzt: diary-loaddefs
	Marking diary entries...done
	Preparing diary...done
	Looking up holidays...done
	site-start.el Zeile 497
	Loading /Library/Application Support/Emacs/site-start.el (source)...done

site-start.el has:

	/Library/Application Support/Emacs/site-start.el:151:(setq european-calendar-style t)
	/Library/Application Support/Emacs/site-start.el:164:;(setq calendar-date-style 'european)	; 'iso gips auch
	/Library/Application Support/Emacs/site-start.el:165:;(calendar-set-date-style 'european)
 
I'd presume that dumping is a problem:

	Warning: Change in load-path due to site-init will be lost after dumping

which I better should avoid:

	calendar-date-style is a variable defined in ‘calendar.el’.
	
	Its value is ‘american’


Activating "(setq calendar-date-style 'european)" brings:

	calendar-date-style is a variable defined in ‘calendar.el’.
	
	Its value is ‘european’
	Original value was ‘american’

Now I get in *Fancy Diary Entries* only:

	Sunrise 06 Uhr 50, sunset 20 Uhr 05 at Friedberg (13:15 hrs daylight)

and on 4. of June:

	Sunrise 05 Uhr 19, sunset 21 Uhr 28 at Friedberg (16:08 hrs daylight)
	Geburt von Karl Valentin in München-Au als Valentin Ludwig Fey 160 Jahren
	Tod von Rupert Neville Hine

So it's more my bug - sorry!

--
Greetings

  Pete

There are very few jobs that actually require a penis or vagina. All other jobs should be open to everybody.
				– Florynce Kennedy








  reply	other threads:[~2022-04-07 17:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-06 19:38 bug#54756: 28.1; faulty date interpretation Peter Dyballa
2022-04-07 11:24 ` Lars Ingebrigtsen
2022-04-07 17:23   ` Peter Dyballa [this message]
2022-04-08 13:03     ` Lars Ingebrigtsen

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=CE47B9DC-70CD-4CD1-9519-1B6923D150ED@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=54756@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    /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).