unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* display-time-mode in menu bar.
@ 2005-08-10  1:42 Luc Teirlinck
  2005-08-10  4:03 ` Juri Linkov
  0 siblings, 1 reply; 4+ messages in thread
From: Luc Teirlinck @ 2005-08-10  1:42 UTC (permalink / raw)


I believe that the menu item text and the help echo for the item on
the Show/Hide menubar menu that toggles Display Time mode is wrong.
The current text says: "Date, Time and Mail".  However, do
`emacs -q' and then enable the item using the menubar.  No date is shown,
but if your load average is big enough, it will display the load
average.  Enabling `display-time-mode' will, as the docstring of the
function says, show the date in the modeline if and only if
`display-time-day-and-date' is non-nil.  But the default value of
that option is nil, so the menubar docs should not assume that it is
non-nil.

What about the patch below, which I can install if desired.

===File ~/menu-bar-diff=====================================
*** menu-bar.el	09 Aug 2005 17:46:45 -0500	1.266
--- menu-bar.el	09 Aug 2005 19:55:03 -0500	
***************
*** 708,715 ****
  
  (define-key menu-bar-showhide-menu [showhide-date-time]
    (menu-bar-make-mm-toggle display-time-mode
! 			   "Date, Time and Mail"
! 			   "Display date, time, mail status in mode line"))
  
  (define-key menu-bar-showhide-menu [datetime-separator]
    '("--"))
--- 708,716 ----
  
  (define-key menu-bar-showhide-menu [showhide-date-time]
    (menu-bar-make-mm-toggle display-time-mode
! 			   "Time, Load Averages and Mail"
! 			   "Display time, system load averages and \
! mail status in mode line"))
  
  (define-key menu-bar-showhide-menu [datetime-separator]
    '("--"))
============================================================

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

end of thread, other threads:[~2005-08-11  0:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-10  1:42 display-time-mode in menu bar Luc Teirlinck
2005-08-10  4:03 ` Juri Linkov
2005-08-10 14:52   ` Luc Teirlinck
2005-08-11  0:28     ` Juri Linkov

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