From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.60; propertize looses :height Date: Sun, 11 May 2008 12:06:35 +0200 Message-ID: <4826C52B.5060906@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1210500421 1144 80.91.229.12 (11 May 2008 10:07:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 May 2008 10:07:01 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 11 12:07:36 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 1Jv8Ss-0006Ag-9N for ged-emacs-devel@m.gmane.org; Sun, 11 May 2008 12:07:34 +0200 Original-Received: from localhost ([127.0.0.1]:37315 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jv8S9-0005KG-Pj for ged-emacs-devel@m.gmane.org; Sun, 11 May 2008 06:06:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jv8S6-0005KB-Fu for emacs-devel@gnu.org; Sun, 11 May 2008 06:06:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jv8S4-0005Jw-Qa for emacs-devel@gnu.org; Sun, 11 May 2008 06:06:46 -0400 Original-Received: from [199.232.76.173] (port=54067 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jv8S4-0005Jt-Ob for emacs-devel@gnu.org; Sun, 11 May 2008 06:06:44 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:50909) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jv8S4-00057n-52 for emacs-devel@gnu.org; Sun, 11 May 2008 06:06:44 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]:57123) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Jv8RF-0000yk-51 for emacs-pretest-bug@gnu.org; Sun, 11 May 2008 06:05:53 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Jv8Rz-00056W-K4 for emacs-pretest-bug@gnu.org; Sun, 11 May 2008 06:06:43 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]:38837) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jv8Rz-000566-94 for emacs-pretest-bug@gnu.org; Sun, 11 May 2008 06:06:39 -0400 Original-Received: from c83-254-150-27.bredband.comhem.se ([83.254.150.27]:64097 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1Jv8Rx-0008Rg-5Z for emacs-pretest-bug@gnu.org; Sun, 11 May 2008 12:06:37 +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 X-Antivirus: avast! (VPS 080510-0, 2008-05-10), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.150.27 X-Scan-Result: No virus found in message 1Jv8Rx-0008Rg-5Z. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1Jv8Rx-0008Rg-5Z a7dbe2826eac677310a44bc1ef7c7739 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:96964 gmane.emacs.pretest.bugs:22263 Archived-At: 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. In GNU Emacs 23.0.60.1 (i386-mingw-nt5.1.2600) of 2008-05-09 Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --no-opt --cflags -Ic:/g/include -fno-crossjumping'