[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#648: htmlize.el doesn't work fine
From: |
Stefan Monnier |
Subject: |
bug#648: htmlize.el doesn't work fine |
Date: |
Fri, 08 Aug 2008 14:10:51 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) |
>> Debugger entered--Lisp error: (error "Invalid face")
>> internal-get-lisp-face-attribute(nil :height nil)
>> face-attribute(nil :height)
> In Emacs 23.X,
> (face-attribute 'default :inherit) => nil
> while in Emacs 22.X,
> (face-attribute 'default :inherit) => unspecified
> I'm not sure whether that's a bug, but it is an incompatible change.
It does look like a bug in htmlize: the `inherit' property is supposed
to hold a list of faces, so nil is a perfectly valid value there (it's
the empty list).
Stefan