emacs-devel
[Top][All Lists]
Advanced

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

Re: 23.0.60; propertize looses :height


From: Chong Yidong
Subject: Re: 23.0.60; propertize looses :height
Date: Thu, 29 May 2008 14:41:08 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

"Lennart Borgman (gmail)" <address@hidden> writes:

> A :height property given to `propertize' is not always shown
> correctly. To see this start with
>
>   emacs -Q
>
> and paste the following in a new buffer
>
>   (progn
>     (insert (propertize
>              "Some text\n"
>              'face (list
>                     'bold
>                     :height 2.0
>                     :foreground "green")))
>     (insert (propertize
>              "Some text\n"
>              'face (list
>                     :height 2.0
>                     :foreground "red")))
>     )
>
> and evaluate it. The first line text will get the desired height, but
> the second will not.

I can't reproduce this.  Do you still encounter the problem?





reply via email to

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