help-emacs-windows
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [h-e-w] how to change my emacs fonts to Lucida Console?


From: Damyan Pepper
Subject: RE: [h-e-w] how to change my emacs fonts to Lucida Console?
Date: Tue, 29 Jun 2004 09:40:54 +0100

You can get to various options through the customisation interface. 
 
In my .emacs I have:
 
 
(custom-set-faces
  ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(default ((t (:stipple nil :background "#003000" :foreground "Wheat" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 83 :width normal :family "outline-lucida console"))))
 '(custom-variable-tag-face ((((class color) (background light)) (:underline t :foreground "blue"))))
 '(font-lock-builtin-face ((((class color) (background light)) (:foreground "Orchid"))))
 '(font-lock-comment-face ((t (:foreground "#ff6020"))))
 '(font-lock-constant-face ((((class color) (background light)) (:foreground "CadetBlue"))))
 '(font-lock-function-name-face ((t (:foreground "LightBlue"))))
 '(font-lock-keyword-face ((t (:foreground "#ff80ff"))))
 '(font-lock-string-face ((t (:foreground "LightSalmon"))))
 '(font-lock-type-face ((((class color) (background light)) (:foreground "#20c030"))))
 '(font-lock-variable-name-face ((((class color) (background light)) (:foreground "DarkGoldenrod"))))
 '(font-lock-warning-face ((((class color) (background light)) (:bold t :foreground "yellow" :background "blue"))))
 '(fringe ((((class color) (background dark)) (:background "grey10" :foreground "grey")))))
 
(setq default-frame-alist
      '((font . "-*-Lucida Console-normal-r-*-*-11-82-96-96-c-*-iso8859-1")
        (background-color . "Black")
        (foreground-color . "Wheat")
        (face-foreground 'modeline "DarkGray")
        (face-background 'modeline "Wheat")
        (cursor-color . "Orchid")
        (mouse-color . "Orchid")))
 
 


-----Original Message-----
From: address@hidden [mailto:address@hiddenOn Behalf Of linhua
Sent: 29 June 2004 09:31
To: address@hidden
Subject: [h-e-w] how to change my emacs fonts to Lucida Console?

Hi all:
    I have tried for a long time, but I can't find any related articles. Can anyone tell we how to change my Emacs' font to Lucida Console or any fonts else exist in windows 2000?
    My emacs version is 21.3.1.
 
    Thanks a lot
 
 
coolglin
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]