unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Peter Gavin" <pgavin@gmail.com>
Subject: default face not used in frame created with C-5 2
Date: Sat, 11 Nov 2006 23:31:33 -0500	[thread overview]
Message-ID: <37df87420611112031j2860d4cvfd74cdc1d66eb8df@mail.gmail.com> (raw)

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	other threads:[~2006-11-12  4:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-12  4:31 Peter Gavin [this message]
2006-11-12  9:53 ` default face not used in frame created with C-5 2 Peter Dyballa
     [not found] <mailman.445.1163305901.2155.help-gnu-emacs@gnu.org>
2006-11-12 10:18 ` Ralf Angeli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=37df87420611112031j2860d4cvfd74cdc1d66eb8df@mail.gmail.com \
    --to=pgavin@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).