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: Sebastian Wiesner <lunaryorn <at> gmail.com>
Subject: bug#14705: closed (Re: bug#14705: 24.3.50; "Not a face" error
 from enable-theme)
Date: Mon, 24 Jun 2013 16:11:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#14705: 24.3.50; "Not a face" error from enable-theme

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 14705 <at> debbugs.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: 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.

[Message part 3 (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.



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.