Gnus development mailing list
 help / color / mirror / Atom feed
* Archived messages marked as expirable?
@ 2001-03-03 20:31 Samuel Padgett
  2001-03-03 20:50 ` ShengHuo ZHU
  2001-03-05 11:31 ` Didier Verna
  0 siblings, 2 replies; 14+ messages in thread
From: Samuel Padgett @ 2001-03-03 20:31 UTC (permalink / raw)


I have the following in my .gnus file:

(setq gnus-auto-expirable-newsgroups "list\\..*")
(setq gnus-inews-mark-gcc-as-read t)    ; New in oGnus

When I respond to messages in auto-expirable groups, however, the
archived message is marked as expirable, not read.  Is this a bug?
How do I prevent this?  I'm running oGnus v0.01.

Thanks!

Sam
-- 
Never test for an error condition you don't know how to handle.
		-- Steinbach



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

* Re: Archived messages marked as expirable?
  2001-03-03 20:31 Archived messages marked as expirable? Samuel Padgett
@ 2001-03-03 20:50 ` ShengHuo ZHU
  2001-03-03 21:13   ` Samuel Padgett
  2001-03-05 11:31 ` Didier Verna
  1 sibling, 1 reply; 14+ messages in thread
From: ShengHuo ZHU @ 2001-03-03 20:50 UTC (permalink / raw)


Samuel Padgett <sam@harpo.homeip.net> writes:

> I have the following in my .gnus file:
> 
> (setq gnus-auto-expirable-newsgroups "list\\..*")
> (setq gnus-inews-mark-gcc-as-read t)    ; New in oGnus
> 
> When I respond to messages in auto-expirable groups, however, the
> archived message is marked as expirable, not read.  Is this a bug?
> How do I prevent this?  I'm running oGnus v0.01.

If the Gcc group is auto-expirable, it is a feature.  Otherwise, it is
a bug.

ShengHuo



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

* Re: Archived messages marked as expirable?
  2001-03-03 20:50 ` ShengHuo ZHU
@ 2001-03-03 21:13   ` Samuel Padgett
  2001-03-03 21:24     ` Samuel Padgett
  0 siblings, 1 reply; 14+ messages in thread
From: Samuel Padgett @ 2001-03-03 21:13 UTC (permalink / raw)


ShengHuo ZHU <zsh@cs.rochester.edu> writes:

> > When I respond to messages in auto-expirable groups, however, the
> > archived message is marked as expirable, not read.  Is this a bug?
> > How do I prevent this?  I'm running oGnus v0.01.
> 
> If the Gcc group is auto-expirable, it is a feature.  Otherwise, it is
> a bug.

The Gcc group is not auto-expirable, and not all archived messages are
being marked as expirable.  As far as I can tell, this only happens
for messages I post from within an auto-expirable group using `a' or
replies to messages from auto-expirable groups.  I can recreate this
behavior consistently.

Any other debugging information I can give you?

Sam
-- 
Never test for an error condition you don't know how to handle.
		-- Steinbach



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

* Re: Archived messages marked as expirable?
  2001-03-03 21:13   ` Samuel Padgett
@ 2001-03-03 21:24     ` Samuel Padgett
  0 siblings, 0 replies; 14+ messages in thread
From: Samuel Padgett @ 2001-03-03 21:24 UTC (permalink / raw)


Samuel Padgett <sam@harpo.homeip.net> writes:

> I can recreate this behavior consistently.

Oddly, I can no longer recreate the problem.  Hm.

Sam
-- 
Never test for an error condition you don't know how to handle.
		-- Steinbach



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

* Re: Archived messages marked as expirable?
  2001-03-03 20:31 Archived messages marked as expirable? Samuel Padgett
  2001-03-03 20:50 ` ShengHuo ZHU
@ 2001-03-05 11:31 ` Didier Verna
  2001-03-05 12:04   ` Kai Großjohann
  1 sibling, 1 reply; 14+ messages in thread
From: Didier Verna @ 2001-03-05 11:31 UTC (permalink / raw)
  Cc: ding

Samuel Padgett <sam@harpo.homeip.net> wrote:

> (setq gnus-inews-mark-gcc-as-read t)    ; New in oGnus

        What does the `inews' part stand for ?

-- 
    /     /   _   _       Didier Verna       http://www.lrde.epita.fr/~didier
 - / / - / / /_/ /        EPITA / LRDE         mailto:didier@lrde.epita.fr
/_/ / /_/ / /__ /      14-16 rue Voltaire        Tel. +33 (1) 53 14 59 47
                   94276 Kremlin-Bicêtre cedex   Fax. +33 (1) 44 08 01 99



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

* Re: Archived messages marked as expirable?
  2001-03-05 11:31 ` Didier Verna
@ 2001-03-05 12:04   ` Kai Großjohann
  2001-03-05 14:29     ` Didier Verna
  0 siblings, 1 reply; 14+ messages in thread
