From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Magnus Henoch Newsgroups: gmane.emacs.devel Subject: Re: Central European/Cyrillic display support for Carbon Emacs Date: Fri, 03 Dec 2004 15:43:44 +0100 Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1102091911 6627 80.91.229.6 (3 Dec 2004 16:38:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Dec 2004 16:38:31 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 03 17:38:20 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CaGMD-0004iK-00 for ; Fri, 03 Dec 2004 17:32:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CaGVo-0002CN-5A for ged-emacs-devel@m.gmane.org; Fri, 03 Dec 2004 11:42:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CaGVh-0002CE-DL for emacs-devel@gnu.org; Fri, 03 Dec 2004 11:42:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CaGVg-0002Bu-PN for emacs-devel@gnu.org; Fri, 03 Dec 2004 11:42:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CaGVg-0002Bk-LY for emacs-devel@gnu.org; Fri, 03 Dec 2004 11:42:20 -0500 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CaGL7-00005O-K9 for emacs-devel@gnu.org; Fri, 03 Dec 2004 11:31:25 -0500 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CaGL6-0006On-00 for ; Fri, 03 Dec 2004 17:31:24 +0100 Original-Received: from h170n1fls23o1074.bredband.comhem.se ([213.67.239.170]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Dec 2004 17:31:24 +0100 Original-Received: from mange by h170n1fls23o1074.bredband.comhem.se with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Dec 2004 17:31:24 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 42 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: h170n1fls23o1074.bredband.comhem.se User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin) Cancel-Lock: sha1:x55LrwHgapikq+OjEGvVzgajjlw= 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: main.gmane.org gmane.emacs.devel:30638 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30638 YAMAMOTO Mitsuharu writes: > Recently, display support of Central European and Cyrillic characters > for Carbon Emacs (without ETL fonts) is added to CVS. These > characters are supposed to be displayed by one of the followings. > > 1. Using a predefined fontset "fontset-mac". > (set-frame-font "fontset-mac") This works for me. > 2. Creating a fontset from a Mac Roman font. > (set-frame-font > (create-fontset-from-mac-roman-font > "-apple-lucida sans typewriter-medium-r-normal--12-120-75-75-m-120-mac-roman") > I don't have that font, but substituting Monaco works. > 3. Extending an existing fontset. > (set-frame-font > (fontset-add-mac-fonts "SOME-EXISTING-FONTSET")) Didn't try that. > You can test it with `C-h h' or `M-x list-charset-chars RET > cyrillic-iso8859-5 RET'. > > Steven Tamm and I have exchanged emails about this feature, but these > characters are not displayed in his environment. We could not figure > out what's the difference, so I would like to ask Carbon Emacs users > to test whether this feature works or not. Please use -Q option > (e.g., `/Applications/Emacs.app/Contents/MacOS/Emacs -Q' from > Terminal.app) when invoking, and include the OS version together with > the primary language you chose when installing Mac OS X. I have Mac OS X 10.3.6, English version. Thanks a lot for this! Being able to read both Latin-1 and Cyrillic letters, instead of just seeing hollow boxes, is very nice. Magnus