From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tim McNamara Newsgroups: gmane.emacs.help Subject: Re: Latin-1 under MacOS Date: Wed, 14 Jan 2004 20:21:46 -0600 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org 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 1074135823 17586 80.91.224.253 (15 Jan 2004 03:03:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Jan 2004 03:03:43 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 15 04:03:40 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 1AgxnI-0004Pp-00 for ; Thu, 15 Jan 2004 04:03:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AgxHQ-0002DH-B3 for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jan 2004 21:30:44 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!news-out.visi.com!petbe.visi.com!gemini.bitstream.net.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (darwin) Cancel-Lock: sha1:GPm2lb4vDKNtGgENAnT2ZvKjJ/w= Original-Lines: 21 Original-NNTP-Posting-Host: c1c9c64b.news.bitstream.net Original-X-Trace: 1074133307 gemini.bitstream.net 431 216.243.177.155 Original-X-Complaints-To: abuse@bitstream.net Original-Xref: shelby.stanford.edu gnu.emacs.help:120108 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:16051 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:16051 tfb@famine.OCF.Berkeley.EDU (Thomas F. Burdick) writes: > (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") > > (setq default-frame-alist > `((font . "fontset-monaco") > (width . 85) (height . 30) > ,@default-frame-alist)) Should the result be: ((font . "fontset-monaco") (width . 85) (height . 30) (vertical-scroll-bars . right) (tool-bar-lines . 1) (menu-bar-lines . 1) (width . 100) (height . 35)) Running Mac OS X 10.3.2, CVS Emacs (21.3.50.1)