unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: George Colpitts <gcolpitts@comcast.net>
Subject: Re: Carbon emacs - frame too big for minibuffer can't resize window
Date: Sun, 27 Feb 2005 14:15:03 -0500	[thread overview]
Message-ID: <gcolpitts-47ED02.14150227022005@comcast.dca.giganews.com> (raw)
In-Reply-To: mailman.1903.1109526710.32256.help-gnu-emacs@gnu.org

In article <mailman.1903.1109526710.32256.help-gnu-emacs@gnu.org>,
 Peter Dyballa <Peter_Dyballa@Web.DE> 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

  parent reply	other threads:[~2005-02-27 19:15 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-27 17:25 Carbon emacs - frame too big for minibuffer can't resize window George Colpitts
2005-02-27 17:35 ` Peter Dyballa
     [not found] ` <mailman.1903.1109526710.32256.help-gnu-emacs@gnu.org>
2005-02-27 19:15   ` George Colpitts [this message]
2005-02-27 22:12 ` August
2005-02-27 22:38 ` Stefan Monnier
2005-02-27 23:25   ` Peter Dyballa
2005-02-27 23:46     ` Stefan Monnier
2005-02-28  0:17       ` Peter Dyballa
     [not found]       ` <mailman.1931.1109551850.32256.help-gnu-emacs@gnu.org>
2005-02-28  0:59         ` David Kastrup
2005-02-28  9:38           ` Peter Dyballa
2005-02-28 11:25           ` Piet van Oostrum
2005-02-28 11:47             ` David Kastrup
2005-02-28 12:56               ` Stefan Monnier
2005-02-28 12:54         ` Stefan Monnier
     [not found] ` <mailman.1926.1109544581.32256.help-gnu-emacs@gnu.org>
2005-02-28  0:46   ` George Colpitts
2005-02-28  1:49     ` Tim McNamara
2005-02-28 16:12     ` August
2005-02-28 16:40       ` Peter Dyballa
2005-02-28 17:50         ` August
2005-02-28 16:50     ` Drew Adams
     [not found]     ` <mailman.2013.1109608386.32256.help-gnu-emacs@gnu.org>
2005-03-02 13:02       ` Stefan Monnier
2005-03-02 15:22         ` August
     [not found]         ` <mailman.2325.1109778063.32256.help-gnu-emacs@gnu.org>
2005-03-04  0:29           ` Miles Bader

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gcolpitts-47ED02.14150227022005@comcast.dca.giganews.com \
    --to=gcolpitts@comcast.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).