all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: clinif <clinif@gmail.com>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: Vivek Dasmohapatra <vivek@etla.org>,
	bug-gnu-emacs@gnu.org, 648@emacsbugs.donarmstrong.com
Subject: bug#648: htmlize.el doesn't work fine
Date: Tue, 05 Aug 2008 18:26:17 +0800	[thread overview]
Message-ID: <48982AC9.6090508@gmail.com> (raw)
In-Reply-To: <48981AFF.1070809@gmail.com>

Lennart Borgman (gmail) 写道:
> Juanma Barranquero wrote:
>> On Tue, Aug 5, 2008 at 08:06, clinif <clin24@gmail.com> wrote:
>>
>>> 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.
>>
>> For the time being, you can patch your htmlize.el, changing one line
>> of htmlize-face-size, from
>>
>>       for f = face then (face-attribute f :inherit)
>>
>> to
>>
>>       for f = face then (or (face-attribute f :inherit) 'unspecified)
>
>
> Please also notice that htmlfontify.el was meant to be included in 
> Emacs. Vivek, what has happened with this?
Thank you very much, it works now!







  reply	other threads:[~2008-08-05 10:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-05  6:06 bug#648: htmlize.el doesn't work fine clinif
2008-08-05  8:52 ` Juanma Barranquero
2008-08-05  9:18   ` Lennart Borgman (gmail)
2008-08-05 10:26     ` clinif [this message]
2008-08-06 11:18     ` Vivek Dasmohapatra
2008-08-08 18:10   ` Stefan Monnier
2008-08-11 23:07     ` Juanma Barranquero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48982AC9.6090508@gmail.com \
    --to=clinif@gmail.com \
    --cc=648@emacsbugs.donarmstrong.com \
    --cc=bug-gnu-emacs@gnu.org \
    --cc=lekktu@gmail.com \
    --cc=vivek@etla.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.