Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-registry-install issue
@ 2008-04-03 15:59 Jake Colman
  2008-04-08 17:43 ` Jake Colman
  0 siblings, 1 reply; 3+ messages in thread
From: Jake Colman @ 2008-04-03 15:59 UTC (permalink / raw)
  To: ding


I have just upgraded to the latest Gnus snapshot and I am having
problems with the feature for gnus-registry-install.

My .gnus has the following configuration:

======================================

(gnus-registry-initialize)

(setq gnus-registry-use-long-group-names nil)
(setq gnus-registry-max-entries nil)
;;(setq gnus-registry-track-extra (quote (subject sender)))

(setq gnus-registry-unfollowed-groups 
      (append '(
                "Archive/"
                ) gnus-registry-unfollowed-groups))

======================================

I replaced

(gnus-registry-initialize)

with 

(setq gnus-registry-install t)

thinking that the gnus-registry will then initialize itself.  When I do
that, the 

(setq gnus-registry-unfollowed-groups 
      (append '(
                "Archive/"
                ) gnus-registry-unfollowed-groups))

statement fails since gnus-registry-unfollowed-groups is not yet
defined.  What is the recommended way for me to make this work?

In the meantime, I have simpled added 

(setq gnus-registry-install t)

prior to calling

(gnus-registry-initialize)

Thanks.

...Jake

-- 
Jake Colman
Director of Software Development
Principia Partners LLC
101 West Elm Street
Suite 620
Conshohocken, PA  19428
+1 (610) 755-9786
www.principiapartners.com




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

* Re: gnus-registry-install issue
  2008-04-03 15:59 gnus-registry-install issue Jake Colman
@ 2008-04-08 17:43 ` Jake Colman
  2008-04-08 21:28   ` Ted Zlatanov
  0 siblings, 1 reply; 3+ messages in thread
From: Jake Colman @ 2008-04-08 17:43 UTC (permalink / raw)
  To: ding

>>>>> "Jake" == Jake Colman <colman@ppllc.com> writes:

   Jake> I have just upgraded to the latest Gnus snapshot and I am
   Jake> having problems with the feature for gnus-registry-install.

   Jake> My .gnus has the following configuration:

   Jake> ======================================

   Jake> (gnus-registry-initialize)

   Jake> (setq gnus-registry-use-long-group-names nil)
   Jake> (setq gnus-registry-max-entries nil)
   Jake> ;;(setq gnus-registry-track-extra (quote (subject sender)))

   Jake> (setq gnus-registry-unfollowed-groups 
   Jake>       (append '(
   Jake>                 "Archive/"
   Jake>                 ) gnus-registry-unfollowed-groups))

   Jake> ======================================

   Jake> I replaced

   Jake> (gnus-registry-initialize)

   Jake> with 

   Jake> (setq gnus-registry-install t)

   Jake> thinking that the gnus-registry will then initialize itself.
   Jake> When I do that, the

   Jake> (setq gnus-registry-unfollowed-groups 
   Jake>       (append '(
   Jake>                 "Archive/"
   Jake>                 ) gnus-registry-unfollowed-groups))

   Jake> statement fails since gnus-registry-unfollowed-groups is not
   Jake> yet defined.  What is the recommended way for me to make this
   Jake> work?

   Jake> In the meantime, I have simpled added 

   Jake> (setq gnus-registry-install t)

   Jake> prior to calling

   Jake> (gnus-registry-initialize)

   Jake> Thanks.

   Jake> ...Jake


It's been a few days so I thought I'd post the problem again.

Thanks.

...Jake

-- 
Jake Colman
Director of Software Development
Principia Partners LLC
101 West Elm Street
Suite 620
Conshohocken, PA  19428
+1 (610) 755-9786
www.principiapartners.com




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

* Re: gnus-registry-install issue
  2008-04-08 17:43 ` Jake Colman
@ 2008-04-08 21:28   ` Ted Zlatanov
  0 siblings, 0 replies; 3+ messages in thread
From: Ted Zlatanov @ 2008-04-08 21:28 UTC (permalink / raw)
  To: Jake Colman; +Cc: ding

On Tue, 08 Apr 2008 13:43:52 -0400 Jake Colman <colman@ppllc.com> wrote: 

>>>>>> "Jake" == Jake Colman <colman@ppllc.com> writes:
Jake> I have just upgraded to the latest Gnus snapshot and I am
Jake> having problems with the feature for gnus-registry-install.
...
Jake> I replaced
Jake> (gnus-registry-initialize)
Jake> with 
Jake> (setq gnus-registry-install t)
Jake> thinking that the gnus-registry will then initialize itself.

Fixed in CVS.  Thanks for reporting it.

Jake> It's been a few days so I thought I'd post the problem again.

Generally there's no need for that in a few days.  1+ weeks is the usual
threshold where you know a Gnus developer is either cut off from the net
(got married, arrested, etc.), too busy at work, or too sick to type :)

Ted



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

end of thread, other threads:[~2008-04-08 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-03 15:59 gnus-registry-install issue Jake Colman
2008-04-08 17:43 ` Jake Colman
2008-04-08 21:28   ` Ted Zlatanov

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