emacs-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Make display-time-mode time zone configurable


From: Paul Eggert
Subject: Re: [PATCH] Make display-time-mode time zone configurable
Date: Mon, 15 Feb 2016 20:45:04 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

Mark Oteiza wrote:
+(defcustom display-time-zone nil
+  "Variable specifying the time zone used in `display-time-string-forms'.
+See the function `format-time-string' for an explanation of
+its ZONE variable."
+  :type '(choice (const :tag "Emacs Local Time" nil)
+                 (const :tag "Universal Time" t)
+                 (const :tag "System Wall Clock Time" wall)
+                 (string "Time Zone Rule"))
+  :link '(function-link format-time-string)
+  :group 'display-time)

This new defcustom seems to duplicate some or all of the existing defcustom time-stamp-time-zone. Should there be just custom var? or if there should be two, how should they differ in operation?



reply via email to

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