From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Emacs chooses wrong bold font Date: Tue, 20 May 2008 18:42:14 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1211323448 18743 80.91.229.12 (20 May 2008 22:44:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 20 May 2008 22:44:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 21 00:44:45 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 1JyaZF-0004pt-2N for ged-emacs-devel@m.gmane.org; Wed, 21 May 2008 00:44:25 +0200 Original-Received: from localhost ([127.0.0.1]:36382 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyaYU-0001ag-Q3 for ged-emacs-devel@m.gmane.org; Tue, 20 May 2008 18:43:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JyaYQ-0001Zi-V9 for emacs-devel@gnu.org; Tue, 20 May 2008 18:43:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JyaYQ-0001YV-5C for emacs-devel@gnu.org; Tue, 20 May 2008 18:43:34 -0400 Original-Received: from [199.232.76.173] (port=33342 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyaYQ-0001YM-3T for emacs-devel@gnu.org; Tue, 20 May 2008 18:43:34 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:49550) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JyaYQ-0001WQ-73 for emacs-devel@gnu.org; Tue, 20 May 2008 18:43:34 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JyaX8-0002ck-5M; Tue, 20 May 2008 18:42:14 -0400 X-Spook: PET TELINT Security Council Clinton SP4 InfoSec NORAD X-Ran: ' 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:97462 Archived-At: Something in the latest round of font changes has messed up my bold fonts again. It appears to be this problem again: http://lists.gnu.org/archive/html/emacs-devel/2008-05/msg00017.html Namely, Emacs is overstriking rather than choosing a true bold font. C-u x = reports: default: -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1 (#x69) bold : -misc-fixed-medium-r-normal--15-140-75-75-c-90-iso8859-1 (#x6E) The bold font should be: -misc-fixed-bold-r-normal--15-140-75-75-c-90-iso8859-1 (#x70) In ~/.Xdefaults I have: Emacs.font: -misc-fixed-medium-r-normal--15-120-100-100-c-*-iso8859-1 Reverting fixes it: cvs up -D '20080519' font.h emacs.c Makefile.in font.c fontset.c xfaces.c