From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/41506 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Idea: Examples for making the summary buffer look like other newsreaders Date: Thu, 03 Jan 2002 17:58:01 +0100 Organization: Programmerer Ingebrigtsen Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035176892 6533 80.91.224.250 (21 Oct 2002 05:08:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:08:12 +0000 (UTC) Return-Path: Original-Received: (qmail 11137 invoked from network); 3 Jan 2002 16:58:58 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 3 Jan 2002 16:58:58 -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 16MBCV-00086P-00; Thu, 03 Jan 2002 10:58:43 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 03 Jan 2002 10:58:35 -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 KAA01138 for ; Thu, 3 Jan 2002 10:58:20 -0600 (CST) Original-Received: (qmail 11121 invoked by alias); 3 Jan 2002 16:58:24 -0000 Original-Received: (qmail 11116 invoked from network); 3 Jan 2002 16:58:24 -0000 Original-Received: from quimby.gnus.org (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 3 Jan 2002 16:58:24 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16MBDN-0003xZ-00 for ; Thu, 03 Jan 2002 17:59:37 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 17 Original-NNTP-Posting-Host: quimbies.gnus.org Original-X-Trace: quimby2.netfonds.no 1010077177 15082 195.204.10.148 (3 Jan 2002 16:59:37 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 3 Jan 2002 16:59:37 GMT Mail-Copies-To: never X-Face: #F0'k$V)$o|5D>;<*xFdG&@~j#rk>@"Xx#%,EcmR6]R,hj]5O X-Face-1: #JXvzDM.!\!H$~a{{3O(,C`m+{ghEpOw3i`K3sDvNIk:+lyu\P-&L#Kd$45\kIk'zhtnBG{ {|8cw+&P+_foPbWvPF,0knwz=YpdsJ&b6O(-X%>'>z8I[ok)<"`azM)1.bs?o&YX:6KU9ltSB=x-GkJG=KW2= s}@!Qn$m,|5e?:^]6]&{tMGrS(5SPE-DuEg<$q!dR&X*|e\C)2 writes: > Well, I don't like the behaviour of %>...%<, because it makes a huge gap > between the indented and the following column. Is there a way to change > this, because I could imagine to put the lines-column and a new > date-column at the end. Well, the definition is in `gnus-summary-line-format-alist': (?\> (make-string gnus-tmp-level ? ) ?s) (?\< (make-string (max 0 (- 20 gnus-tmp-level)) ? ) ?s) You could just alter that to something else. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen