On Jul 25, 2006, at 10:39 PM, David McCabe wrote:

> Hello,
>
> On the latest PowerPC binary available from the web site, everything
> worked as expected. However, I'm on an Intel mac, so I compiled for
> Intel from the latest source tarball (pre3, says the about box). This
> same Intel binary is now available on the website.
>
> This is the problem I have with my new binary: I can't change the
> font. When I try, it says:
>
>       "Not an available fixed-width font."
>
> in the minibuffer. It doesn't matter what font I pick. This also
> includes changing the font size, not just changing the face.
>
> This is on OS 10.4.7. Any ideas? Thanks much!


Hmm.  This msg would be printed if ns_new_font() (in nsterm.m)  
returns nil, which as far as I can see happens either if ns_load_font 
() returns nil or something strange happens with build_string(), or  
something weird is going on with the font table structure.  To find  
out more would take some experimentation that I can't easily do  
remotely.  Is anyone else running with an Intel Mac experiencing (or  
NOT experiencing) this issue?



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Emacs-app-dev- mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to