From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Steve Purcell Newsgroups: gmane.emacs.bugs Subject: bug#11450: 24.1.50; NS regression: fallback font used even when glyph available in primary font Date: Wed, 5 Sep 2012 14:38:50 +0100 Message-ID: <04B0147D-5C8A-4111-A4E3-3C03FA5BC849@sanityinc.com> References: <560758A9-61C8-4A4D-B873-FD3B412A0E79@sanityinc.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1486\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1346852353 11832 80.91.229.3 (5 Sep 2012 13:39:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Sep 2012 13:39:13 +0000 (UTC) Cc: alptekin.aker@gmail.com, 11450@debbugs.gnu.org To: David Leatherman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Sep 05 15:39:13 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1T9Fp2-000828-JN for geb-bug-gnu-emacs@m.gmane.org; Wed, 05 Sep 2012 15:39:12 +0200 Original-Received: from localhost ([::1]:56341 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9Foz-0004C6-N2 for geb-bug-gnu-emacs@m.gmane.org; Wed, 05 Sep 2012 09:39:09 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9Fow-0004Be-0D for bug-gnu-emacs@gnu.org; Wed, 05 Sep 2012 09:39:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T9Fom-0007e5-Fp for bug-gnu-emacs@gnu.org; Wed, 05 Sep 2012 09:39:05 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:58546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T9Fom-0007dq-CC for bug-gnu-emacs@gnu.org; Wed, 05 Sep 2012 09:38:56 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1T9Fos-0008Gi-C2 for bug-gnu-emacs@gnu.org; Wed, 05 Sep 2012 09:39:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Steve Purcell Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 05 Sep 2012 13:39:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11450 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11450-submit@debbugs.gnu.org id=B11450.134685234031776 (code B ref 11450); Wed, 05 Sep 2012 13:39:02 +0000 Original-Received: (at 11450) by debbugs.gnu.org; 5 Sep 2012 13:39:00 +0000 Original-Received: from localhost ([127.0.0.1]:39859 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T9Foq-0008GT-Fx for submit@debbugs.gnu.org; Wed, 05 Sep 2012 09:39:00 -0400 Original-Received: from h1189701.stratoserver.net ([85.214.32.38]:40830) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1T9Fom-0008GJ-Tq for 11450@debbugs.gnu.org; Wed, 05 Sep 2012 09:38:58 -0400 Original-Received: from [192.168.1.100] (host81-155-75-11.range81-155.btcentralplus.com [81.155.75.11]) by h1189701.stratoserver.net (Postfix) with ESMTPSA id 4D59EACC001; Wed, 5 Sep 2012 15:38:48 +0200 (CEST) In-Reply-To: X-Mailer: Apple Mail (2.1486) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:63764 Archived-At: Hah! I think I made progress. I believe the commit to which you (David) = referred is basically helpful, in that it more correctly catalogues the = various character ranges. On a whim, I tried adding a "set-fontset-font" call to my usual font = setup, as shown below: (set-fontset-font "fontset-default" 'symbol "PragmataPro") (set-face-attribute 'default nil :foundry "apple" :family = "PragmataPro" :height 140) And that actually causes Emacs to use the default font for both the = "GREEK SMALL LETTER LAMDA" and "EMPTY SET" characters.=20 I guess that in the absence of this line, Emacs asks the system for a = font which supports the "symbol" character range, without first trying = the default font. As for why Menlo works like this out of the box and the other fonts = don't, that's still a mystery to me. -Steve=