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

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

Re: [Gnus] persistent marks


From: ernobe
Subject: Re: [Gnus] persistent marks
Date: Mon, 11 Nov 2013 13:04:10 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Emanuel Berg <embe8573@student.uu.se> writes:

> ernobe <ernobe@yahoo.com> writes:
>
>>> So you want Gnus *not* to delete 'R' articles? And
>>> "delete" in this case is that equivalent to "not show
>>> up in the summary next time I bring up the group"?
>>
>> Exactly.
>
> OK, I suspect this is actually possible to do by just
> telling Gnus about it. How, and where, you'll have to
> digest that manual, or wait for the Gnus foxes to get
> out of their lairs.
>
> But, three points to investigate:
>
> - those posts that you would like to keep, you could
>   mark collectively as something other than 'R' (this
>   could be automatized, for example when you close a
>   summary)
>   
> - when bringing up the group, could you configure it to
>   show 'R' posts as well? (This is the least hackish
>   approach. Examine `gnus-group-select-group' with
>   C-h f, *or* C-h k RET in the groups buffer.)

It turns out this is possible by setting 'gnus parameters':

(setq gnus-parameters
  '((".*"
    (display . all))))

The 'all' in this case means that read ones are included (exactly what I
wanted).  I found out about this from the 'Limiting' section of the
'Summary Buffer' section of the info, which links to the 'Group
Parameter' section of the 'Group Buffer' section.

With this setting entering the group is kind of slow.  Is there
something else I can turn off to speed it up?  Maybe I could mark most
of them dormant and send them to a cache, but then it will probably get
out of sync with slrnpull's cache which is where the articles are
actually received from the net.  If they are expired in the spool, will
they expire in the gnus cache?  I'll give it a try and report back here
if everything goes well.


>
> - when writing to ~/.newsrc, could you inhibit it from
>   noting those Rs?


-- 
"The world of existence is an emanation of the merciful attribute of God."
Abdu'l-Baha
http://www.costarricense.cr/pagina/ernobe


reply via email to

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