From: Kai Großjohann @ 2001-03-05 12:04 UTC (permalink / raw)
  Cc: ding

On 05 Mar 2001, Didier Verna wrote:

>         What does the `inews' part stand for ?

inews is a program for sending news postings.  It's part of INN, I
think (a news server software).  Somehow, this name leaked into a few
Gnus functions and variables that have to do with sending postings.

kai
-- 
Be indiscrete.  Do it continuously.



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

* Re: Archived messages marked as expirable?
  2001-03-05 12:04   ` Kai Großjohann
@ 2001-03-05 14:29     ` Didier Verna
  2001-03-05 14:48       ` Kai Großjohann
  0 siblings, 1 reply; 14+ messages in thread
From: Didier Verna @ 2001-03-05 14:29 UTC (permalink / raw)
  Cc: Samuel Padgett, ding

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) wrote:

> On 05 Mar 2001, Didier Verna wrote:
> 
> >         What does the `inews' part stand for ?
> 
> inews is a program for sending news postings.  It's part of INN, I
> think (a news server software).  Somehow, this name leaked into a few
> Gnus functions and variables that have to do with sending postings.

        That's bad. In that case, the `inews' middle-fix is irrelevant.

-- 
    /     /   _   _       Didier Verna       http://www.lrde.epita.fr/~didier
 - / / - / / /_/ /        EPITA / LRDE         mailto:didier@lrde.epita.fr
/_/ / /_/ / /__ /      14-16 rue Voltaire        Tel. +33 (1) 53 14 59 47
                   94276 Kremlin-Bicêtre cedex   Fax. +33 (1) 44 08 01 99



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

* Re: Archived messages marked as expirable?
  2001-03-05 14:29     ` Didier Verna
@ 2001-03-05 14:48       ` Kai Großjohann
  2001-03-05 15:12         ` Didier Verna
  2001-03-06 22:36         ` complete feeds for gnu.emacs.*? Bill White
  0 siblings, 2 replies; 14+ messages in thread
From: Kai Großjohann @ 2001-03-05 14:48 UTC (permalink / raw)
  Cc: ding

On 05 Mar 2001, Didier Verna wrote:

> That's bad. In that case, the `inews' middle-fix is irrelevant.

Well.  Hm.  It might be strange, but there is a middle-fix for the
group buffer, for the summary buffer, and so on, so why not a
middle-fix for sending?

Maybe it should be renamed gnus-send-mark-gcc-as-unread or suchlike...

kai
-- 
Be indiscrete.  Do it continuously.



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

* Re: Archived messages marked as expirable?
  2001-03-05 14:48       ` Kai Großjohann
@ 2001-03-05 15:12         ` Didier Verna
  2001-03-06 22:36         ` complete feeds for gnu.emacs.*? Bill White
  1 sibling, 0 replies; 14+ messages in thread
From: Didier Verna @ 2001-03-05 15:12 UTC (permalink / raw)
  Cc: Samuel Padgett, ding

Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) wrote:

> Maybe it should be renamed gnus-send-mark-gcc-as-unread or suchlike...

        A middle-fix of -archive- would make more sense to me...

-- 
    /     /   _   _       Didier Verna       http://www.lrde.epita.fr/~didier
 - / / - / / /_/ /        EPITA / LRDE         mailto:didier@lrde.epita.fr
/_/ / /_/ / /__ /      14-16 rue Voltaire        Tel. +33 (1) 53 14 59 47
                   94276 Kremlin-Bicêtre cedex   Fax. +33 (1) 44 08 01 99



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

* complete feeds for gnu.emacs.*?
  2001-03-05 14:48       ` Kai Großjohann
  2001-03-05 15:12         ` Didier Verna
@ 2001-03-06 22:36         ` Bill White
  2001-03-07 13:28           ` Charles Sebold
  2001-12-31  1:25           ` Lars Magne Ingebrigtsen
  1 sibling, 2 replies; 14+ messages in thread
From: Bill White @ 2001-03-06 22:36 UTC (permalink / raw)


Over at quimby there's a complete feed of gnu.emacs.gnus.  Is there
someplace I can get similar complete feeds of the other gnu.emacs.*
groups?  Maybe someone could set that up on quimby?

"Obsessive-compulsive in Illinois",

bw
-- 
Bill White . billw@wolfram.com . http://members.wri.com/billw
"No ma'am, we're musicians."


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

* Re: complete feeds for gnu.emacs.*?
  2001-03-06 22:36         ` complete feeds for gnu.emacs.*? Bill White
@ 2001-03-07 13:28           ` Charles Sebold
  2001-12-31  1:25           ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 14+ messages in thread
From: Charles Sebold @ 2001-03-07 13:28 UTC (permalink / raw)


On 11 Adar 5761, Bill White wrote:

