unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master ac6b62b: * lisp/time.el (world-clock-mode): Make non-interactive.
@ 2021-04-23  6:09 Eli Zaretskii
  2021-04-23  9:22 ` Stefan Kangas
  0 siblings, 1 reply; 10+ messages in thread
From: Eli Zaretskii @ 2021-04-23  6:09 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: emacs-devel

>     * lisp/time.el (world-clock-mode): Make non-interactive.
> ---
>  lisp/time.el | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/lisp/time.el b/lisp/time.el
> index 5abc6e9..fd53f63 100644
> --- a/lisp/time.el
> +++ b/lisp/time.el
> @@ -534,6 +534,7 @@ If the value is t instead of an alist, use the value of
>  (define-derived-mode world-clock-mode special-mode "World clock"
>    "Major mode for buffer that displays times in various time zones.
>  See `world-clock'."
> +  :interactive nil
>    (setq-local revert-buffer-function #'world-clock-update)
>    (setq show-trailing-whitespace nil))

Stefan, can you give your rationale for the change?  Why should user
be unable to invoke this mode interactively, when they could do so for
a long time?  And in any case, why isn't that change in NEWS?

Thanks.



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

end of thread, other threads:[~2021-04-23 13:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-23  6:09 master ac6b62b: * lisp/time.el (world-clock-mode): Make non-interactive Eli Zaretskii
2021-04-23  9:22 ` Stefan Kangas
2021-04-23 10:34   ` Eli Zaretskii
2021-04-23 10:58     ` Stefan Kangas
2021-04-23 11:25       ` Eli Zaretskii
2021-04-23 12:34         ` Stefan Kangas
2021-04-23 13:03           ` Eli Zaretskii
2021-04-23 13:01         ` Stefan Kangas
2021-04-23 13:17           ` Eli Zaretskii
2021-04-23 13:36             ` Stefan Kangas

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).