* Rodrigo Ventura <yoda(a)isr.ist.utl.pt> writes:
 ================================================================
 Dear Bug Team! 
 I believe I found a bug in gnus-xmas.el that break gnus from
launching
 in text mode terminals. The error is something like "gnus-splash-face
 not found". 
 I fixed it with the following patch: 
 --- gnus-xmas.el~	2005-11-15 06:26:26.000000000 +0000
 +++ gnus-xmas.el	2005-12-30 19:36:46.000000000 +0000
 @@ -541,7 +541,7 @@
  	   (rest (- wheight pheight)))
        (insert (make-string (max 0 (* 2 (/ rest 3))) ?\n)))
      ;; Paint it.
 -    (put-text-property (point-min) (point-max) 'face 'gnus-splash-face)))
 +    (put-text-property (point-min) (point-max) 'face 'gnus-splash)))
    (setq modeline-buffer-identification
  	(list (concat gnus-version ": *Group*")))
    (set-buffer-modified-p t)) 
This patch is all good.  Thanks very much, Rodrigo, I'll include this
in my next sync with upstream (planned for later tonight if all goes
well). 
-- 
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
|                 I am Dyslexic of Borg.                   | 
|    Fusistance is retile. Your arse will be laminated.    |
|------------------------------------<steve(a)sxemacs.org>---|