From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Wheeler Newsgroups: gmane.emacs.devel Subject: Re: Display Unicode on Mac OS X? Date: Mon, 22 Mar 2004 19:55:10 -0800 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87ekrk70vw.fsf@mail.jurta.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1080014362 18963 80.91.224.253 (23 Mar 2004 03:59:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Mar 2004 03:59:22 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue Mar 23 04:59:07 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B5d4F-0008MG-00 for ; Tue, 23 Mar 2004 04:59:07 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B5d4F-0004o4-00 for ; Tue, 23 Mar 2004 04:59:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B5d1G-0003bC-4x for emacs-devel@quimby.gnus.org; Mon, 22 Mar 2004 22:56:02 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B5d13-0003Yv-Tx for emacs-devel@gnu.org; Mon, 22 Mar 2004 22:55:49 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B5d0X-0003QV-Oq for emacs-devel@gnu.org; Mon, 22 Mar 2004 22:55:48 -0500 Original-Received: from [216.254.0.204] (helo=mail4.speakeasy.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1B5d0X-0003QQ-Bh for emacs-devel@gnu.org; Mon, 22 Mar 2004 22:55:17 -0500 Original-Received: (qmail 358 invoked from network); 23 Mar 2004 03:55:12 -0000 Original-Received: from dsl092-190-153.sfo1.dsl.speakeasy.net (HELO [192.168.1.21]) (davidw@[66.92.190.153]) (envelope-sender ) by mail4.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 23 Mar 2004 03:55:12 -0000 In-Reply-To: <87ekrk70vw.fsf@mail.jurta.org> Original-To: emacs-devel@gnu.org X-Mailer: Apple Mail (2.613) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:20765 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20765 > DW> Hi All, > DW> I'm using Emacs 21.3.50.2 from CVS (compiled 2003-12-11) on Mac OS > X with > DW> the Carbon support. I'd like to be able to view Unicode (utf-8) > content, > DW> and use a font that supports it, but Emacs does not display most > Unicode > DW> characters (those that are > 255, it appears). This may be a FAQ, > but since > DW> Emacs from CVS doesn't have Mule anymore, I've been unable to > figure out > DW> how to get it to display the Unicode characters. > > DW> Any pointers or instructions would be greatly appreciated. > > Do you have something like (set-frame-font "fontset-mac") in your > .emacs? No. And adding it appears to make no difference. Regards, David