Gnus development mailing list
 help / color / mirror / Atom feed
* Saving Articles in the cache, how do I read them?
@ 1996-07-01 16:16 Shane Holder
  1996-07-01 17:35 ` Jason L Tibbitts III
  1996-07-01 17:57 ` Richard Pieri
  0 siblings, 2 replies; 6+ messages in thread
From: Shane Holder @ 1996-07-01 16:16 UTC (permalink / raw)



When you save articles in the cache via '?' or '*' how do you read the
articles that have been saved without selecting "ALL" articles for the
group?

I haven't been able to find a way of selecting "cached" articles.

-- 
Shane Holder                                 e-mail: holder@rsn.hp.com
Hewlett Packard                               phone:     (214)497-4182
3000 Waterview                           I like you, but not enough to
Richardson, TX 75083                     give you my root password.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Saving Articles in the cache, how do I read them?
  1996-07-01 16:16 Saving Articles in the cache, how do I read them? Shane Holder
@ 1996-07-01 17:35 ` Jason L Tibbitts III
  1996-07-01 17:57 ` Richard Pieri
  1 sibling, 0 replies; 6+ messages in thread
From: Jason L Tibbitts III @ 1996-07-01 17:35 UTC (permalink / raw)


>>>>> "SH" == Shane Holder <holder@mordor.rsn.hp.com> writes:

SH> When you save articles in the cache via '?' or '*' how do you read the
SH> articles that have been saved without selecting "ALL" articles for the
SH> group?

Look at the Info page on "Creating a Virtual Server".  The example creates
a server which lets you browse the cache.

 - J<


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Saving Articles in the cache, how do I read them?
  1996-07-01 16:16 Saving Articles in the cache, how do I read them? Shane Holder
  1996-07-01 17:35 ` Jason L Tibbitts III
@ 1996-07-01 17:57 ` Richard Pieri
  1996-07-02  3:05   ` Mark Eichin
  1 sibling, 1 reply; 6+ messages in thread
From: Richard Pieri @ 1996-07-01 17:57 UTC (permalink / raw)


-----BEGIN PGP SIGNED MESSAGE-----

>>>>> "SH" == Shane Holder <holder@mordor.rsn.hp.com> writes:

SH> When you save articles in the cache via '?' or '*' how do you read
SH> the articles that have been saved without selecting "ALL" articles
SH> for the group?

Mark said articles 'unread' with '!' as well.

SH> I haven't been able to find a way of selecting "cached" articles.

AFAIK there is not a way to just get cached articles in a group.

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3
Charset: noconv

iQCVAwUBMdgRhJ6VRH7BJMxHAQHxmQP/fCcsQo3FvWw5Ui0FrwQt/RxzKo3/+9vw
5lA9BC+690ZSagzrPYMriebiXSJibkz3C53JO4HBFgUAVokRQfo4MoAdgu422rtI
/zpUTpZJZH7SSshoocE4ocz/phpMWsx+BdpaamhmoegKzY+aYJ+AtCyvKEGnSJCw
6xTJNkD+ukQ=
=Ik5c
-----END PGP SIGNATURE-----
-- 
Richard Pieri/Information Services \ Never sleep alone when you can sleep on
<ratinox@unilab.dfci.harvard.edu>   \ someone's face. -A cat's guide to life
http://www.dfci.harvard.edu/         \ 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Saving Articles in the cache, how do I read them?
  1996-07-01 17:57 ` Richard Pieri
@ 1996-07-02  3:05   ` Mark Eichin
  1996-07-02  8:31     ` Kai Grossjohann
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Eichin @ 1996-07-02  3:05 UTC (permalink / raw)
  Cc: ding

>> Mark said articles 'unread' with '!' as well.

yeah, I use this function, since if I want to cache it, I always want
to reread it conveniently...

(defun mwe-gnus-summary-cache ()
  (interactive)
  (gnus-summary-tick-article)
  (gnus-cache-enter-article))

;; replace gnus-cache-enter-article
(gnus-define-keys gnus-summary-mode-map "*" mwe-gnus-summary-cache)


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Saving Articles in the cache, how do I read them?
  1996-07-02  3:05   ` Mark Eichin
@ 1996-07-02  8:31     ` Kai Grossjohann
  1996-07-02 18:02       ` Richard Pieri
  0 siblings, 1 reply; 6+ messages in thread
From: Kai Grossjohann @ 1996-07-02  8:31 UTC (permalink / raw)
  Cc: Richard Pieri, ding

>>>>> On 01 Jul 1996 23:05:17 -0400, Mark Eichin <eichin@cygnus.com>
>>>>> said:

  Mark> (defun mwe-gnus-summary-cache ()
  Mark>   (interactive)
  Mark>   (gnus-summary-tick-article)
  Mark>   (gnus-cache-enter-article))

FWIW, there's gnus-cache-enter-articles:

,-----
| gnus-cache-enter-articles's value is (ticked dormant)
| 
| Documentation:
| *Classes of articles to enter into the cache.
`-----

I never need to do more than `u' or `!' to enter an article into the
cache.  Btw, there's also gnus-uncacheable-groups:

,-----
| gnus-uncacheable-groups's value is "^nn\\(virtual\\|m[hl]\\|db\\)"
| 
| Documentation:
| *Groups that match this regexp will not be cached.
| 
| If you want to avoid caching your nnml groups, you could set this
| variable to "^nnml".
`-----

hth,
kai
-- 
Life is hard and then you die.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Saving Articles in the cache, how do I read them?
  1996-07-02  8:31     ` Kai Grossjohann
@ 1996-07-02 18:02       ` Richard Pieri
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Pieri @ 1996-07-02 18:02 UTC (permalink / raw)


-----BEGIN PGP SIGNED MESSAGE-----

>>>>> "KG" == Kai Grossjohann <grossjoh@ls6.informatik.uni-dortmund.de>
>>>>> writes:

KG> FWIW, there's gnus-cache-enter-articles:
[...]
KG> I never need to do more than `u' or `!' to enter an article into the
KG> cache.

This will not work if gnus-use-cache is 'passive, BTW.  With passive
caching you must explicitly cache articles.

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3
Charset: noconv

iQCVAwUBMdlkRZ6VRH7BJMxHAQHGXQP+LG/Y7/MVHAvkgw9cHeFAtWr+qtfCjflz
/syPvmSdQE+McVum6mlxeRU/dxAJNQqYZvn/ufoUFjXNd//7nJVSCG+IVnJJwcOB
b96NC9+63Mnl90tN0rUXQF7LEVxigymRPiLXXxT3hBlJXaxP1DKaQf4X6wwX37eS
s5b/f/jFl8c=
=tYyt
-----END PGP SIGNATURE-----
-- 
Richard Pieri/Information Services \ Curiosity never killed anything, except
<ratinox@unilab.dfci.harvard.edu>   \ maybe a few hours. -A cat's guide to life
http://www.dfci.harvard.edu/         \ 


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~1996-07-02 18:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-07-01 16:16 Saving Articles in the cache, how do I read them? Shane Holder
1996-07-01 17:35 ` Jason L Tibbitts III
1996-07-01 17:57 ` Richard Pieri
1996-07-02  3:05   ` Mark Eichin
1996-07-02  8:31     ` Kai Grossjohann
1996-07-02 18:02       ` Richard Pieri

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