[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bug fix for display property of the form ((height 0.5))
From: |
Chong Yidong |
Subject: |
Re: bug fix for display property of the form ((height 0.5)) |
Date: |
Tue, 28 Jul 2009 10:58:19 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.96 (gnu/linux) |
Kenichi Handa <address@hidden> writes:
> I've just installed the attached fix for the trunk to fix
> the problem of something like this doesn't work.
>
> (insert (propertize "abc" 'display '((height 0.5))))
>
> Should I install it for the branch too?
On second thought, the fix looks extremely safe, since only one place in
the code calls face_with_height.
I see that you checked it into the branch already; thanks.