Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Tassilo Horn <heimdall@uni-koblenz.de>
Subject: Re: Thread limiting
Date: Thu, 25 May 2006 18:28:17 +0200	[thread overview]
Message-ID: <87ac96xe5a.fsf@baldur.nicundtas.de> (raw)
In-Reply-To: <1148568046.207419.291240@j33g2000cwa.googlegroups.com>

"Guillaume R." <raimondeau@gmail.com> writes:

Hi Guillaume,

> I really don't know that it could be combined with C-u. I've just
> tried it and it works fine.

You should always have a look at the function's documentation. If it
mentions a "prefix" argument, that can be given with C-u <arg>.

> But I tried to put it in my .gnus to automatize that at the startup
> and it does not work.  Do you know what I must write in my .gnus so
> that I got the result of your command at the startup automagically?

Try this one.

(add-hook 'gnus-summary-prepare-hook
          (lambda ()
            (gnus-summary-limit-to-age 30 t)))

,----[ C-h v gnus-summary-prepare-hook RET ]
| gnus-summary-prepare-hook is a variable defined in `gnus-sum.el'.
| Its value is nil
| 
| Documentation:
| *A hook called after the summary buffer has been generated.
| If you want to modify the summary buffer, you can use this hook.
`----

Hope this helps,
Tassilo
-- 
"Emacs is not a development tool but a way of life."
     - David Kastrup in alt.religion.emacs -

  reply	other threads:[~2006-05-25 16:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-25 11:48 Guillaume R.
2006-05-25 14:07 ` Tassilo Horn
     [not found] ` <mailman.2280.1148566098.9609.info-gnus-english@gnu.org>
2006-05-25 14:40   ` Guillaume R.
2006-05-25 16:28     ` Tassilo Horn [this message]
     [not found]     ` <mailman.2288.1148574539.9609.info-gnus-english@gnu.org>
2006-05-26  7:23       ` Guillaume R.
2006-05-26 10:07         ` Tassilo Horn
     [not found]         ` <mailman.2315.1148638103.9609.info-gnus-english@gnu.org>
2006-05-27 10:14           ` Guillaume R.
2006-05-27 11:41             ` Cor Gest
2006-05-27 12:38             ` Tassilo Horn

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=87ac96xe5a.fsf@baldur.nicundtas.de \
    --to=heimdall@uni-koblenz.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).