From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: George Colpitts Newsgroups: gmane.emacs.help Subject: Re: Carbon emacs - frame too big for minibuffer can't resize window Date: Sun, 27 Feb 2005 14:15:03 -0500 Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1109531501 14683 80.91.229.2 (27 Feb 2005 19:11:41 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 27 Feb 2005 19:11:41 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 27 20:11:41 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D5TpE-0004xR-3s for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Feb 2005 20:11:32 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5U7Q-00042G-Oc for geh-help-gnu-emacs@m.gmane.org; Sun, 27 Feb 2005 14:30:20 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Sun, 27 Feb 2005 13:15:03 -0600 Original-Newsgroups: gnu.emacs.help User-Agent: MT-NewsWatcher/3.4 (PPC Mac OS X) Original-Lines: 60 Original-NNTP-Posting-Host: 24.147.148.157 Original-X-Trace: sv3-SaITm2UNcXGCkOk7DuT9wGXace3G4tfNsq4iyEfne8ndrmhQ0bl3NMuM4GYcvAubGDSrAOUNot6afBh!wVwUu2RcHNfndj8QyJlblyfOwo0MzYu+ptBX8uUKSGdL1/kq7AvVYKy3EdxjJUWbH2AtkwY7WNn+!vApq3ZlSBvfY7NYw4FlAry5vxjxf0NZn Original-X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.31 Original-Xref: shelby.stanford.edu gnu.emacs.help:128865 Original-To: help-gnu-emacs@gnu.org 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24406 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24406 In article , Peter Dyballa wrote: > Am 27.02.2005 um 18:25 schrieb George Colpitts: > > > I've installed the latest Carbon emacs, 21.3.50.1, and the frame is too > > long, the minibuffer is off the screen and I can't resize the window. > > How can I fix this ? > > Use a smaller font! > > Try this in .emacs: (require 'site-fontsets-carbon) > > and this is site-fontsets-carbon.el somewhere in your load-path, but be > aware that you might miss some fonts (you can gain an overview of your > Mac's fonts in Carbon Emacs by typing M-x set-frame-font RET TAB TAB): > > --------------------------------------------------------------------- > Thanks but that doesn't work for me. I get Debugger entered--Lisp error: (error "No fonts match `-*-lucida sans typewriter regular-medium-r-*-mac-cyrillic'") signal(error ("No fonts match `-*-lucida sans typewriter regular-medium-r-*-mac-cyrillic'")) error("No fonts match `%s'" "-*-lucida sans typewriter regular-medium-r-*-mac-cyrillic") x-resolve-font-name("-*-lucida sans typewriter regular-medium-r-*-mac-cyrillic") ... The above look like X11 fonts, I thought Carbon emacs was independent of X11 (which is installed on my machine) The distribution comes with a files in site-start.d which the instructions say to delete if you don't want to work in Japanese. I tried changing the file carbon-emacs-fontset.el to say: (when (eq window-system 'mac) (setq mac-allow-anti-aliasing t) ;; ;; mac-roman (set-default-font "fontset-mac") (add-to-list 'default-frame-alist '(font . "fontset-mac")) ;; Osaka 12 ;;(require 'carbon-font) ;;(set-default-font "fontset-osaka12") ;;(add-to-list 'default-frame-alist '(font . "fontset-osaka12")) ) that that doesn't help (or hurt) Isn't it a bug that it doesn't just work ? The emacs that comes with the Developer tools doesn't require this kind of customization. I've used emacs for 20 years and never had to bother with font customization. I guess I should know more about these things but I never had to before