From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: [d.love@dl.ac.uk: x-font-family-list gives incomplete results] Date: Wed, 22 Jan 2003 04:59:33 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1043230106 5345 80.91.224.249 (22 Jan 2003 10:08:26 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 22 Jan 2003 10:08:26 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18bHo1-0001O5-00 for ; Wed, 22 Jan 2003 11:08:25 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18bHpj-0007yj-00 for ; Wed, 22 Jan 2003 11:10:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18bHoX-0000Et-00 for emacs-devel@quimby.gnus.org; Wed, 22 Jan 2003 05:08:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18bHo2-0000D3-00 for emacs-devel@gnu.org; Wed, 22 Jan 2003 05:08:26 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18bHo0-0000Bp-00 for emacs-devel@gnu.org; Wed, 22 Jan 2003 05:08:25 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18bHfS-0004Fs-00 for emacs-devel@gnu.org; Wed, 22 Jan 2003 04:59:34 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18bHfR-0002Pm-00; Wed, 22 Jan 2003 04:59:33 -0500 Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:10971 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:10971 This seems like an important issue, so I am forwarding the message here. ------- Start of forwarded message ------- To: bug-gnu-emacs@gnu.org From: Dave Love Date: 20 Jan 2003 18:32:46 +0000 Subject: x-font-family-list gives incomplete results Sender: bug-gnu-emacs-bounces+rms=gnu.org@gnu.org `x-font-family-list' misses a lot, specifically fonts which are suitable for offering the user as the default. E.g. on a Debian stable system I have this: (x-font-family-list) => (("clean" . t) ("clearlyu") ("clearlyu alternate glyphs") ("clearlyu arabic extra") ("clearlyu ligature") ("clearlyu pua") ("fangsong ti" . t) ("fixed" . t) ("gothic" . t) ("mincho" . t) ("newspaper") ("nil" . t) ("open look cursor") ("open look glyph") ("song ti" . t) ("unifont" . t)) (face-font 'default) => "-B&H-LucidaTypewriter-Medium-R-Normal-Sans-12-120-75-75-M-70-ISO8859-1" Note that the lucidatypewriter I'm actually using isn't listed and I have 64 families according to xfontsel. The code implementing this looks superficially correct to me. Am I missing something? _______________________________________________ Bug-gnu-emacs mailing list Bug-gnu-emacs@gnu.org http://mail.gnu.org/mailman/listinfo/bug-gnu-emacs ------- End of forwarded message -------