From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Robert J. Chassell" Newsgroups: gmane.emacs.devel Subject: 23.0.60; font fails Date: Sat, 16 Feb 2008 13:35:56 +0000 (UTC) Message-ID: Reply-To: bob@rattlesnake.com NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1203169015 32668 80.91.229.12 (16 Feb 2008 13:36:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 16 Feb 2008 13:36:55 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 16 14:37:16 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 1JQNE9-0004ws-5O for ged-emacs-devel@m.gmane.org; Sat, 16 Feb 2008 14:37:13 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQNDf-00047C-0T for ged-emacs-devel@m.gmane.org; Sat, 16 Feb 2008 08:36:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JQNDa-00044z-Jd for emacs-devel@gnu.org; Sat, 16 Feb 2008 08:36:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JQNDa-000448-0a for emacs-devel@gnu.org; Sat, 16 Feb 2008 08:36:38 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQNDZ-00043p-Mr for emacs-devel@gnu.org; Sat, 16 Feb 2008 08:36:37 -0500 Original-Received: from cpe-69-204-130-115.nycap.res.rr.com ([69.204.130.115] helo=rattlesnake.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JQNDZ-0005Qv-CB for emacs-devel@gnu.org; Sat, 16 Feb 2008 08:36:37 -0500 Original-Received: by rattlesnake.com via sendmail from stdin id (Debian Smail3.2.0.115) Sat, 16 Feb 2008 13:35:56 +0000 (UTC) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 1) 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:89245 Archived-At: In GNU Emacs 23.0.60, a visible-to-users font fails. In the `Misc' sub menu, mouse-set-font () works for two fonts, 9x15 and 11x18, that surround 10x20 but fails for 10x20 itself. GNU Emacs reports mouse-set-font: Font not found Currently, this is to say, in this morning's CVS snapshot (as well as in the past), x-fixed-font-alist has ("9x15" "-misc-fixed-medium-r-normal--15-*-*-*-c-90-iso8859-1" "9x15") ("10x20" "-misc-fixed-medium-r-normal--20-*-*-*-c-100-iso8859-1" "10x20") ("11x18" "-misc-fixed-medium-r-normal--18-*-*-*-c-110-iso8859-1" "11x18") although the -Misc-Fixed-Medium-R-Normal--15-140-75-75-C-90-ISO8859-1 which I see on an instance of Emacs 23.0.50 from before the merge is now -Misc-Fixed-Medium-R-Normal--15-140-75-75-C-90-ISO10646-1 with ISO10646 rather than ISO8859 and -Misc-Fixed-Medium-R-Normal--18-170-75-75-C-90-ISO8859-1 which I see on an instance of Emacs 23.0.50 from before the merge is now -Misc-Fixed-Medium-R-Normal--13-120-75-75-C-80-ISO10646-1 with both ISO10646 rather than ISO8859 and a height of 13, not 18. i.e. -Misc-Fixed-Medium-R-Normal--15-140-75-75-C-90-ISO8859-1 --> -Misc-Fixed-Medium-R-Normal--15-140-75-75-C-90-ISO10646-1 and -Misc-Fixed-Medium-R-Normal--18-170-75-75-C-90-ISO8859-1 --> -Misc-Fixed-Medium-R-Normal--13-120-75-75-C-80-ISO10646-1 even though the ISO8859 fonts are in x-fixed-font-alist Today's GNU Emacs CVS snapshot, Sat, 2008 Feb 16 11:04 UTC GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.5) built by evaluating (progn (cd "/usr/local/src/emacs/") (compile "time ./configure --with-x --with-type1 --with-x-toolkit=gtk \ --prefix=/usr/local --with-sound=yes --enable-font-backend && \ make clean && \ time make bootstrap")) and started with /usr/local/src/emacs/src/emacs -Q -D -- Robert J. Chassell GnuPG Key ID: 004B4AC8 bob@rattlesnake.com bob@gnu.org http://www.rattlesnake.com http://www.teak.cc