From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: YAMAMOTO Mitsuharu Newsgroups: gmane.emacs.devel Subject: Re: Special Characters on Mac Emacs Date: Fri, 25 Mar 2005 15:48:19 +0900 Organization: Faculty of Science, Chiba University Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1111733624 25353 80.91.229.2 (25 Mar 2005 06:53:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Mar 2005 06:53:44 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 25 07:53:44 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DEihM-0007eC-MD for ged-emacs-devel@m.gmane.org; Fri, 25 Mar 2005 07:53:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DEiwn-0000ct-Cl for ged-emacs-devel@m.gmane.org; Fri, 25 Mar 2005 02:09:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DEive-0008G3-Ej for emacs-devel@gnu.org; Fri, 25 Mar 2005 02:08:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DEivb-0008ED-Rd for emacs-devel@gnu.org; Fri, 25 Mar 2005 02:08:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DEivb-0008Dh-MG for emacs-devel@gnu.org; Fri, 25 Mar 2005 02:08:19 -0500 Original-Received: from [133.82.132.2] (helo=mathmail.math.s.chiba-u.ac.jp) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DEicI-0007Od-QL for emacs-devel@gnu.org; Fri, 25 Mar 2005 01:48:23 -0500 Original-Received: from church.math.s.chiba-u.ac.jp (church [133.82.132.36]) by mathmail.math.s.chiba-u.ac.jp (Postfix) with ESMTP id 5CD941A62D3; Fri, 25 Mar 2005 15:48:19 +0900 (JST) Original-To: =?ISO-8859-15?Q?S=E9bastien?= Kirche In-Reply-To: User-Agent: Wanderlust/2.12.2 (99 Luftballons) SEMI/1.14.6 (Maruoka) FLIM/1.14.6 (Marutamachi) APEL/10.6 Emacs/22.0.50 (sparc-sun-solaris2.8) 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 X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:35129 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35129 >>>>> On Thu, 24 Mar 2005 13:50:02 +0100, S=C3=A9bastien Kirche said: > - following your example M-: (set-frame-font > (create-fontset-from-mac-roman-font > "-apple-monaco-medium-r-normal--9-90-75-75-m-90-mac-roman")) > I can see that the frame briefly flashes then it redisplays with the > etl font. I couldn't reproduce (even after installing ETL fonts from http://members.shaw.ca/akochoi-emacs/stories/resources.html). If you tried without -Q option, could you try again with it? Also, could you show the result of (describe-font-set "fontset-mac_roman_9") ? > I also added the custom-set-variables for > face-font-registry-alternatives as you advised. No, no. I didn't recommend that. What I wanted to say is: - The create-fontset-from-fontset-spec example introduces wrong glyph. - There is an easier way to do without messing up create-fontset-from-fontset-spec entries *if you don't care about wrong glyph*. > I have noticed formerly that some characters displays correctly > (euro, eastern Europe languages) but many fail in the range > 2500-33ff and display instead some Cyrillic. I suppose no characters in mule-unicode-2500-33ff is accessible from QuickDraw Text API that Carbon Emacs is currently using for drawing text, at least when using with bundled fonts. > Could you give an example of a full fontset definition ? I'm not quite sure what you mean by "a full fontset definition". Anyway, the font setting in my ~/.emacs is as follows. (when (eq window-system 'mac) (add-to-list 'default-frame-alist `(font . ,(create-fontset-from-mac-roman-font "-apple-lucida sans t= ypewriter-medium-r-normal--10-100-75-75-m-100-mac-roman"))) (setq face-font-rescale-alist '(("^-apple-.*-jisx02" . 1.2))) (set-fontset-font "fontset-default" 'japanese-jisx0208 '("=E3=83=92=E3=83=A9=E3=82=AE=E3=83=8E=E8=A7=92=E3=82=B4*" . "jisx02= 08.*")) (set-fontset-font "fontset-default" 'katakana-jisx0201 '("=E3=83=92=E3=83=A9=E3=82=AE=E3=83=8E=E8=A7=92=E3=82=B4*" . "jisx02= 01.*"))) YAMAMOTO Mitsuharu mituharu@math.s.chiba-u.ac.jp