Gnus development mailing list
 help / color / mirror / Atom feed
* something changed in handling levels?
@ 2007-11-12  1:39 Dan Nicolaescu
  2007-11-12 23:43 ` Dan Nicolaescu
  0 siblings, 1 reply; 9+ messages in thread
From: Dan Nicolaescu @ 2007-11-12  1:39 UTC (permalink / raw)
  To: ding


I am using gnus from emacs CVS. I always set the level for the archive
groups to 6.
Now (probably after gnus was updated in emacs CVS) I cannot see my old
archive groups. If I edit ~/.newsrc.eld and change the level from 6 to
5 for any of the groups the group appears again.
I don't fiddle with the levels in .gnus.el or .emacs

Did anything about that level handling change?

Thanks

        --dan



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

* Re: something changed in handling levels?
  2007-11-12  1:39 something changed in handling levels? Dan Nicolaescu
@ 2007-11-12 23:43 ` Dan Nicolaescu
  2007-11-20 21:32   ` Reiner Steib
  0 siblings, 1 reply; 9+ messages in thread
From: Dan Nicolaescu @ 2007-11-12 23:43 UTC (permalink / raw)
  To: ding

Dan Nicolaescu <dann@ics.uci.edu> writes:

  > I am using gnus from emacs CVS. I always set the level for the archive
  > groups to 6.
  > Now (probably after gnus was updated in emacs CVS) I cannot see my old
  > archive groups. If I edit ~/.newsrc.eld and change the level from 6 to
  > 5 for any of the groups the group appears again.
 ^^^^^
Oops, typo, that should be 4. 

Archive groups seem to be considered foreign, foreign-level is set to 4
in gnus-get-unread-articles. The result is that archive groups with a
level >= 5 are not shown at all. 

This worked just fine in emacs-22.1. 

Can someone fix this please?

Thanks
        --dan



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

* Re: something changed in handling levels?
  2007-11-12 23:43 ` Dan Nicolaescu
@ 2007-11-20 21:32   ` Reiner Steib
  2007-11-20 22:26     ` Dan Nicolaescu
  2007-11-20 23:01     ` Katsumi Yamaoka
  0 siblings, 2 replies; 9+ messages in thread
From: Reiner Steib @ 2007-11-20 21:32 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: ding, Katsumi Yamaoka

On Tue, Nov 13 2007, Dan Nicolaescu wrote:

> Archive groups seem to be considered foreign, foreign-level is set to 4
> in gnus-get-unread-articles. The result is that archive groups with a
> level >= 5 are not shown at all. 
>
> This worked just fine in emacs-22.1. 

Does it work if you'd revert `gnus-get-unread-articles' to the version
in Emacs 22.1?

If so, it looks like an intended change.  Katsumi, could you explain,
please?

,----[ gnus-start.el ]
| revision 7.17
| date: 2004/05/21 04:03:38;  author: yamaoka;  state: Exp;  lines: +5 -3
| (gnus-get-unread-articles): Fix previous commit.
| ----------------------------
| revision 7.16
| date: 2004/05/21 00:34:56;  author: yamaoka;  state: Exp;  lines: +1 -1
| (gnus-get-unread-articles): Don't invalidate active for foreign groups even
|  if the group level is higher than the specified value.
| ----------------------------
| [...]
| ----------------------------
| revision 7.13
| date: 2004/05/19 01:00:08;  author: yamaoka;  state: Exp;  lines: +13 -11
| (gnus-get-unread-articles): Do nothing for foreign groups if the group level
|  is higher than the specified value.
`----

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/



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

* Re: something changed in handling levels?
  2007-11-20 21:32   ` Reiner Steib
@ 2007-11-20 22:26     ` Dan Nicolaescu
  2007-11-20 23:01     ` Katsumi Yamaoka
  1 sibling, 0 replies; 9+ messages in thread
From: Dan Nicolaescu @ 2007-11-20 22:26 UTC (permalink / raw)
  To: ding; +Cc: Katsumi Yamaoka

Reiner Steib <reinersteib+gmane@imap.cc> writes:

  > On Tue, Nov 13 2007, Dan Nicolaescu wrote:
  > 
  > > Archive groups seem to be considered foreign, foreign-level is set to 4
  > > in gnus-get-unread-articles. The result is that archive groups with a
  > > level >= 5 are not shown at all. 
  > >
  > > This worked just fine in emacs-22.1. 
  > 
  > Does it work if you'd revert `gnus-get-unread-articles' to the version
  > in Emacs 22.1?

Yes, it does.



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

* Re: something changed in handling levels?
  2007-11-20 21:32   ` Reiner Steib
  2007-11-20 22:26     ` Dan Nicolaescu
@ 2007-11-20 23:01     ` Katsumi Yamaoka
  2007-11-21  9:35       ` Katsumi Yamaoka
  1 sibling, 1 reply; 9+ messages in thread
From: Katsumi Yamaoka @ 2007-11-20 23:01 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: ding

>>>>> Reiner Steib wrote:

> If so, it looks like an intended change.  Katsumi, could you explain,
> please?

