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

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