Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: Idea: Examples for making the summary buffer look like other newsreaders
Date: Thu, 03 Jan 2002 17:58:01 +0100	[thread overview]
Message-ID: <m3666js76u.fsf@quimbies.gnus.org> (raw)
In-Reply-To: <Gothmog.877kqzxyu8.fsf@ID-75330.user.dfncis.de>

Jens Bethkowsky <jb.dev.null@gmx.de> 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



  reply	other threads:[~2002-01-03 16:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-03  5:48 Lars Magne Ingebrigtsen
2002-01-03  9:52 ` Vincent Bernat
2002-01-03 10:20   ` Lars Magne Ingebrigtsen
2002-01-03 11:53     ` Pavel Janík
2002-01-03 12:04       ` Lars Magne Ingebrigtsen
2002-01-03 19:54         ` Kai Großjohann
2002-01-03 15:01 ` Jens Bethkowsky
2002-01-03 16:58   ` Lars Magne Ingebrigtsen [this message]
2002-01-03 17:05     ` wrong-type-argument (was: Idea: Examples for making the summary buffer look like other newsreaders) Michael Cook
2002-01-03 17:22       ` ShengHuo ZHU
2002-01-03 17:41         ` Michael Cook
2002-01-03 17:47           ` wrong-type-argument Karl Kleinpaste
2002-01-03 18:41     ` Idea: Examples for making the summary buffer look like other newsreaders Jens Bethkowsky
2002-01-03 18:56       ` Lars Magne Ingebrigtsen
2002-01-03 20:15   ` Frank Haun
2002-01-03 23:08   ` Vincent Bernat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3666js76u.fsf@quimbies.gnus.org \
    --to=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).