From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Silvio Levy Newsgroups: gmane.emacs.help Subject: display-time-* variables Date: Wed, 04 Jan 2012 22:14:06 -0800 Message-ID: <20120105061407.0E7921814BB@neo.msri.org> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1325744063 14044 80.91.229.12 (5 Jan 2012 06:14:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2012 06:14:23 +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 07:14:16 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 1Rigae-000371-6h for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jan 2012 07:14:16 +0100 Original-Received: from localhost ([::1]:35674 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rigad-0002ei-Ki for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jan 2012 01:14:15 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:49087) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RigaZ-0002eR-4q for help-gnu-emacs@gnu.org; Thu, 05 Jan 2012 01:14:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RigaY-0002fH-48 for help-gnu-emacs@gnu.org; Thu, 05 Jan 2012 01:14:11 -0500 Original-Received: from spike.lmi.net ([66.117.140.17]:39737) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RigaX-0002fB-V2 for help-gnu-emacs@gnu.org; Thu, 05 Jan 2012 01:14:10 -0500 Original-Received: from neo.msri.org (75-101-50-210.dsl.static.sonic.net [75.101.50.210]) by spike.lmi.net (Postfix) with ESMTP id 77DB215401E; Wed, 4 Jan 2012 22:14:07 -0800 (PST) Original-Received: by neo.msri.org (Postfix, from userid 1000) id 0E7921814BB; Wed, 4 Jan 2012 22:14:06 -0800 (PST) Original-Received: from neo.msri.org (localhost [127.0.0.1]) by neo.msri.org (Postfix) with ESMTP id EB8EC1808FA; Wed, 4 Jan 2012 22:14:06 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 66.117.140.17 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:83340 Archived-At: Dear Emacsers, 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. I would like 24h format (currently I get AM/PM format) I would like no load average or email flag. (currently I get them). I'm trying t for both these variables since the default, nil, shows these unwanted things. Thanks, Silvio