> Over at quimby there's a complete feed of gnu.emacs.gnus.  Is there
> someplace I can get similar complete feeds of the other gnu.emacs.*
> groups?  Maybe someone could set that up on quimby?

It would be nice, but...

This server seems slow enough as it is (I get gnu.emacs.gnus and
gnus.ding here) sometimes.  I doubt it could handle the inevitable
future load of becoming a public nntp server for gnu.emacs.*.

It's a shame gnu.org can't operate one to handle all the
gnu. newsgroups.  But considering how the "bidirectional gateway" works
for gnu.emacs.help maybe it's a good thing they're not trying.  *smiles*

(I realize that complaining doesn't help.  I will be making financial
contributions to FSF and so on when it is possible.  If I wasn't paying
for bandwidth by the MB/day, I would do this myself.)
-- 
Charles Sebold
Random Answer to a Gnus Very Frequently Asked Question:
 To see old posts, enter the group with C-u RET from the *Groups* buffer.
--
12th of Adar, 5761
--
Marketing - where the rubber meets the sky.


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

* Re: complete feeds for gnu.emacs.*?
  2001-03-06 22:36         ` complete feeds for gnu.emacs.*? Bill White
  2001-03-07 13:28           ` Charles Sebold
@ 2001-12-31  1:25           ` Lars Magne Ingebrigtsen
  2001-12-31  1:46             ` Lars Magne Ingebrigtsen
  1 sibling, 1 reply; 14+ messages in thread
From: Lars Magne Ingebrigtsen @ 2001-12-31  1:25 UTC (permalink / raw)


Bill White <billw@wolfram.com> writes:

> Over at quimby there's a complete feed of gnu.emacs.gnus.  Is there
> someplace I can get similar complete feeds of the other gnu.emacs.*
> groups?  Maybe someone could set that up on quimby?

That's a nice idea, so I've just created all the groups on Quimby.
But I had a look around on the log files and I discovered that the
only site that feeds me is news.oche.de, and it only feeds me
gnu.emacs.gnus.  (Well -- I think so.  The log says that Quimby is
refusing some articles from oche, but it doesn't say why.)

And I also discovered that Quimby wasn't feeding any other sites.  Not
even oche.  So I've set that up again, and it seems to be working OK.
Only it seems that oche is now the only site that will accept articles
from Quimby.  :-/

So -- could somebody make oche feed Quimby gnu.*?  And could somebody
else also peer with me?  One single peer is at least one too few. 

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

* Re: complete feeds for gnu.emacs.*?
  2001-12-31  1:25           ` Lars Magne Ingebrigtsen
@ 2001-12-31  1:46             ` Lars Magne Ingebrigtsen
  2002-01-02 20:18               ` Chris Beggy
  0 siblings, 1 reply; 14+ messages in thread
From: Lars Magne Ingebrigtsen @ 2001-12-31  1:46 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> So -- could somebody make oche feed Quimby gnu.*?  And could somebody
> else also peer with me?  One single peer is at least one too few. 

I read the logs a bit closer, and it seems as if the University of
Oslo is also feeding Quimby articles, so that seems OK.  But I still
need a complete gnu.* feed.

-- 
(domestic pets only, the antidote for overdose, milk.)
   larsi@gnus.org * Lars Magne Ingebrigtsen



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

* Re: complete feeds for gnu.emacs.*?
  2001-12-31  1:46             ` Lars Magne Ingebrigtsen
@ 2002-01-02 20:18               ` Chris Beggy
  0 siblings, 0 replies; 14+ messages in thread
From: Chris Beggy @ 2002-01-02 20:18 UTC (permalink / raw)


Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
>
>> So -- could somebody make oche feed Quimby gnu.*?  And could somebody
>> else also peer with me?  One single peer is at least one too few. 
>
> I read the logs a bit closer, and it seems as if the University of
> Oslo is also feeding Quimby articles, so that seems OK.  But I still
> need a complete gnu.* feed.

I'd like to peer.  I'll send our peering info along.

Chris




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

end of thread, other threads:[~2002-01-02 20:18 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-03-03 20:31 Archived messages marked as expirable? Samuel Padgett
2001-03-03 20:50 ` ShengHuo ZHU
2001-03-03 21:13   ` Samuel Padgett
2001-03-03 21:24     ` Samuel Padgett
2001-03-05 11:31 ` Didier Verna
2001-03-05 12:04   ` Kai Großjohann
2001-03-05 14:29     ` Didier Verna
2001-03-05 14:48       ` Kai Großjohann
2001-03-05 15:12         ` Didier Verna
2001-03-06 22:36         ` complete feeds for gnu.emacs.*? Bill White
2001-03-07 13:28           ` Charles Sebold
2001-12-31  1:25           ` Lars Magne Ingebrigtsen
2001-12-31  1:46             ` Lars Magne Ingebrigtsen
2002-01-02 20:18               ` Chris Beggy

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