From xemacs-m  Tue Sep 16 13:13:17 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id NAA13364
	for <xemacs-beta@xemacs.org>; Tue, 16 Sep 1997 13:13:17 -0500 (CDT)
Received: from Corp.Sun.COM ([129.145.35.78]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id LAA09727 for <xemacs-beta@xemacs.org>; Tue, 16 Sep 1997 11:12:51 -0700
Received: from legba.Corp.Sun.COM by Corp.Sun.COM (SMI-8.6/SMI-5.3)
	id LAA22363; Tue, 16 Sep 1997 11:12:47 -0700
Received: by legba.Corp.Sun.COM (SMI-8.6/SMI-SVR4)
	id LAA02799; Tue, 16 Sep 1997 11:12:50 -0700
To: xemacs-beta@xemacs.org
Subject: Re: gnus-summary-caesar-message [PATCH]
References: <bciwwkrfl98.fsf@corp.Sun.COM> <m2raay3q9u.fsf@altair.xemacs.org> <bcizpplcfh0.fsf@corp.Sun.COM> <m290x5vy22.fsf@altair.xemacs.org>
X-Attribution: GDF
Mail-Copies-To: never
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Gary.Foster@Corp.Sun.COM (Gary D. Foster)
Date: 16 Sep 1997 11:12:49 -0700
In-Reply-To: SL Baur's message of "10 Sep 1997 11:11:33 -0700"
Message-ID: <bcibu1tm8ke.fsf@corp.Sun.COM>
Lines: 51
X-Mailer: Gnus v5.5/XEmacs 20.3(beta20) - "Tirana"

>>>>> "sb" == SL Baur <steve@xemacs.org> writes:

    >> Is there something you'd like me to rip apart, then, in an
    >> effort to find out why this function is not getting replaced on
    >> my system?  I'll be happy to shred it to find it.

    sb> This has happened to me before in earlier incarnations of Gnus
    sb> and the problem was caused in my .gnus by loading lisp files
    sb> in the wrong order.

    sb> The first thing to do is to strip your .gnus down to a bare
    sb> minimum and see if the problem still occurs.  Pay particular
    sb> attention to files you are loading manually with `require' or
    sb> `load'.

I'm still getting the "Wrong type argument: integerp ?A" *plonk* when
trying rot-13 stuff with the new Gnus and Tirana.  I've isolated my
gnus setup to the following:

;;;;;;;;;;;;;;;;;;;;;
;; Gnus/bbdb stuff ;;
;;;;;;;;;;;;;;;;;;;;;

(load "mime-setup")

(setq bbdb-info-file "/usr/local/lib/xemacs/site-lisp/bbdb-1.51/bbdb.info")
(setq bbdb-always-add-addresses 'never)
(setq bbdb-offer-save 'just-do-it)
(setq bbdb-use-pop-up 't)
(setq bbdb-completion-display-record 'nil)
(setq gnus-bbdb-lisp-directory "/usr/local/lib/xemacs/site-lisp/bbdb-1.51")
(setq gnus-use-tm t)
(setq gnus-use-mhe 'nil)
(setq gnus-use-rmail 'nil)
(setq gnus-use-sendmail 'nil)
(setq gnus-use-vm 'nil)
(setq gnus-use-sc 'nil)
(setq gnus-use-mailcrypt t)
(setq gnus-use-bbdb t)
(setq gnus-use-september 'nil)
(setq gnus-use-nocem 'nil)
(load-library "gnus-setup")

and I also get the following evals, fwiw:

(featurep 'messagexmas) => t
(featurep 'gnus-xmas) => t

Does anyone see anything blatently wrong in this setup?

-- Gary F.

