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: Re: font-backend branch Date: Thu, 01 May 2008 03:28:05 -0400 Message-ID: <29ve1y4h6i.fsf@fencepost.gnu.org> References: <33y76u7k75.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209631611 10604 80.91.229.12 (1 May 2008 08:46:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 May 2008 08:46:51 +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 01 10:47:28 2008 connect(): Connection refused 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 1JrURp-0004mS-9M for ged-emacs-devel@m.gmane.org; Thu, 01 May 2008 10:47:25 +0200 Original-Received: from localhost ([127.0.0.1]:33816 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrUR8-0007Z3-66 for ged-emacs-devel@m.gmane.org; Thu, 01 May 2008 04:46:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JrUPj-00076n-93 for emacs-devel@gnu.org; Thu, 01 May 2008 04:45:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JrUPb-0006xw-Sd for emacs-devel@gnu.org; Thu, 01 May 2008 04:45:11 -0400 Original-Received: from [199.232.76.173] (port=37100 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrUPX-0006xl-6C for emacs-devel@gnu.org; Thu, 01 May 2008 04:45:03 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JrUPW-0002QP-Nc for emacs-devel@gnu.org; Thu, 01 May 2008 04:45:02 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JrTD3-0007zw-Ii; Thu, 01 May 2008 03:28:05 -0400 X-Spook: Saudi Arabia Panama War on Terrorism Marxist secure X-Ran: SZu/B!9/nhNf-%}=xw%Ot>M,n,E4h\"9qj9=j<'U=4S4a$j^NSduKiZI!Y&o]J0'TFKiOI X-Hue: magenta X-Attribution: GM In-Reply-To: (Kenichi Handa's message of "Thu, 01 May 2008 16:21:02 +0900") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:96271 Archived-At: Kenichi Handa wrote: > Please show the results of C-u C-x = on the character of > default face and on the questionable characters. Default face: character: l (108, #o154, #x6c) preferred charset: ascii (ASCII (ISO646 IRV)) code point: 0x6C syntax: w which means: word category: a:ASCII graphic characters 32-126 (ISO646 IRV:1983[4/0]) l:Latin r:Japanese roman buffer code: #x6C file code: not encodable by coding system iso-latin-1-unix display: by this font (glyph code) -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1 (#x6C) Bold face: character: p (112, #o160, #x70) preferred charset: ascii (ASCII (ISO646 IRV)) code point: 0x70 syntax: w which means: word category: a:ASCII graphic characters 32-126 (ISO646 IRV:1983[4/0]) l:Latin r:Japanese roman buffer code: #x70 file code: not encodable by coding system iso-latin-1-unix display: by this font (glyph code) -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso8859-1 (#x70) In Emacs 22, the default face has: display: by this font (glyph code) -Misc-Fixed-Medium-R-Normal--14-130-75-75-C-70-ISO8859-1 (#x65) and the bold face has: display: by this font (glyph code) -Misc-Fixed-Bold-R-Normal--14-130-75-75-C-70-ISO8859-1 (#x6D)