From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; Umlaut chars with 'face property set to 'bold aren't displayed in bold with --disable-font-backend Date: Thu, 08 May 2008 20:24:14 +0200 Message-ID: <87tzh83b8x.fsf@baldur.tsdh.de> References: <87d4o7d7cv.fsf@baldur.tsdh.de> <4823157B.30200@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1210271071 4584 80.91.229.12 (8 May 2008 18:24:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 May 2008 18:24:31 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 08 20:25:06 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 1JuAnf-0005rE-VP for ged-emacs-devel@m.gmane.org; Thu, 08 May 2008 20:25:04 +0200 Original-Received: from localhost ([127.0.0.1]:43014 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JuAmx-0005hn-Jn for ged-emacs-devel@m.gmane.org; Thu, 08 May 2008 14:24:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JuAmt-0005g7-BV for emacs-devel@gnu.org; Thu, 08 May 2008 14:24:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JuAmr-0005f1-MP for emacs-devel@gnu.org; Thu, 08 May 2008 14:24:15 -0400 Original-Received: from [199.232.76.173] (port=45748 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JuAmr-0005eu-JY for emacs-devel@gnu.org; Thu, 08 May 2008 14:24:13 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:55873) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JuAmr-0004na-D2 for emacs-devel@gnu.org; Thu, 08 May 2008 14:24:13 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]:53575) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JuAm9-0007aE-Oa for emacs-pretest-bug@gnu.org; Thu, 08 May 2008 14:23:29 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JuAmo-0004nK-QQ for emacs-pretest-bug@gnu.org; Thu, 08 May 2008 14:24:13 -0400 Original-Received: from out2.smtp.messagingengine.com ([66.111.4.26]:57421) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JuAmo-0004nG-J3; Thu, 08 May 2008 14:24:10 -0400 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 3A675106F0F; Thu, 8 May 2008 14:24:10 -0400 (EDT) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Thu, 08 May 2008 14:24:10 -0400 X-Sasl-enc: TR+hKUTZ5GrKcU6Eh3eFjKlfH7pvdCspm0t5iwG1bPcn 1210271049 Original-Received: from baldur.tsdh.de (p54AF1B80.dip0.t-ipconnect.de [84.175.27.128]) by mail.messagingengine.com (Postfix) with ESMTPA id E86FDC45D; Thu, 8 May 2008 14:24:08 -0400 (EDT) In-Reply-To: <4823157B.30200@gnu.org> (Jason Rumney's message of "Thu, 08 May 2008 16:00:11 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:96808 gmane.emacs.pretest.bugs:22225 Archived-At: Jason Rumney writes: >> I use a very recent CVS checkout compiled with --disable-font-backend. >> >> (insert (propertize "test=DC=C4=D6=FC=E4=F6=DFtest" 'font-lock-face= 'bold)) >> >> The umlauts between the "test"s won't be displayed in bold, although >> the misc-fixed font contains bold versions of all those chars. > > Can you reproduce this without compiling with --disable-font-backend, > or in Emacs 22? When compiling without --disable-font-backend all chars are bold. Bye, Tassilo