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: Fri, 09 May 2008 17:30:52 +0200 Message-ID: <87tzh7v6j7.fsf@baldur.tsdh.de> References: <87d4o7d7cv.fsf@baldur.tsdh.de> <4823157B.30200@gnu.org> <87tzh83b8x.fsf@baldur.tsdh.de> 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 1210347099 30099 80.91.229.12 (9 May 2008 15:31:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 May 2008 15:31:39 +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 Fri May 09 17:32:15 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 1JuUZn-000067-30 for ged-emacs-devel@m.gmane.org; Fri, 09 May 2008 17:32:03 +0200 Original-Received: from localhost ([127.0.0.1]:56568 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JuUZ4-0005Ff-O3 for ged-emacs-devel@m.gmane.org; Fri, 09 May 2008 11:31:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JuUYo-0005AK-WC for emacs-devel@gnu.org; Fri, 09 May 2008 11:31:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JuUYn-00059b-Ay for emacs-devel@gnu.org; Fri, 09 May 2008 11:31:02 -0400 Original-Received: from [199.232.76.173] (port=38735 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JuUYn-00059W-2o for emacs-devel@gnu.org; Fri, 09 May 2008 11:31:01 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:51069) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JuUYm-0005LP-P4 for emacs-devel@gnu.org; Fri, 09 May 2008 11:31:00 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]:33547) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JuUY2-0006us-EV for emacs-pretest-bug@gnu.org; Fri, 09 May 2008 11:30:14 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JuUYi-0005L1-C4 for emacs-pretest-bug@gnu.org; Fri, 09 May 2008 11:31:00 -0400 Original-Received: from out2.smtp.messagingengine.com ([66.111.4.26]:37264) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JuUYi-0005Kt-5H; Fri, 09 May 2008 11:30:56 -0400 Original-Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id CC4BE106900; Fri, 9 May 2008 11:30:54 -0400 (EDT) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute2.internal (MEProxy); Fri, 09 May 2008 11:30:54 -0400 X-Sasl-enc: loQ9XagtAWvccguxpprD3zPbA47yDcjNjdxDeux9LvgY 1210347054 Original-Received: from baldur.tsdh.de (dslb-092-072-009-181.pools.arcor-ip.net [92.72.9.181]) by mail.messagingengine.com (Postfix) with ESMTPA id D0497293C6; Fri, 9 May 2008 11:30:53 -0400 (EDT) In-Reply-To: <87tzh83b8x.fsf@baldur.tsdh.de> (Tassilo Horn's message of "Thu, 08 May 2008 20:24:14 +0200") 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:96894 gmane.emacs.pretest.bugs:22234 Archived-At: Tassilo Horn 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-fac= e '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. Some short addition: When compiled without --disable-font-backend (insert (propertize "test=DC=C4=D6=FC=E4=F6=DFtest" 'font-lock-face 'bold= )) makes all chars bold when using Emacs.FontBackend: x Emacs.Font: -misc-fixed-medium-r-*-*-15-*-*-*-*-*-iso10646-1 in my ~/.Xdefaults, which is different from what you get with --disable-font-backend.=20 But for example in latex-mode when editing LaTeX files the text in \section{foo bar baz f=F6=F6 b=E4r b=E4z} is displayed in a bigger font (font-latex-sectioning-X-face), but again, the umlauts are not. The same applies to emacs compiled with --disable-font-backend. describe-face lists the correct faces, but what's actually displayed is the default face with only the foreground color of the sectioning face. Bye, Tassilo