From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Armstrong Newsgroups: gmane.emacs.help Subject: Re: don't show load-average Date: Wed, 05 Nov 2003 08:49:43 +0800 Organization: Singapore Telecommunications Ltd Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8Bit X-Trace: sea.gmane.org 1067994466 7416 80.91.224.253 (5 Nov 2003 01:07:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Nov 2003 01:07:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 05 02:07:44 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AHC9A-00011V-00 for ; Wed, 05 Nov 2003 02:07:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AHC64-0004dM-P1 for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Nov 2003 20:04:32 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!news-out.cwix.com!newsfeed.cwix.com!news.loxinfo.co.th!peony.singnet.com.sg!columbine.singnet.com.sg!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 220.255.59.32 User-Agent: KNode/0.7.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:117871 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:13810 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13810 Johan Bockgård wrote: > Armstrong writes: > >> I use (display-time) to show the time in emacs. but does anyone know >> of a way to not show the load average on the mode-line. > > The appearance is controlled by the variable > `display-time-string-forms'. > thanks, that works.