From: Andrew C. <ak...@sh...> - 2002-05-13 22:05:26
|
> All seemed to go fine doing that, but now my font settings don=B9t = work. I > have this in my ~/.emacs file: >=20 > '(default ((t (:stipple nil :background "DarkSlateGrey" :foregroun= d "Wheat" > :inverse-video nil :box nil :strike-through nil :overline nil :unde= rline nil > :slant normal :weight normal :height 135 :width normal :family > "apple-andale-mono")))) >=20 > It all seems to work except the font setting -- no apple-andale-mon= o. > Switching back to 21.1, where it worked before, it doesn't work the= re, > either! There should be a space between `andale' and `mono' instead of a hyphen. You can see this by calling x-list-fonts, e.g., (x-list-fonts "*andale*") ("-apple-andale mono-medium-r-normal--0-0-75-75-m-0-mac-roman") =20 > I sure would like to get this face back, because I intensely dislik= e > the default font (no offence!). Do you mean -apple-monaco-* or -etl-fixed-*? The latter is the only font currently offering italics, bold, and bold italics. These look nice in Gnus and Rmail modes, among others. |