From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney 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 16:00:11 +0100 Message-ID: <4823157B.30200@gnu.org> References: <87d4o7d7cv.fsf@baldur.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1210258848 22923 80.91.229.12 (8 May 2008 15:00:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 8 May 2008 15:00:48 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 08 17:01:20 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 1Ju7cP-0001ig-VL for ged-emacs-devel@m.gmane.org; Thu, 08 May 2008 17:01:14 +0200 Original-Received: from localhost ([127.0.0.1]:40432 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ju7bh-0000JI-Ld for ged-emacs-devel@m.gmane.org; Thu, 08 May 2008 11:00:29 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ju7bc-0000J0-TH for emacs-devel@gnu.org; Thu, 08 May 2008 11:00:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ju7bb-0000In-Au for emacs-devel@gnu.org; Thu, 08 May 2008 11:00:24 -0400 Original-Received: from [199.232.76.173] (port=60370 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ju7bb-0000Ik-56 for emacs-devel@gnu.org; Thu, 08 May 2008 11:00:23 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:41907) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ju7ba-0005uB-QF for emacs-devel@gnu.org; Thu, 08 May 2008 11:00:22 -0400 Original-Received: from mail.gnu.org ([199.232.76.166]:40148 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Ju7at-0000Cj-LQ for emacs-pretest-bug@gnu.org; Thu, 08 May 2008 10:59:39 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ju7bW-0005tb-D0 for emacs-pretest-bug@gnu.org; Thu, 08 May 2008 11:00:22 -0400 Original-Received: from mk-outboundfilter-5-a-2.mail.uk.tiscali.com ([212.74.114.4]:21286) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ju7bW-0005tH-1Q for emacs-pretest-bug@gnu.org; Thu, 08 May 2008 11:00:18 -0400 Original-X-Trace: 23710733/mk-outboundfilter-5.mail.uk.tiscali.com/F2S/$ACCEPTED/freedom2Surf-customers/83.67.23.108 X-SBRS: None X-RemoteIP: 83.67.23.108 X-IP-MAIL-FROM: jasonr@gnu.org X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqsEAB2yIkhTQxds/2dsb2JhbACBU6pC X-IP-Direction: IN Original-Received: from i-83-67-23-108.freedom2surf.net (HELO wanchan.jasonrumney.net) ([83.67.23.108]) by smtp.f2s.tiscali.co.uk with ESMTP; 08 May 2008 16:00:16 +0100 Original-Received: from [192.168.249.27] (chiko.jasonrumney.net [192.168.249.27]) by wanchan.jasonrumney.net (Postfix) with ESMTP id 6D0D31488; Thu, 8 May 2008 16:00:16 +0100 (BST) User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) In-Reply-To: <87d4o7d7cv.fsf@baldur.tsdh.de> X-Enigmail-Version: 0.95.6 OpenPGP: id=8086879D 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:96786 gmane.emacs.pretest.bugs:22218 Archived-At: Tassilo Horn wrote: > I use a very recent CVS checkout compiled with --disable-font-backend. > > (insert (propertize "testÜÄÖüäößtest" '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?