[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs -nw on Mac OS X
From: |
YAMAMOTO Mitsuharu |
Subject: |
Re: emacs -nw on Mac OS X |
Date: |
Tue, 26 Dec 2006 11:37:45 +0900 |
User-agent: |
Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/22.0.92 (sparc-sun-solaris2.8) MULE/5.0 (SAKAKI) |
>>>>> On Mon, 25 Dec 2006 13:14:36 +0100, Piet van Oostrum <address@hidden>
>>>>> 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
address@hidden