help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to insert ticked articles in Gnus


From: Reiner Steib
Subject: Re: How to insert ticked articles in Gnus
Date: Sat, 30 Dec 2006 18:05:36 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux)

On Sat, Dec 30 2006, Andreas Seltenreich wrote:

> I wonder if `Y t' [gnus-summary-insert-ticked-articles] would be a
> good candidate for No Gnus.
>
> (defun gnus-summary-insert-ticked-articles ()
>   "Insert ticked articles for this group into the current buffer."
>   (interactive)
>   (let ((gnus-verbose (max 6 gnus-verbose)))
>     (if (not gnus-newsgroup-marked)
>       (gnus-message 3 "No ticked articles for this group")
>       (gnus-summary-goto-subjects gnus-newsgroup-marked))))

Looks good.  Could you install it along with menu entries (<menu-bar>
<Gnus> <Limit to> ...) and documentation (texi/gnus.texi
texi/gnus-news.texi)?

I don't see the point in let-binding `gnus-verbose', but I think
you just copied it from `gnus-summary-insert-dormant-articles'.

Let's move this to ding, please.  Mail-Followup-To: <ding@gnus.org>

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]