[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
frame fonts in versions 21.3 and 22.1
From: |
B. T. Raven |
Subject: |
frame fonts in versions 21.3 and 22.1 |
Date: |
Tue, 04 Dec 2007 11:43:16 -0600 |
User-agent: |
Thunderbird 2.0.0.9 (Windows/20071031) |
I have the following lines in my .emacs for both versions m$w98 [GNU Emacs
22.1.1 (i386-mingw-windows98.2222) of 2007-06-02 on RELEASE]:
(setq initial-frame-alist '((name . "arial") (top . 370) (left . 1) (width .
163) (height . 17)))
.
.
.
and at end of .emacs:
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(default ((t (:stipple nil :background "ghostwhite" :foreground "black"
:inverse-video nil :box nil :strike-through nil :overline nil :underline nil
:slant normal :weight normal :height 108 :width normal :family
"outline-arial unicode ms")))))
(make-frame '((name . "courier")
(top . 1) (left . 1) (width . 98) (height . 17)
(visibility . icon) ; nil or icon
(font . "-outline-Courier
New-normal-r-normal-normal-*-*-96-96-c-*-iso10646-1")))
In 21.3 I get a monospaced courier frame and a proportional arial one but in
22.1 both are proportional. Has the idiom for accomplishing this changed
in 22.1? I need a monospaced font to view calendar correctly.
Thanks,
Ed
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- frame fonts in versions 21.3 and 22.1,
B. T. Raven <=