GNU bug report logs - #14705
24.3.50; "Not a face" error from enable-theme

Previous Next

Package: emacs;

Reported by: Sebastian Wiesner <lunaryorn <at> gmail.com>

Date: Mon, 24 Jun 2013 15:52:02 UTC

Severity: normal

Found in version 24.3.50

Done: Juanma Barranquero <lekktu <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#14705: closed (24.3.50; "Not a face" error from enable-theme)
Date: Mon, 24 Jun 2013 16:11:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 24 Jun 2013 18:09:23 +0200
with message-id <CAAeL0SSCiyVuCUrjtF4F5j7r3PwZshTLqdhZ8V-HMjSU9tn_zw <at> mail.gmail.com>
and subject line Re: bug#14705: 24.3.50; "Not a face" error from enable-theme
has caused the debbugs.gnu.org bug report #14705,
regarding 24.3.50; "Not a face" error from enable-theme
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
14705: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14705
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sebastian Wiesner <lunaryorn <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.3.50; "Not a face" error from enable-theme
Date: Mon, 24 Jun 2013 17:50:59 +0200
"enable-theme" signals a "Not a face" error if the color theme tries to
set a face which is currently not defined.  In "emacs -Q"

M-: (setq debug-on-error t)
M-: (load-theme 'wombat :no-confirm)

gives the following back trace:

Debugger entered--Lisp error: (error "Not a face: message-separator")
  signal(error ("Not a face: message-separator"))
  error("Not a face: %s" message-separator)
  check-face(message-separator)
  face-spec-recalc(message-separator #<frame F1 0x10181c238>)
  custom-theme-recalc-face(message-separator)
  enable-theme(wombat)
  load-theme(wombat :no-confirm)
  eval((load-theme (quote wombat) :no-confirm) nil)
  eval-expression((load-theme (quote wombat) :no-confirm) nil)
  call-interactively(eval-expression nil nil)
  command-execute(eval-expression)

This breaks *any* color theme, even the ones included in Emacs, because
all themes define faces which do not exists, e.g. because the
corresponding package is not yet loaded, or not even installed.


[Message part 3 (message/rfc822, inline)]
From: Juanma Barranquero <lekktu <at> gmail.com>
To: Sebastian Wiesner <lunaryorn <at> gmail.com>
Cc: 14705-done <at> debbugs.gnu.org
Subject: Re: bug#14705: 24.3.50; "Not a face" error from enable-theme
Date: Mon, 24 Jun 2013 18:09:23 +0200
On Mon, Jun 24, 2013 at 5:50 PM, Sebastian Wiesner <lunaryorn <at> gmail.com> wrote:

> Debugger entered--Lisp error: (error "Not a face: message-separator")
>   signal(error ("Not a face: message-separator"))
>   error("Not a face: %s" message-separator)
>   check-face(message-separator)
>   face-spec-recalc(message-separator #<frame F1 0x10181c238>)

I've reverted a change of mine in face-spec-recalc that causes this bug.


This bug report was last modified 11 years and 338 days ago.

Previous Next


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