From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/40641 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: any tips for how to tune Gnus/emacs for low memory usage? Date: Sat, 01 Dec 2001 10:59:56 +0100 Organization: Denizens of Doom, Norway Chapter Sender: owner-ding@hpc.uh.edu Message-ID: <87u1vbfeg3.fsf@bang.priv.no> References: <87snb2tyku.fsf@bang.priv.no> <87pu65xkj0.fsf@bang.priv.no> <87n118qp5z.fsf@lackawana.kippona.com> <01Nov27.141344est.119179@gateway.intersystems.com> <15363.59869.835861.394831@gargle.gargle.HOWL> <15363.62049.590604.254123@gargle.gargle.HOWL> <87oflmh5oq.fsf@bang.priv.no> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035176160 2009 80.91.224.250 (21 Oct 2002 04:56:00 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:56:00 +0000 (UTC) Return-Path: Original-Received: (qmail 925 invoked from network); 1 Dec 2001 10:03:16 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 1 Dec 2001 10:03:16 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16A6y0-0006UX-00; Sat, 01 Dec 2001 04:01:52 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 01 Dec 2001 04:01:37 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id EAA15513 for ; Sat, 1 Dec 2001 04:01:21 -0600 (CST) Original-Received: (qmail 29464 invoked by alias); 1 Dec 2001 10:01:28 -0000 Original-Received: (qmail 29454 invoked from network); 1 Dec 2001 10:01:28 -0000 Original-Received: from quimby.gnus.org (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 1 Dec 2001 10:01:28 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16A6zV-0007dX-00 for ; Sat, 01 Dec 2001 11:03:25 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 23 Original-NNTP-Posting-Host: c96s55h3.upc.chello.no Original-X-Trace: quimby2.netfonds.no 1007201004 29358 213.46.211.96 (1 Dec 2001 10:03:24 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 1 Dec 2001 10:03:24 GMT User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:40641 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:40641 >>>>> Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann): > Steinar Bang writes: >> Disadvantages: >> - no clock always on screen like icewm, and KDE has >> - no load indicator always on screen like icewm has > On the Ion list, some patches have been circulating which allow you > to reserve a strip of the screen for something else, such as a KDE > panel, or a Gnome panel. I'm afraid apt-get has turned me away from downloading, patching and building. :-) Gnus is the only package I use that lives from the CVS checkout. But I put this in my ~/.emacs, and it takes me part of the way: (setq display-time-24hr-format t) (setq display-time-day-and-date t) (display-time)