unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Cc: emacs-devel@gnu.org
Subject: Re: emacs -nw on Mac OS X
Date: Tue, 26 Dec 2006 11:37:45 +0900	[thread overview]
Message-ID: <wlmz5btm9y.wl%mituharu@math.s.chiba-u.ac.jp> (raw)
In-Reply-To: <17807.49324.277057.995820@ordesa.lan>

>>>>> On Mon, 25 Dec 2006 13:14:36 +0100, Piet van Oostrum <piet@cs.uu.nl> said:

> Debugger entered--Lisp error: (error "Mac native windows not in use or not init$
> query-fontset("-apple-monaco-medium-r-normal--14-*-*-*-*-*-fontset-monaco14")
> create-fontset-from-fontset-spec("-apple-monaco-medium-r-normal--14-*-*-*-*-*$

> I guess I should make this conditional in my .emacs file

And as explained in the Emacs info node "Mac Font Specs", I'd not
recommend the use of create-font-set-from-fontset-spec.  If you just
need 14pt Monaco as the default font, (set-face-attribute 'default nil
:family "monaco" :height 140) would usually be sufficient.

> So it appears that /Applications/Emacs.app/Contents/MacOS/Emacs is
> the proper thing to call in terminal mode rather than
> /Applications/Emacs.app/Contents/MacOS/Resources/bin/emacs although
> they are the same.

They may be the same in the sense of contents.  But the former
invocation can deduce the location of the application bundle with
CFBundleCopyBundleURL, but the latter not.

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp

      reply	other threads:[~2006-12-26  2:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-24 21:31 emacs -nw on Mac OS X Piet van Oostrum
2006-12-25 11:42 ` mituharu
2006-12-25 12:14   ` Piet van Oostrum
2006-12-26  2:37     ` YAMAMOTO Mitsuharu [this message]

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=wlmz5btm9y.wl%mituharu@math.s.chiba-u.ac.jp \
    --to=mituharu@math.s.chiba-u.ac.jp \
    --cc=emacs-devel@gnu.org \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).