From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Novodvorsky Newsgroups: gmane.emacs.devel Subject: Re: fonts in carbon emacs Date: Sun, 03 Jul 2005 17:25:05 +0400 Organization: World Reintoxication Project Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1120398062 21532 80.91.229.2 (3 Jul 2005 13:41:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 3 Jul 2005 13:41:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 03 15:40:52 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dp4hb-00073t-K9 for ged-emacs-devel@m.gmane.org; Sun, 03 Jul 2005 15:40:08 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dp4il-0005St-EY for ged-emacs-devel@m.gmane.org; Sun, 03 Jul 2005 09:41:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dp4cH-0002d9-Ar for emacs-devel@gnu.org; Sun, 03 Jul 2005 09:34:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dp4c1-0002Sw-KL for emacs-devel@gnu.org; Sun, 03 Jul 2005 09:34:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dp4by-0002O3-V1 for emacs-devel@gnu.org; Sun, 03 Jul 2005 09:34:19 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1Dp4ZZ-0007SM-4K for emacs-devel@gnu.org; Sun, 03 Jul 2005 09:31:49 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Dp4TZ-0005mG-62 for emacs-devel@gnu.org; Sun, 03 Jul 2005 15:25:37 +0200 Original-Received: from ppp83-237-57-128.pppoe.mtu-net.ru ([83.237.57.128]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Jul 2005 15:25:37 +0200 Original-Received: from nidd by ppp83-237-57-128.pppoe.mtu-net.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Jul 2005 15:25:37 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ppp83-237-57-128.pppoe.mtu-net.ru Mail-Copies-To: never User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (darwin) Cancel-Lock: sha1:0aETjLchHTSGpzLmH1YVQia4b78= 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:40211 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40211 >>>>> On Sun, 03 Jul 2005 21:15:42 +0900 >>>>> "YM" == YAMAMOTO Mitsuharu wrote: YM> YM> http://lists.gnu.org/archive/html/emacs-pretest-bug/2005-06/msg00547.html. YM> As for the "tons of wrong glyphs" problem, I think that's due to a YM> misuse of the function, rather than a bug. The function YM> create-fontset-from-fontset-spec is suitable only for the case that YM> all the characters in a single charset are displayed with a single YM> font. But that's not the case for fonts in Mac encodings. Could you please tell me, where's the problem with mac encodings? isn't latin-1 is subset of mac-roman and iso-8859-5 is subset of mac-cyrillic? Again, is advice written here http://lists.gnu.org/archive/html/emacs-devel/2005-07/msg00197.html is "officialy wrong"? Peter.