Gnus development mailing list
 help / color / mirror / Atom feed
From: Jens Bethkowsky <jb.dev.null@gmx.de>
Subject: Re: Idea: Examples for making the summary buffer look like other newsreaders
Date: 03 Jan 2002 19:41:37 +0100	[thread overview]
Message-ID: <Gothmog.87k7uzl1jy.fsf@ID-75330.user.dfncis.de> (raw)
In-Reply-To: <m3666js76u.fsf@quimbies.gnus.org>

On Thu, 03 Jan 2002, Lars Magne Ingebrigtsen wrote:
> Jens Bethkowsky <jb.dev.null@gmx.de> writes:

> 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.    

Cool. I'll play a bit with that.

As a Lisp-Newbie: Is there a better way to change the variable than
using 
"(setq gnus-summary-line-format-alist 
       (remove
        '(?\< (make-string (max 0 (- 20 gnus-tmp-level)) ? ) ?s)
        gnus-summary-line-format-alist))
 (add-to-list 'gnus-summary-line-format-alist 
              '(?\< (make-string (max 0 (- x gnus-tmp-level)) ? ) ?s))"
?

..tt..
Jens

-- 
PGP or GnuPG encrypted Mail preferred.       See Headers for public key.
: Don't forget that MS-Windows ist just a temporary workaround until you
: can switch to a GNU system ;-) 
:                                         [gnupg-w32-1.0.6 - Readme.w32]



  parent reply	other threads:[~2002-01-03 18:41 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
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     ` Jens Bethkowsky [this message]
2002-01-03 18:56       ` Idea: Examples for making the summary buffer look like other newsreaders 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=Gothmog.87k7uzl1jy.fsf@ID-75330.user.dfncis.de \
    --to=jb.dev.null@gmx.de \
    --cc=Jens.Bethkowsky@post.rwth-aachen.de \
    /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).