Gnus development mailing list
 help / color / mirror / Atom feed
From: Jake Colman <colman@ppllc.com>
To: ding@gnus.org
Subject: gnus-registry-install issue
Date: Thu, 03 Apr 2008 11:59:45 -0400	[thread overview]
Message-ID: <76bq4rdj4e.fsf@dev-d01.ppllc.com> (raw)


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




             reply	other threads:[~2008-04-03 15:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-03 15:59 Jake Colman [this message]
2008-04-08 17:43 ` Jake Colman
2008-04-08 21:28   ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=76bq4rdj4e.fsf@dev-d01.ppllc.com \
    --to=colman@ppllc.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).