Your message dated Thu, 23 Jan 2014 04:17:43 +0000
with message-id <[email protected]>
and subject line Closing old emacs21 bugs
has caused the Debian Bug report #48987,
regarding Bug or incompatibility with previous face.el version?
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
48987: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=48987
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: emacs20-el
Version: 20.4-1

I have the following in . emacs file that worked nice until
this morning upgrade. Now I have an error at the ===========> 
that says Wrong type argument: internal-facep, my-group-face-1.

Note that the problem is that the gnus doc syas to make this
and it worked until this morning...

---------------------------------------------------------------
(autoload 'gnus "gnus" "Read network news." t)
(autoload 'gnus-post-news "gnuspost" "Post a news." t)



(face-spec-set 'my-group-face-1                         <================
               '((t (:foreground "Red" :bold t))))
(face-spec-set 'my-group-face-2
               '((t (:foreground "SeaGreen" :bold t))))
(face-spec-set 'my-group-face-3
               '((t (:foreground "SpringGreen" :bold t))))
(face-spec-set 'my-group-face-4
               '((t (:foreground "SteelBlue" :bold t))))
(face-spec-set 'my-group-face-5
               '((t (:foreground "SkyBlue" :bold t))))

(defun my_gnus_startup_hook ()
(setq gnus-group-highlight
      '(((> unread 200) . my-group-face-1)
        ((and (< level 3) (zerop unread)) . my-group-face-2)
        ((< level 3) . my-group-face-3)
        ((zerop unread) . my-group-face-4)
        (t . my-group-face-5))))

--------------------------------------------------------------


-- 
   __                 
  /  `                          Eric Valette
 /--   __  o _.                 Canon CRF - Communication Dept
(___, / (_(_(__                 Rue de la touche lambert
                                35517 Cesson-Sevigne  Cedex
                                FRANCE
Tel: +33 (0)2 99 87 68 91       Fax: +33 (0)2 99 84 11 30
E-mail: [email protected]    http://www.crf.canon.fr

--- End Message ---
--- Begin Message ---
Hi! I'm closing this bug, since it affected emacs21, and the current
version is 23. If you still encounter this problem, please feel free to
re-open it and move it to the appropriate package, or ask me to do it.

 Solveig

--- End Message ---

Reply via email to