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 07:02:07 -0500 Message-ID: References: <20120105072702.51F811814BB@neo.msri.org> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1325764954 18714 80.91.229.12 (5 Jan 2012 12:02:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 Jan 2012 12:02:34 +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 13:02:28 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 1Rim1c-00083A-CH for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jan 2012 13:02:28 +0100 Original-Received: from localhost ([::1]:44056 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rim1b-0001yx-UH for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jan 2012 07:02:27 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:45712) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rim1S-0001yL-Mi for help-gnu-emacs@gnu.org; Thu, 05 Jan 2012 07:02:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rim1I-0000u4-3u for help-gnu-emacs@gnu.org; Thu, 05 Jan 2012 07:02:18 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:46262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rim1H-0000u0-TF for help-gnu-emacs@gnu.org; Thu, 05 Jan 2012 07:02:08 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Rim1H-0002Bk-NW for help-gnu-emacs@gnu.org; Thu, 05 Jan 2012 07:02:07 -0500 In-reply-to: <20120105072702.51F811814BB@neo.msri.org> (message from Silvio Levy on Wed, 04 Jan 2012 23:27:02 -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:83350 Archived-At: > cc: levy@msri.org, help-gnu-emacs@gnu.org > From: Silvio Levy > Date: Wed, 04 Jan 2012 23:27:02 -0800 > > Do you have any light to shed on display-time-load-average? > > Whether the file "foo" contains this text > > (setq display-time-load-average t) > (display-time) > > or the same text with "nil" instead of "t", the result of > > /usr/bin/emacs -Q -l foo > > is the same: the load average is shown That's expected: display-time-load-average is not a user option. It is the value of the load average shown in the mode line. > (I suppose I could instead set display-time-load-average-threshold to > a high value, which does work. That is the right way of disabling the load average display.