On 1 Jul 2005, at 17:32, William Henney wrote: >> >> Hmm... so the complaints we hear are from people who want to use >> another >> default font? >> > > I guess so. In my case, this was because I found the default font > too small for my taste. I think the point is that if there is a > menu item to change the font, then it should do so without breaking > things. Personally, I would be happy with a much more restricted > range of available fonts. Caution... Will might refer to the Aquamacs default font, which is different from the standard. It was small in the latest release, because we were using create- fontset-from-fontset-spec instead of the mac-* function - the latter creates correct font sizes. The choice of default fontset in CVS Emacs isn't too good or wasn't last time I checked, in particular since antialiasing is switched off by default. I think when you set the font with set-frame-font, you get a font that is never antialiased - you always have to create a fontset (and turn on antialiasing explicitly). -- Dave