From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: display-time-* variables Date: Thu, 05 Jan 2012 02:01:28 -0500 Message-ID: References: <20120105061407.0E7921814BB@neo.msri.org> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1325746899 29112 80.91.229.12 (5 Jan 2012 07:01:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2012 07:01:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 05 08:01:36 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RihKR-0000wx-S2 for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jan 2012 08:01:35 +0100 Original-Received: from localhost ([::1]:40528 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RihKR-0007T7-Fe for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jan 2012 02:01:35 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:44659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RihKM-0007Sg-8n for help-gnu-emacs@gnu.org; Thu, 05 Jan 2012 02:01:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RihKL-0000cM-8d for help-gnu-emacs@gnu.org; Thu, 05 Jan 2012 02:01:30 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:41890) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RihKL-0000cI-6w for help-gnu-emacs@gnu.org; Thu, 05 Jan 2012 02:01:29 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RihKK-0007Wn-RT for help-gnu-emacs@gnu.org; Thu, 05 Jan 2012 02:01:28 -0500 In-reply-to: <20120105061407.0E7921814BB@neo.msri.org> (message from Silvio Levy on Wed, 04 Jan 2012 22:14:06 -0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83341 Archived-At: > Date: Wed, 04 Jan 2012 22:14:06 -0800 > From: Silvio Levy > > I don't seem to be able to control my time display. > > GNU Emacs 23.1.1 (i486-pc-linux-gnu, GTK+ Version 2.20.1) of 2011-03-04 on palmer, modified by Debian > > emacs -Q -l foo > > where foo contains > > (setq display-time-24h-format t) > (setq display-time-load-average t) > (display-time) > > I still get the same display as if I had not set the variables. If I replace 24h with 24hr, I get what you want. If you really used 24hr, then all I can say is that I cannot reproduce this problem.