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: Re: Font not found Date: Thu, 15 May 2008 12:27:46 +0000 (UTC) Message-ID: References: <48190539.4010508@gnu.org> <481AFB40.1050205@gnu.org> <481B16BE.7010608@gnu.org> <481DCC48.4040700@gnu.org> Reply-To: bob@rattlesnake.com NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1210854516 22630 80.91.229.12 (15 May 2008 12:28:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 May 2008 12:28:36 +0000 (UTC) Cc: emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 15 14:29:12 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 1Jwca7-0002nE-10 for ged-emacs-devel@m.gmane.org; Thu, 15 May 2008 14:29:11 +0200 Original-Received: from localhost ([127.0.0.1]:54091 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwcZN-0003kH-UC for ged-emacs-devel@m.gmane.org; Thu, 15 May 2008 08:28:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JwcZI-0003jo-RN for emacs-devel@gnu.org; Thu, 15 May 2008 08:28:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JwcZI-0003jF-0r for emacs-devel@gnu.org; Thu, 15 May 2008 08:28:20 -0400 Original-Received: from [199.232.76.173] (port=55076 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JwcZH-0003jC-L8 for emacs-devel@gnu.org; Thu, 15 May 2008 08:28:19 -0400 Original-Received: from cpe-69-204-130-115.nycap.res.rr.com ([69.204.130.115]:34493 helo=rattlesnake.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JwcZG-0002aS-VV for emacs-devel@gnu.org; Thu, 15 May 2008 08:28:19 -0400 Original-Received: by rattlesnake.com via sendmail from stdin id (Debian Smail3.2.0.115) Thu, 15 May 2008 12:27:46 +0000 (UTC) In-reply-to: (message from Kenichi Handa on Thu, 15 May 2008 12:39:07 +0900) 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:97201 Archived-At: I can't reproduce that problem. When I select 10x20, Emacs uses the font -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1 which is the same one opened by: % xfd -fn -misc-fixed-medium-r-normal--20-*-*-*-c-100-iso8859-1 I still cannot see the 10x20 font in Emacs. In your environment, which font the above command opens, xfd -fn -misc-fixed-medium-r-normal--20-*-*-*-c-100-iso8859-1 That command opens an X windows box with -Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO8859-1 in it. what is the result of this command? % xlsfonts -fn -misc-fixed-medium-r-normal--20-*-*-*-c-100-iso8859-1 $ xlsfonts -fn -misc-fixed-medium-r-normal--20-*-*-*-c-100-iso8859-1 -misc-fixed-medium-r-normal--20-140-100-100-c-100-iso8859-1 -misc-fixed-medium-r-normal--20-145-100-100-c-100-iso8859-1 -misc-fixed-medium-r-normal--20-145-100-100-c-100-iso8859-1 -misc-fixed-medium-r-normal--20-145-100-100-c-100-iso8859-1 -misc-fixed-medium-r-normal--20-145-100-100-c-100-iso8859-1 -misc-fixed-medium-r-normal--20-145-100-100-c-100-iso8859-1 -misc-fixed-medium-r-normal--20-145-100-100-c-100-iso8859-1 -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1 -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1 -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1 -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1 -misc-fixed-medium-r-normal--20-200-75-75-c-100-iso8859-1 In other words, the results were the same as before: Although mouse-set-font finds 15, 18, and 24 point fixed fonts in lisp/mouse.el in x-fixed-font-alist ("9x15" "-misc-fixed-medium-r-normal--15-*-*-*-c-90-iso8859-1" "9x15") ("11x18" "-misc-fixed-medium-r-normal--18-*-*-*-c-110-iso8859-1" "11x18") ("12x24" "-misc-fixed-medium-r-normal--24-*-*-*-c-120-iso8859-1" "12x24") it says `Font not found' for the 20 point font, as has happened before, even though x-fixed-font-alist in lisp/mouse.el says ("10x20" "-misc-fixed-medium-r-normal--20-*-*-*-c-100-iso8859-1" "10x20") However, in today's GNU Emacs CVS snapshot, Thu, 2008 May 15 11:10 UTC GNU Emacs 23.0.60.4 (i686-pc-linux-gnu, GTK+ Version 2.12.9) built with make in Debian (rebooted with yesterday's testing distribution) with kernel 2.6.22 with the same configuration as before ./configure --disable-font-backend --with-x --with-type1 --with-x-toolkit=gtk and started with emacs -Q -D --eval '(setq debug-on-error t)' The failure reported for the 10x20 font was Debugger entered--Lisp error: (error "Font not found") ad-Orig-signal(error ("Font not found")) signal(error ("Font not found")) ad-Orig-error("Font not found") apply(ad-Orig-error "Font not found") error("Font not found") mouse-set-font("-misc-fixed-medium-r-normal--20-*-*-*-c-100-iso8859-1" "10x20") call-interactively(mouse-set-font nil nil) -- Robert J. Chassell GnuPG Key ID: 004B4AC8 bob@rattlesnake.com bob@gnu.org http://www.rattlesnake.com http://www.teak.cc