bongo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bongo-devel] Error when using bongo and color-theme-select


From: Daniel Brockman
Subject: Re: [bongo-devel] Error when using bongo and color-theme-select
Date: Sun, 11 Feb 2007 03:06:09 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.51 (gnu/linux)

Well, the patch got munged.  Stupid DOS line endings.

*** old/color-theme.el  2007-01-05 11:30:11.000000000 +0100
--- new/color-theme.el  2007-02-11 02:57:31.000000000 +0100
***************
*** 755,763 ****
        ;; remove :inherit face from atts -- this assumes only one
        ;; :inherit attribute.
        (setq atts (delq ':inherit (delq face atts)))
!       (let ((more-atts (color-theme-spec-resolve-inheritance
!                       (color-theme-face-attr-construct
!                        face (selected-frame))))
            att val)
        (while more-atts
          (setq att (car more-atts)
--- 755,765 ----
        ;; remove :inherit face from atts -- this assumes only one
        ;; :inherit attribute.
        (setq atts (delq ':inherit (delq face atts)))
!       (let ((more-atts (mapcan (lambda (face)
!                                  (color-theme-spec-resolve-inheritance
!                                   (color-theme-face-attr-construct
!                                    face (selected-frame))))
!                                (if (listp face) face (list face))))
            att val)
        (while more-atts
          (setq att (car more-atts)
-- 
Daniel Brockman <address@hidden>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]