Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-group-get-new-news for this one group
@ 2008-12-15  0:12 jidanni
  2008-12-15  0:30 ` Steven E. Harris
  0 siblings, 1 reply; 5+ messages in thread
From: jidanni @ 2008-12-15  0:12 UTC (permalink / raw)
  To: ding

g runs the command gnus-group-get-new-news

Which is however very inflexible. You see at the moment I'm just
interested in the vegiburger group. Why should I have to barf down all
data on all the other groups I'm subscribed to? I already read them,
and now I just want to see if there's anything new in the vegiburger
group in the last few minutes.

I would like to do "1 g" meaning "just do g on the next 1 groups", but
that ARG is already for something else.

> Just put the vegiburger group on a lower numbered level (S l runs the
> command gnus-group-set-current-level) then use g ARG.

What a lot of trouble just for a quick one-time get on one group.



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

* Re: gnus-group-get-new-news for this one group
  2008-12-15  0:12 gnus-group-get-new-news for this one group jidanni
@ 2008-12-15  0:30 ` Steven E. Harris
  2008-12-15  1:40   ` jidanni
  0 siblings, 1 reply; 5+ messages in thread
From: Steven E. Harris @ 2008-12-15  0:30 UTC (permalink / raw)
  To: ding

jidanni@jidanni.org writes:

> I would like to do "1 g" meaning "just do g on the next 1 groups", but
> that ARG is already for something else.

What about M-g?

,----
| M-g runs `gnus-topic-get-new-news-this-topic'
`----

When sitting on a group rather than a topic, it applies the operation to
that group only.

-- 
Steven E. Harris



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

* Re: gnus-group-get-new-news for this one group
  2008-12-15  0:30 ` Steven E. Harris
@ 2008-12-15  1:40   ` jidanni
  2008-12-15 17:01     ` Didier Verna
  0 siblings, 1 reply; 5+ messages in thread
From: jidanni @ 2008-12-15  1:40 UTC (permalink / raw)
  To: ding

SEH> What about M-g?
SEH> ,----
SEH> | M-g runs `gnus-topic-get-new-news-this-topic'
SEH> `----
You mean M-g runs the command gnus-group-get-new-news-this-group...
And it's exactly what I want!

Ah, yes there it is right on (info "(gnus)Scanning New Messages"), but
not mentioned at all in the (g runs the command)
gnus-group-get-new-news docstring. The g and M-g docstrings should
mention each other, next time we lesser users can find it easier.



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

* Re: gnus-group-get-new-news for this one group
  2008-12-15  1:40   ` jidanni
@ 2008-12-15 17:01     ` Didier Verna
  2008-12-15 23:36       ` Steinar Bang
  0 siblings, 1 reply; 5+ messages in thread
From: Didier Verna @ 2008-12-15 17:01 UTC (permalink / raw)
  To: jidanni; +Cc: ding

jidanni@jidanni.org wrote:

> SEH> What about M-g?
> SEH> ,----
> SEH> | M-g runs `gnus-topic-get-new-news-this-topic'
> SEH> `----
> You mean M-g runs the command gnus-group-get-new-news-this-group...
> And it's exactly what I want!
>
> Ah, yes there it is right on (info "(gnus)Scanning New Messages"), but
> not mentioned at all in the (g runs the command)
> gnus-group-get-new-news docstring. The g and M-g docstrings should
> mention each other, next time we lesser users can find it easier.

  M-g also has a very nice side effect: I have some nntp server
accessible via an ssh tunnel which sometimes has connection problems, so
I frequently end up with a "denied" server.

Hitting g in the group buffer skips denied servers. I would then have to
go to the server buffer, close and then reopen the denied server.
However, you can just move to one of this server's groups, and hit M-g
there. This will magically reopen the server in question.


There is still one deficiency related to M-g, which is actually more of
a global misdesign. I would like mails sources to be treated
independently from each other, and be able to open/close/deny individual
mail sources. This way I could also M-g on some mail groups and for
instance just get mail from my local server without trying to reopen
that currently unreachable pop account... unfortunately, that is not
possible.

-- 
Resistance is futile. You will be jazzimilated.

Scientific site:   http://www.lrde.epita.fr/~didier
Music (Jazz) site: http://www.didierverna.com

EPITA/LRDE, 14-16 rue Voltaire, 94276 Le Kremlin-Bicêtre, France
Tel. +33 (0)1 44 08 01 85       Fax. +33 (0)1 53 14 59 22



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

* Re: gnus-group-get-new-news for this one group
  2008-12-15 17:01     ` Didier Verna
@ 2008-12-15 23:36       ` Steinar Bang
  0 siblings, 0 replies; 5+ messages in thread
From: Steinar Bang @ 2008-12-15 23:36 UTC (permalink / raw)
  To: ding

>>>>> Didier Verna <didier@xemacs.org>:

>   M-g also has a very nice side effect: I have some nntp server
> accessible via an ssh tunnel which sometimes has connection problems,
> so I frequently end up with a "denied" server.

> Hitting g in the group buffer skips denied servers. I would then have
> to go to the server buffer, close and then reopen the denied server.
> However, you can just move to one of this server's groups, and hit M-g
> there. This will magically reopen the server in question.

Also M-g on a group can sometimes show some new articles that a plain g
doesn't make show up.  I've seen this happen for years, but I've never
gotten around to investigate why.




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

end of thread, other threads:[~2008-12-15 23:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-15  0:12 gnus-group-get-new-news for this one group jidanni
2008-12-15  0:30 ` Steven E. Harris
2008-12-15  1:40   ` jidanni
2008-12-15 17:01     ` Didier Verna
2008-12-15 23:36       ` Steinar Bang

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