From: Andrew C. <ak...@sh...> - 2002-05-04 00:29:43
|
> Next question: when I go into info mode the links are a series of > boxes. I guess this is the font bold / italic stuff that I noticed > folks talking about (viewed from list archive)? I downloaded these > GNU-Fonts that are referenced, but not sure just where to install > them. I have a feeling that maybe my Emacs doesn't see them? I put it in my Mac OS 9 System Folder so both system 9 and X can see it. You can try putting it in ~/Library/Fonts/ for that user to see it or /Library/Fonts/ for all users to see it. To check whether Emacs is aware of a font, use the x-list-fonts function, e.g., (x-list-fonts "*fixed*160*") > Oh, we need to get the GNU image and use that as the icon. That > would be cool. I'm designing a new one. In the mean time, you can put any .icns file you like in Emacs.app/Contents/Resources/. |