Gnus development mailing list
 help / color / mirror / Atom feed
* Re: time delay on news groups?
@ 1996-12-12 22:37 St. Suika Fenderson Roberts
  1996-12-12 23:07 ` summary buffer state dribbling (was Re: time delay on news groups?) David Moore
  0 siblings, 1 reply; 7+ messages in thread
From: St. Suika Fenderson Roberts @ 1996-12-12 22:37 UTC (permalink / raw)


On a similar note, is/could it be possible to score on article length?  This
would be mainly good for groups like alt.startrek.creative, where anything
under 90 lines is almost certainly not worth reading. . .

Thanks,
	Suika (Gnus is wonderful!  I spend far too much time with it!)
PS:  Someone was wanting a `save state to dribble buffer' function, so here's
the one I munged together.  It's tested, can't say much else for it ^_^
(well, I munged it out of Lars's code, so that gives it a boost)
-----------------
(defun gnus-summary-save-info ()
 (interactive)
  (save-excursion
    (let ((group gnus-newsgroup-name))
      (when gnus-newsgroup-kill-headers
        (setq gnus-newsgroup-killed
              (gnus-compress-sequence
               (nconc
                (gnus-set-sorted-intersection
                 (gnus-uncompress-range gnus-newsgroup-killed)
                 (setq gnus-newsgroup-unselected
                       (sort gnus-newsgroup-unselected '<)))
                (setq gnus-newsgroup-unreads
                      (sort gnus-newsgroup-unreads '<)))
               t)))
      (unless (listp (cdr gnus-newsgroup-killed))
        (setq gnus-newsgroup-killed (list gnus-newsgroup-killed)))
      (let ((headers gnus-newsgroup-headers))
        (unless gnus-save-score
          (setq gnus-newsgroup-scored nil))
        ;; Set the new ranges of read articles.
        (gnus-update-read-articles
         group (append gnus-newsgroup-unreads gnus-newsgroup-unselected))
        ;; Set the current article marks.
        (gnus-update-marks)
        ;; Don't do the cross-ref thing.
;        (when gnus-use-cross-reference
;          (gnus-mark-xrefs-as-read group headers gnus-newsgroup-unreads))
        ;; Do not switch windows but change the buffer to work. 
        (set-buffer gnus-group-buffer)
        (unless (gnus-ephemeral-group-p gnus-newsgroup-name)
          (gnus-group-update-group group))))))
--
		wrobert2@mailhost.tcs.tulane.edu
"The dew fell with a particularly sickening thud this morning." 
								-Rhonda Rubin
   <a href="http://studentweb.tulane.edu/~wrobert2/">Suika no homepage</a>


^ permalink raw reply	[flat|nested] 7+ messages in thread
* time delay on news groups?
@ 1996-12-12 20:53 Mark Eichin
  1996-12-12 22:00 ` David Moore
  0 siblings, 1 reply; 7+ messages in thread
From: Mark Eichin @ 1996-12-12 20:53 UTC (permalink / raw)


Has anyone come up with a way to configure gnus to not show news until
iit has been visible for some amount of time?  I'm thinking in terms
of making the spam-warfare out there more useful... if I delay reading
a message in an alt group until it's been there for 12 or maybe 36
hours, there's a fair chance that someone will have "retroactively
moderated" it if necessary.

It wouldn't make sense for all groups (for example, if I were actively
participating, instead of just lurking, I'd probably turn it off...)


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

end of thread, other threads:[~1996-12-16 13:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-12-12 22:37 time delay on news groups? St. Suika Fenderson Roberts
1996-12-12 23:07 ` summary buffer state dribbling (was Re: time delay on news groups?) David Moore
  -- strict thread matches above, loose matches on Subject: below --
1996-12-12 20:53 time delay on news groups? Mark Eichin
1996-12-12 22:00 ` David Moore
1996-12-13  7:37   ` Wesley.Hardaker
1996-12-13  8:33     ` David Moore
1996-12-16 13:04       ` Lars Magne Ingebrigtsen

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