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

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

default face not used in frame created with C-5 2


From: Peter Gavin
Subject: default face not used in frame created with C-5 2
Date: Sat, 11 Nov 2006 23:31:33 -0500

Hello,

As the subject line says, the default face I've set in the faces
customization group isn't used when I make a new frame with C-5 2 (or
through the menu bar).  Am I doing something wrong?  I'm using the
package in Ubuntu Edgy Eft, apparently version 21-0ubuntu2 (but emacs
--version gives me 21.4.1).  This is my .emacs file:

-------- BEGIN --------
(custom-set-variables
 ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
 ;; Your init file should contain only one such instance.
'(case-fold-search t)
'(column-number-mode t)
'(current-language-environment "UTF-8")
'(default-input-method "rfc1345")
'(ecb-auto-activate t)
'(ecb-directories-menu-user-extension-function nil)
'(ecb-history-menu-user-extension-function nil)
'(ecb-methods-menu-user-extension-function nil)
'(ecb-options-version "2.32")
'(ecb-sources-menu-user-extension-function nil)
'(ecb-tip-of-the-day nil)
'(global-font-lock-mode t nil (font-lock))
'(mouse-wheel-mode t nil (mwheel))
'(show-paren-mode t nil (paren))
'(transient-mark-mode t)
'(uniquify-buffer-name-style (quote forward) nil (uniquify)))
(ecb-activate)
(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 "#ffffff" :foreground
"#000000" :inverse-video nil :box nil :strike-through nil :overline
nil :underline nil :slant normal :weight normal :height 100 :width
normal :family "lucidatypewriter")))))
-------- END --------

Thanks in advance,
Pete




reply via email to

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