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: Lennart Borgman (gmail)
Subject: Re: 23.0.60; propertize looses :height
Date: Thu, 29 May 2008 22:01:05 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666

Chong Yidong wrote:
"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?

Thanks, no it seems to be gone now.




reply via email to

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