Nicholas Riley’s Weblog
Thoughts from a computer science graduate student,
medical student and Cocoa programmer (this week).

Skip over navigation
January 2003
Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Dec   Feb

made with
Click here to visit the Radio UserLand website.

 

>
Tuesday, January 28, 2003
 
I finally figured out a way to get the Carbon port of Emacs to use another font than Monaco 12 for windows (or frames in Emacs parlance) after the first window.

The obvious custom-set-faces only affects the first window, but the following works:

(cond ((eq window-system 'mac)
       ; needed for subsequent windows because custom-set-faces somehow         
       ; doesn't apply and we reset to Monaco 12 otherwise                      
       (setq default-frame-alist '((font . "-*-Monaco-*-100-*")))
I had a few hours to work on ICeCoffEE over the weekend: it went well, and I've implemented some preliminary Carbon support. My research is sucking up considerably more than the usual amount of time this week, so it'll probably be Saturday until I get a chance to finish. 2:06:21 AM | reply []


Looking for older (or newer) material? Click another date on the calendar at the top of this page.