> ,----[ gnus-start.el ]
>| revision 7.17
>| date: 2004/05/21 04:03:38;  author: yamaoka;  state: Exp;  lines: +5 -3
>| (gnus-get-unread-articles): Fix previous commit.
>| ----------------------------
>| revision 7.16
>| date: 2004/05/21 00:34:56;  author: yamaoka;  state: Exp;  lines: +1 -1
>| (gnus-get-unread-articles): Don't invalidate active for foreign groups even
>|  if the group level is higher than the specified value.
>| ----------------------------
>| [...]
>| ----------------------------
>| revision 7.13
>| date: 2004/05/19 01:00:08;  author: yamaoka;  state: Exp;  lines: +13 -11
>| (gnus-get-unread-articles): Do nothing for foreign groups if the group level
>|  is higher than the specified value.
> `----

Sorry for my lazy response.  Those changes were for fixing a
problem brought by the new nntp marks feature:

http://news.gmane.org/group/gmane.emacs.gnus.general/thread=57281
The beginning article that is missing of this thread is here:
http://article.gmane.org/gmane.emacs.gnus.general/57281

I need time to know what it does and what is wrong...

Regards,



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

* Re: something changed in handling levels?
  2007-11-20 23:01     ` Katsumi Yamaoka
@ 2007-11-21  9:35       ` Katsumi Yamaoka
  2007-11-21 12:22         ` Katsumi Yamaoka
  0 siblings, 1 reply; 9+ messages in thread
From: Katsumi Yamaoka @ 2007-11-21  9:35 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: ding

>>>>> On Sun, 11 Nov, Dan Nicolaescu wrote:

> I am using gnus from emacs CVS. I always set the level for the archive
> groups to 6.
> Now (probably after gnus was updated in emacs CVS) I cannot see my old
> archive groups.

>>>>> Katsumi Yamaoka wrote:

> Sorry for my lazy response.  Those changes were for fixing a
> problem brought by the new nntp marks feature:

> http://news.gmane.org/group/gmane.emacs.gnus.general/thread=57281
> The beginning article that is missing of this thread is here:
> http://article.gmane.org/gmane.emacs.gnus.general/57281

> I need time to know what it does and what is wrong...

I've fixed it in the Gnus CVS trunk.  Now Gnus should check for
articles of which the group levels are <=6 for all the groups
unless a group level is specified as an argument (i.e. a prefix
argument that a user gives to the `gnus-group-get-new-news'
command or the `gnus' command).

Probably the bad thing I did 3.5 years ago was that I verified
the modified `gnus-get-unread-articles' function for only the
case where a user specifies a group level (I usually do it).
I'm sorry to trouble you all.

Regards,



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

* Re: something changed in handling levels?
  2007-11-21  9:35       ` Katsumi Yamaoka
@ 2007-11-21 12:22         ` Katsumi Yamaoka
  2007-11-21 23:38           ` Katsumi Yamaoka
  0 siblings, 1 reply; 9+ messages in thread
From: Katsumi Yamaoka @ 2007-11-21 12:22 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: ding

>>>>> Katsumi Yamaoka wrote:

> I've fixed it in the Gnus CVS trunk.

Er, it might be due to this change, now `l' (gnus-group-list-groups)
and `L' (gnus-group-list-all-groups) don't work.  I.e., groups of
which the group levels are higher than the one a user specified
to the `gnus' command as the argument (I usually use `M-1 M-x gnus'
or `M-2 M-x gnus' to start Gnus) never appear in the group buffer
with those commands.  I'm going to fix this problem ASAP.



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

* Re: something changed in handling levels?
  2007-11-21 12:22         ` Katsumi Yamaoka
@ 2007-11-21 23:38           ` Katsumi Yamaoka
  2007-12-07  6:05             ` Dan Nicolaescu
  0 siblings, 1 reply; 9+ messages in thread
From: Katsumi Yamaoka @ 2007-11-21 23:38 UTC (permalink / raw)
  To: Dan Nicolaescu; +Cc: ding

>>>>> Katsumi Yamaoka wrote:

>> I've fixed it in the Gnus CVS trunk.

> Er, it might be due to this change, now `l' (gnus-group-list-groups)
> and `L' (gnus-group-list-all-groups) don't work.

Fixed.



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

* Re: something changed in handling levels?
  2007-11-21 23:38           ` Katsumi Yamaoka
@ 2007-12-07  6:05             ` Dan Nicolaescu
  0 siblings, 0 replies; 9+ messages in thread
From: Dan Nicolaescu @ 2007-12-07  6:05 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: ding

Katsumi Yamaoka <yamaoka@jpl.org> writes:

  > >>>>> Katsumi Yamaoka wrote:
  > 
  > >> I've fixed it in the Gnus CVS trunk.
  > 
  > > Er, it might be due to this change, now `l' (gnus-group-list-groups)
  > > and `L' (gnus-group-list-all-groups) don't work.
  > 
  > Fixed.

Thanks, it works. (The Gnus CVS trunk was finally merged to emacs CVS
trunk so I was able to test this)



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

end of thread, other threads:[~2007-12-07  6:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-12  1:39 something changed in handling levels? Dan Nicolaescu
2007-11-12 23:43 ` Dan Nicolaescu
2007-11-20 21:32   ` Reiner Steib
2007-11-20 22:26     ` Dan Nicolaescu
2007-11-20 23:01     ` Katsumi Yamaoka
2007-11-21  9:35       ` Katsumi Yamaoka
2007-11-21 12:22         ` Katsumi Yamaoka
2007-11-21 23:38           ` Katsumi Yamaoka
2007-12-07  6:05             ` Dan Nicolaescu

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