From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Pango-like font fallback (was Re: Russian numero sign) Date: Mon, 05 Jun 2006 21:56:15 +0900 Message-ID: References: <200602191431.36541.pogonyshev@gmx.net> <200603082016.37147.pogonyshev@gmx.net> <200606041356.41617.pogonyshev@gmx.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1149512227 4477 80.91.229.2 (5 Jun 2006 12:57:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Jun 2006 12:57:07 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 05 14:57:03 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FnEdQ-0007sB-LP for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 14:56:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnEdQ-00056i-8s for ged-emacs-devel@m.gmane.org; Mon, 05 Jun 2006 08:56:44 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FnEdE-000544-4E for emacs-devel@gnu.org; Mon, 05 Jun 2006 08:56:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FnEdA-00050U-8Q for emacs-devel@gnu.org; Mon, 05 Jun 2006 08:56:30 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FnEdA-00050G-2p for emacs-devel@gnu.org; Mon, 05 Jun 2006 08:56:28 -0400 Original-Received: from [150.29.246.133] (helo=mx1.aist.go.jp) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FnEkI-0001Bh-NF for emacs-devel@gnu.org; Mon, 05 Jun 2006 09:03:51 -0400 Original-Received: from smtp4.aist.go.jp ([150.29.246.12]) by mx1.aist.go.jp with ESMTP id k55CuLWc013216; Mon, 5 Jun 2006 21:56:21 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id k55CuKQU010464; Mon, 5 Jun 2006 21:56:20 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 3.36 #1 (Debian)) id 1FnEcx-00055v-00; Mon, 05 Jun 2006 21:56:15 +0900 Original-To: Paul Pogonyshev In-reply-to: <200606041356.41617.pogonyshev@gmx.net> (message from Paul Pogonyshev on Sun, 4 Jun 2006 13:56:41 +0300) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/22.0.50 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI) 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:55703 Archived-At: In article <200606041356.41617.pogonyshev@gmx.net>, Paul Pogonyshev writes: >> (1) In your .emacs: >> >> (create-fontset-from-fontset-spec >> "-cronyx-courier-medium-r-normal--17-*-*-*-m-*-fontset-cronyx17, >> ascii:-cronyx-courier-medium-r-normal--17-*-*-*-m-*-iso10646-1") > Maybe too late to answer, but I solved it by adding the code above > and > (setq default-frame-alist > (cons (cons 'font > "-cronyx-courier-medium-r-normal--17-*-*-*-m-*-iso10646-1") > default-frame-alist)) > in my `.emacs'. Do you mean that the methods I suggested didn't work? --- Kenichi Handa handa@m17n.org