On Oct 18, 2006, at 5:00 PM, kdurbin wrote: >> 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. > > > I definitely AM experiencing this issue. MacBook, 1GB, OS X 10.4.8. > > I can't change the font or the font size. When I try to change the > font, the window size changes as though it's resizing for the new > font, but the font doesn't change and I get the same "Not an > available fixed-width font" message the other poster reported.
Unfortunately, I don't have an Intel machine and am unlikely to see one for a while. However, I *am* in the midst of redoing most of the font-handling system to take advantage of Kenichi Handa's new font backend in the unicode branch. (This will add fontset support.) So this would be a good time to put in a fix. If anyone can debug this a little and give me a even just a clue as to why it is failing, I can probably do something. To start with, the msg above 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... thanks, Adrian ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Emacs-app-dev- mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-
