On 5/18/2010 3:35 PM, Gary Oberbrunner wrote:
; set default font attributes (for all frames) (set-face-attribute 'default nil :font "Consolas-10.5")
Thanks, Gary. The way to set the default font on the current frame would be (set-face-attribute 'default (selected-frame) :font "Consolas-10.5") However, this is not a proper replacement for the lost menu item in Emacs 23 because set-face-attribute is not a command. It is an elisp function, and one has to eval this expression to get the job done. Cheers, Uday PS: Drew, thanks for the rant. It give me quite a bit of satisfaction.