From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; propertize looses :height Date: Thu, 29 May 2008 14:41:08 -0400 Message-ID: <87k5hd54xn.fsf@stupidchicken.com> References: <4826C52B.5060906@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212086762 11335 80.91.229.12 (29 May 2008 18:46:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 29 May 2008 18:46:02 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 29 20:46:44 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K1n8y-0006xG-Mk for ged-emacs-devel@m.gmane.org; Thu, 29 May 2008 20:46:32 +0200 Original-Received: from localhost ([127.0.0.1]:42493 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1n8D-0002am-2y for ged-emacs-devel@m.gmane.org; Thu, 29 May 2008 14:45:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K1n88-0002aa-HV for emacs-devel@gnu.org; Thu, 29 May 2008 14:45:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K1n87-0002aG-2m for emacs-devel@gnu.org; Thu, 29 May 2008 14:45:39 -0400 Original-Received: from [199.232.76.173] (port=42365 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K1n86-0002aD-Ua for emacs-devel@gnu.org; Thu, 29 May 2008 14:45:38 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:35127 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K1n86-0002ts-Ev for emacs-devel@gnu.org; Thu, 29 May 2008 14:45:38 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K1n82-0004PC-F3 for emacs-devel@gnu.org; Thu, 29 May 2008 18:45:34 +0000 Original-Received: from cyd.mit.edu ([18.115.2.24]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 May 2008 18:45:34 +0000 Original-Received: from cyd by cyd.mit.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 29 May 2008 18:45:34 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cyd.mit.edu User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:HL04vFXcacTLwkkYOmKizqEY0bg= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98009 gmane.emacs.pretest.bugs:22489 Archived-At: "Lennart Borgman (gmail)" 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?