GNU bug report logs - #35
can't customize default face anymore?

Previous Next

Package: emacs;

Reported by: David De La Harpe Golden <david <at> harpegolden.net>

Date: Tue, 4 Mar 2008 03:25:03 UTC

Severity: normal

Found in version 23.0.60

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: David De La Harpe Golden <david <at> harpegolden.net>
To: 35 <at> debbugs.gnu.org
Subject: bug#35: can't customize default face anymore?
Date: Fri, 21 Mar 2008 21:11:57 +0000
David De La Harpe Golden wrote:
> Package: emacs
> Version: 23.0.60
> Severity: normal
> 
> Not sure if this is a bug or some intentional newfangled design I
> don't understand:
> 
> Just noticed, while trying to use my usual .emacs with a recent (today)
> CVS  build, that face default is not customizable anymore?    I then ran
> emacs with no .emacs and tried customizing face default, and got the
> following (report-bug details also below):
> 

Setting default-frame-alist works around issue:

(add-to-list 'default-frame-alist '(font . "DejaVu Sans Mono-10"))

;; also for custom default background + foreground colors:
(add-to-list 'default-frame-alist '(background-color . "midnightblue"))
(add-to-list 'default-frame-alist '(foreground-color . "lightgoldenrod"))




This bug report was last modified 17 years and 108 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.