Your message dated Sat, 17 May 2014 15:30:38 -0700 (PDT) with message-id <[email protected]> and subject line Re: Bug#48987 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 ---The cited code works without error in the latest Emacs 24.3.
--- End Message ---

