unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Carbon Emacs 22 font problems
@ 2006-09-02  2:36 Ben Willmore
  2006-09-02 10:14 ` Peter Dyballa
  0 siblings, 1 reply; 3+ messages in thread
From: Ben Willmore @ 2006-09-02  2:36 UTC (permalink / raw)


Hi,

I've been using builds of carbon Emacs 22 for Mac OS X.  Somewhere in
the recent past (6 months ago?) these builds stopped recognising any
of my fonts.  For example, my .emacs says:

(create-fontset-from-fontset-spec
"-apple-monaco-medium-r-normal--10-*-*-*-*-*-fontset-monaco10,
ascii:-apple-monaco-medium-r-normal--10-100-75-75-m-100-mac-roman,
latin-iso8859-15:-apple-monaco-medium-r-normal--10-100-75-75-m-100-mac-roman,
latin-iso8859-1:-apple-monaco-medium-r-normal--10-100-75-75-m-100-mac-roman"
)

This used to work fine.  Now I get the error:

error: No fonts match
`-Apple-monaco-medium-r-normal--10-100-75-75-m-100-mac-roman`

And if I do:

M-x set-frame-font TAB TAB

there are no completions.

Anyone know how I can get my fonts back?

Ben

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Carbon Emacs 22 font problems
  2006-09-02  2:36 Carbon Emacs 22 font problems Ben Willmore
@ 2006-09-02 10:14 ` Peter Dyballa
  2006-09-02 14:15   ` Ben Willmore
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Dyballa @ 2006-09-02 10:14 UTC (permalink / raw)
  Cc: GNU Emacs List


Am 02.09.2006 um 04:36 schrieb Ben Willmore:

> M-x set-frame-font TAB TAB
>
> there are no completions.

I see these:

	-apple-monaco-medium-i-normal--0-0-0-0-m-0-iso10646-1
	-apple-monaco-medium-i-normal--0-0-0-0-m-0-mac-roman
	-apple-monaco-medium-r-normal--0-0-0-0-m-0-iso10646-1
	-apple-monaco-medium-r-normal--0-0-0-0-m-0-mac-roman
	-apple-monaco-medium-r-normal--10-100-72-72-m-100-mac-roman
	-apple-monaco-medium-r-normal--12-120-72-72-m-120-mac-roman
	-apple-monaco-medium-r-normal--14-140-72-72-m-140-mac-roman
	-apple-monaco-medium-r-normal--9-90-72-72-m-90-mac-roman

Does the situation change when you invoke Carbon Emacs like

	/Applications/Emacs.app/Contents/MacOS/Emacs -Q &

This launches Carbon Emacs without any local mis-configuration. If  
you have success with this clean Carbon Emacs you should check with

	/Applications/Emacs.app/Contents/MacOS/Emacs -q &

whether the fault is in your personal .emacs file.

Which fonts is FontBook showing as active?

--
Greetings

   Pete

Remember: use logout to logout.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Carbon Emacs 22 font problems
  2006-09-02 10:14 ` Peter Dyballa
@ 2006-09-02 14:15   ` Ben Willmore
  0 siblings, 0 replies; 3+ messages in thread
From: Ben Willmore @ 2006-09-02 14:15 UTC (permalink / raw)
  Cc: GNU Emacs List

On 02/09/06, Peter Dyballa <Peter_Dyballa@web.de> wrote:
>
> Am 02.09.2006 um 04:36 schrieb Ben Willmore:
>
>         /Applications/Emacs.app/Contents/MacOS/Emacs -Q &
>
> This launches Carbon Emacs without any local mis-configuration. If
> you have success with this clean Carbon Emacs you should check with
>
>         /Applications/Emacs.app/Contents/MacOS/Emacs -q &
>
> whether the fault is in your personal .emacs file.
>
> Which fonts is FontBook showing as active?

Thanks for your input, Peter.  Thanks to this I've identified the
problem: the fonts seem to have changed from 75dpi to 72dpi, i.e.

apple-monaco-medium-r-normal--10-100-75-75-m-100-mac-roman
is now
apple-monaco-medium-r-normal--10-100-72-72-m-100-mac-roman

I've changed those parts to * so my problem is solved.

And I was using set-frame-font incorrectly (wasn't pressing enter
after 'font'), which is why I was failing to see any fonts at all.

Thanks again!

Ben

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-09-02 14:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-02  2:36 Carbon Emacs 22 font problems Ben Willmore
2006-09-02 10:14 ` Peter Dyballa
2006-09-02 14:15   ` Ben Willmore

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