Gnus development mailing list
 help / color / mirror / Atom feed
* gnus
@ 1996-08-17 20:49 Michael Graff
  1996-08-17 22:56 ` gnus Sudish Joseph
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Graff @ 1996-08-17 20:49 UTC (permalink / raw)



Greetings.

It would be so nice that for foreign nntp servers it were possible to say
``don't check the active file, just this one group''

The command to look for new groups could still fetch the file, but the
day to day reading shouldn't need to fetch the whole file.

One group -- yes, only one -- is on the other end of a slow pipe.

--Michael


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

* Re: gnus
  1996-08-17 20:49 gnus Michael Graff
@ 1996-08-17 22:56 ` Sudish Joseph
  0 siblings, 0 replies; 4+ messages in thread
From: Sudish Joseph @ 1996-08-17 22:56 UTC (permalink / raw)


In article <v6g25lhh1q.fsf@kechara.flame.org>,
Michael Graff <explorer@flame.org> writes:
> It would be so nice that for foreign nntp servers it were possible to say
> ``don't check the active file, just this one group''

> The command to look for new groups could still fetch the file, but the
> day to day reading shouldn't need to fetch the whole file.

> One group -- yes, only one -- is on the other end of a slow pipe.

Group levels are perfect for this.  Set that group to level 5
(assuming you have your normal groups at 3) and start gnus with
something like this:

(defun sj/gnus (&optional level)
  "Wrapper for gnus.  Uses level 3 by default."
  (interactive "P")
  (gnus (or level 3)))
(defun sj/gnus-just-mail (&optional level)
  "Start gnus at level 2.  Ie., just mail groups."
  (interactive "P")
  (gnus (or level 2)))
(global-set-key "\C-cn" 'sj/gnus)
(global-set-key "\C-cN" 'sj/gnus-just-mail)

Levels are very useful over slow links.  You can set rarely read
groups to higher levels to speed startup and use M-g to refresh them
when you do wish to visit them.

-Sudish


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

* Re: GNUS...
  1997-01-30 11:19   ` GNUS Per Persson
@ 1997-01-30 14:36     ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 1997-01-30 14:36 UTC (permalink / raw)


Per Persson <pp@swip.net> writes:

> Is someone currently hacking on this?

Not that I know of.

> My guess is that it should be a part of the Group Parameters
> thingiebob now, no? This seems like the most sensible thing to me. 

I guess...

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Ingebrigtsen


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

* Re: GNUS...
       [not found] ` <m2zpxs7yp6.fsf@proletcult.slip.ifi.uio.no>
@ 1997-01-30 11:19   ` Per Persson
  1997-01-30 14:36     ` GNUS Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Per Persson @ 1997-01-30 11:19 UTC (permalink / raw)
  Cc: ding

gnus-bug@ifi.uio.no (Lars Magne Ingebrigtsen) writes:

> > Why did you people strip out gnus-postings-styles from GNUS? It was
> > the single most useful thing, I thought, in GNUS.
> 
> It'll make its return in the next version of Gnus.

Is someone currently hacking on this? If not, I think I'm interested
in doing it myself (it's a function I want, so damn if it doesn't work
they way I want it to. ;-)

My guess is that it should be a part of the Group Parameters
thingiebob now, no? This seems like the most sensible thing to me. 

--pp
http://sno.pp.se/~pp/


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

end of thread, other threads:[~1997-01-30 14:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-08-17 20:49 gnus Michael Graff
1996-08-17 22:56 ` gnus Sudish Joseph
     [not found] <iv4gkuup.fsf@swip.net>
     [not found] ` <m2zpxs7yp6.fsf@proletcult.slip.ifi.uio.no>
1997-01-30 11:19   ` GNUS Per Persson
1997-01-30 14:36     ` GNUS 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).