Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: "R. Molen" <rvmolen@yahoo.com>
Subject: Read while uploading
Date: Wed, 14 Aug 2002 00:11:14 GMT	[thread overview]
Message-ID: <3D59A04C.3020407@yahoo.com> (raw)


Help! This is a gnusbie question, but the answer was not obvious to me
in my info file.

When I select a group that I've previously visited in Gnus v5.9.0, Emacs
21.2.1 for WinNT queries how many messages to upload.  It uploads what
seems to be the entire newsgroup regardless of my answer.

I want to be able to start reading shortly after selecting the group.
So I guess my questions are:

1. How do I keep the prior messages?

2. How do I read selected group(s) in the background so that they are
    ready to read?

My .emacs stuff is below.

TIA for any comments

R. Molen

;;;gnus
  (setq gnus-nntp-server nil) ; default nil -- overrides 
gnus-select-method
  (setq gnus-select-method '(nntp "news.iccinternet.com"))
  (setq gnus-check-new-newsgroups "ask-server")
  (setq gnus-save-killed-list nil) ;don't save list of killed groups.
  (setq gnus-inhibit-startup-message t)
  (setq gnus-auto-select-first nil)

;timestamp when group last read
(add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
(setq gnus-group-line-format  "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
     ;timestamp in ISO8601 format

;preread articles -- reduces wait increases traffic
(setq gnus-asynchronous t)
(setq gnus-use-article-prefetch 10) ;#,t=infinite,nil
(setq gnus-fetch-old-headers 'invisible) ;quicker A T thread fetches

;persistent articles support
(setq gnus-use-cache 'passive)

(setq gnus-use-trees t) ;make additional thread tree buffer

(gnus-async-prefetch-article-p gnus-async-read-p) ; skip read articles

;;;using Gnus to handle mail
(load-library "message")
(setq message-send-mail-function 'smtpmail-send-it)


             reply	other threads:[~2002-08-14  0:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-14  0:11 R. Molen [this message]
     [not found] ` <v9sn1heeii.fsf@marauder.physik.uni-ulm.de>
     [not found]   ` <uofc5qwna.fsf@postbox-lax.iccinternet.com>
2002-08-14 16:58     ` Reiner Steib

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=3D59A04C.3020407@yahoo.com \
    --to=rvmolen@yahoo.com \
    /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).