From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.help Subject: Re: Carbon Font Size Date: Sun, 10 Apr 2005 22:27:25 +0100 Message-ID: <7c98baa10a7be4924197d66ff47a2c8d@gmail.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v619.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1113168630 21813 80.91.229.2 (10 Apr 2005 21:30:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Apr 2005 21:30:30 +0000 (UTC) Cc: Help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 10 23:30:28 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DKk0S-0008Jv-7t for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Apr 2005 23:30:12 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DKjaR-00021q-8D for geh-help-gnu-emacs@m.gmane.org; Sun, 10 Apr 2005 17:03:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DKjZ1-0000kt-AN for help-gnu-emacs@gnu.org; Sun, 10 Apr 2005 17:01:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DKjYt-0000gk-2d for Help-gnu-emacs@gnu.org; Sun, 10 Apr 2005 17:01:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DKjYs-0000et-Mg for Help-gnu-emacs@gnu.org; Sun, 10 Apr 2005 17:01:42 -0400 Original-Received: from [64.233.184.204] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DKjzk-0003B2-0c for Help-gnu-emacs@gnu.org; Sun, 10 Apr 2005 17:29:28 -0400 Original-Received: by wproxy.gmail.com with SMTP id 58so1767354wri for ; Sun, 10 Apr 2005 14:28:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-type:message-id:content-transfer-encoding:cc:from:subject:date:to:x-mailer; b=V5AmdwlRKsT6jZUIiw3KyivLy9eJnVFha4AlN5/AN1yyDSvApqCpRlXYZ241DP+NNpLSuEMcGak79gsXERHBOib5jmLwJAykPcxSK6feG6FGe5V7lb4/92GJOvPG2gMXpG1kL46KUwvMApGLHUxiz+6UUMdgXn0j89Uom/DkwBk= Original-Received: by 10.54.55.61 with SMTP id d61mr1716407wra; Sun, 10 Apr 2005 14:27:36 -0700 (PDT) Original-Received: from ?10.0.0.58? ([82.20.42.22]) by mx.gmail.com with ESMTP id 6sm1477843wrl.2005.04.10.14.27.27; Sun, 10 Apr 2005 14:27:30 -0700 (PDT) Original-To: Shug.Boabby@gmail.com X-Mailer: Apple Mail (2.619.2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:25539 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25539 Shug Boabby wrote: > i wish to use a slightly larger font in the cvs OS X Carbon build, create a font set first: (create-fontset-from-fontset-spec "-apple-monaco-medium-r-normalx-14-*-*-*-*-*-fontset-monaco14, ascii:-apple-monaco-medium-r-normal--14-140-75-75-m-140-mac-*, latin-iso8859-1:-apple-monaco-medium-r-normal--14-140-75-75-m-140-mac- *") then set the font to that newly created fontset. You can try it out with the Options / Set Font/Fontset function. -- Dave