* bug#33149: Please add a "calender-use-numeric-time-zone-names" variable
@ 2018-10-25 13:29 積丹尼 Dan Jacobson
2019-07-10 13:43 ` Lars Ingebrigtsen
0 siblings, 1 reply; 6+ messages in thread
From: 積丹尼 Dan Jacobson @ 2018-10-25 13:29 UTC (permalink / raw)
To: 33149
In Calendar, if one doesn't want to see ambiguous time zones names, like "CST",
in .emacs one must put e.g.,
(setq calendar-standard-time-zone-name "+0800")
I.e., if the user enjoys seeing numeric time zone names, just like the
mail headers surely above, he must "do it himself".
Therefore please add a
(setq calender-use-numeric-time-zone-names t) ; enabled
new variable.
See also
(info "(emacs) Sunrise/Sunset")
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#33149: Please add a "calender-use-numeric-time-zone-names" variable
2018-10-25 13:29 bug#33149: Please add a "calender-use-numeric-time-zone-names" variable 積丹尼 Dan Jacobson
@ 2019-07-10 13:43 ` Lars Ingebrigtsen
2019-07-28 12:14 ` 積丹尼 Dan Jacobson
0 siblings, 1 reply; 6+ messages in thread
From: Lars Ingebrigtsen @ 2019-07-10 13:43 UTC (permalink / raw)
To: 積丹尼 Dan Jacobson; +Cc: 33149
積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:
> In Calendar, if one doesn't want to see ambiguous time zones names, like "CST",
> in .emacs one must put e.g.,
> (setq calendar-standard-time-zone-name "+0800")
>
> I.e., if the user enjoys seeing numeric time zone names, just like the
> mail headers surely above, he must "do it himself".
Message doesn't use those things, so I'm not sure what you're referring to:
Date: Thu, 25 Oct 2018 21:29:03 +0800
In what circumstances do you see Emacs using "CST"? They should all be
stamped out. :-)
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#33149: Please add a "calender-use-numeric-time-zone-names" variable
2019-07-10 13:43 ` Lars Ingebrigtsen
@ 2019-07-28 12:14 ` 積丹尼 Dan Jacobson
2020-08-07 8:52 ` Lars Ingebrigtsen
0 siblings, 1 reply; 6+ messages in thread
From: 積丹尼 Dan Jacobson @ 2019-07-28 12:14 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: 33149
>>>>> "LI" == Lars Ingebrigtsen <larsi@gnus.org> writes:
LI> 積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:
>> In Calendar, if one doesn't want to see ambiguous time zones names, like "CST",
>> in .emacs one must put e.g.,
>> (setq calendar-standard-time-zone-name "+0800")
>>
>> I.e., if the user enjoys seeing numeric time zone names, just like the
>> mail headers surely above, he must "do it himself".
LI> Message doesn't use those things, so I'm not sure what you're referring to:
OK never mind that I mentioned mail headers. Just concentrate on the
fact that I'm talking about calendar.
LI> Date: Thu, 25 Oct 2018 21:29:03 +0800
LI> In what circumstances do you see Emacs using "CST"? They should all be
LI> stamped out. :-)
LI> --
LI> (domestic pets only, the antidote for overdose, milk.)
LI> bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#33149: Please add a "calender-use-numeric-time-zone-names" variable
2019-07-28 12:14 ` 積丹尼 Dan Jacobson
@ 2020-08-07 8:52 ` Lars Ingebrigtsen
2020-08-09 6:20 ` 積丹尼 Dan Jacobson
0 siblings, 1 reply; 6+ messages in thread
From: Lars Ingebrigtsen @ 2020-08-07 8:52 UTC (permalink / raw)
To: 積丹尼 Dan Jacobson; +Cc: 33149
積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:
>>>>>> "LI" == Lars Ingebrigtsen <larsi@gnus.org> writes:
> LI> 積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:
>
>>> In Calendar, if one doesn't want to see ambiguous time zones names,
>>> like "CST",
>>> in .emacs one must put e.g.,
>>> (setq calendar-standard-time-zone-name "+0800")
>>>
>>> I.e., if the user enjoys seeing numeric time zone names, just like the
>>> mail headers surely above, he must "do it himself".
>
> LI> Message doesn't use those things, so I'm not sure what you're referring to:
>
> OK never mind that I mentioned mail headers. Just concentrate on the
> fact that I'm talking about calendar.
So where are you seeing these time zones? Please provide a recipe to
see the problem.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#33149: Please add a "calender-use-numeric-time-zone-names" variable
2020-08-07 8:52 ` Lars Ingebrigtsen
@ 2020-08-09 6:20 ` 積丹尼 Dan Jacobson
2020-08-09 10:34 ` Lars Ingebrigtsen
0 siblings, 1 reply; 6+ messages in thread
From: 積丹尼 Dan Jacobson @ 2020-08-09 6:20 UTC (permalink / raw)
To: Lars Ingebrigtsen; +Cc: 33149
>>>> In Calendar, if one doesn't want to see ambiguous time zones names,
>>>> like "CST",
>>>> in .emacs one must put e.g.,
>>>> (setq calendar-standard-time-zone-name "+0800")
^^^^^^had to hardwire a
certain number, because
there is no way to tell it
to just show me numbers,
instead of names.
LI> So where are you seeing these time zones? Please provide a recipe to
LI> see the problem.
$ emacs -Q -nw -f calendar
S [calendar-sunrise-sunset]
120.2 24 [longitude latitude]
Aug 9, 2020: Sunrise 5:33am (CST), sunset 6:36pm (CST) at 24N, 120.2E (13:03 hrs daylight)
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#33149: Please add a "calender-use-numeric-time-zone-names" variable
2020-08-09 6:20 ` 積丹尼 Dan Jacobson
@ 2020-08-09 10:34 ` Lars Ingebrigtsen
0 siblings, 0 replies; 6+ messages in thread
From: Lars Ingebrigtsen @ 2020-08-09 10:34 UTC (permalink / raw)
To: 積丹尼 Dan Jacobson; +Cc: 33149
積丹尼 Dan Jacobson <jidanni@jidanni.org> writes:
> $ emacs -Q -nw -f calendar
> S [calendar-sunrise-sunset]
> 120.2 24 [longitude latitude]
>
> Aug 9, 2020: Sunrise 5:33am (CST), sunset 6:36pm (CST) at 24N, 120.2E
> (13:03 hrs daylight)
Thanks. I've now added a new variable calendar-use-numeric-time-zones
to Emacs 28.1.
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-08-09 10:34 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-25 13:29 bug#33149: Please add a "calender-use-numeric-time-zone-names" variable 積丹尼 Dan Jacobson
2019-07-10 13:43 ` Lars Ingebrigtsen
2019-07-28 12:14 ` 積丹尼 Dan Jacobson
2020-08-07 8:52 ` Lars Ingebrigtsen
2020-08-09 6:20 ` 積丹尼 Dan Jacobson
2020-08-09 10:34 ` Lars Ingebrigtsen
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.