From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: videoxfer Newsgroups: gmane.emacs.help Subject: Re: Emacs on OS X - configuration package Date: Tue, 02 Mar 2004 12:30:11 GMT Organization: Comcast Online Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <20040227213744639+0000@news.eircom.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1078246009 2610 80.91.224.253 (2 Mar 2004 16:46:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Mar 2004 16:46:49 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 02 17:46:36 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AyD2R-0008Dq-00 for ; Tue, 02 Mar 2004 17:46:35 +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 1AyCzz-0005Jv-1L for geh-help-gnu-emacs@m.gmane.org; Tue, 02 Mar 2004 11:44:03 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn51feed!worldnet.att.net!attbi_s51.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: slrn/0.9.8.0 (Darwin) Original-Lines: 30 Original-NNTP-Posting-Host: 66.31.41.137 Original-X-Complaints-To: abuse@comcast.net Original-X-Trace: attbi_s51 1078230610 66.31.41.137 (Tue, 02 Mar 2004 12:30:10 GMT) Original-NNTP-Posting-Date: Tue, 02 Mar 2004 12:30:10 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:121427 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:17382 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17382 On 2004-03-01, David Steuber wrote: >> True. You _can_ still enter many accented latin1-specific characters >> with the option key even if option is bound to meta. For instance I >> can use opt-u in the usual mac way to enter ü, ö etc. In fact I just >> did. But as you say, you can't get at everything this way, for >> instance I can't use opt-s to enter ß (I did insert-ss to enter that >> one). > > I am seeing blocks/rectangles (default glyphs?) rather than proper > charcter glyphs in my Carbon Emacs build. Is there a way for me to > fix that? These are the possibly relevant things in my .emacs: (set-terminal-coding-system 'iso-8859-1) (setq mac-keyboard-text-encoding kTextEncodingISOLatin1) (create-fontset-from-fontset-spec "-apple-monaco-medium-r-normal--10-*-*-*-*-*-fontset-monaco, ascii:-apple-monaco-medium-r-normal--10-100-75-75-m-100-mac-roman, latin-iso8859-1:-apple-monaco-medium-r-normal--10-100-75-75-m-100-mac-roman") ;; Only the font entry is relevant (setq default-frame-alist '((width . 80) (height . 50) (font . "fontset-monaco")))