GNU bug report logs -
#3586
Invalid face height
Previous Next
Reported by: Willi Richert <w.richert <at> gmx.net>
Date: Tue, 16 Jun 2009 08:50:03 UTC
Severity: normal
Tags: moreinfo, unreproducible
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 09 Jul 2011 21:45:34 -0400
with message-id <kshb6udi2p.fsf <at> fencepost.gnu.org>
and subject line Re: bug#3586: Update
has caused the GNU bug report #3586,
regarding Invalid face height
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
3586: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3586
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
with the latest Emacs CVS version
GNU Emacs 23.0.94.1 (i486-pc-linux-gnu, GTK+ Version 2.16.1)
of 2009-06-15 on lychee, modified by Debian
there are several bugs related to the following error:
Debugger entered--Lisp error: (error "Invalid face height" 0.0)
internal-set-lisp-face-attribute(tabbar-default :height 0.0 #<frame 0xa3fd8b8>)
set-face-attribute(tabbar-default #<frame 0xa3fd8b8> :inherit variable-pitch :height 0.0 :foreground "gray50"
:background "gray75")
apply(set-face-attribute tabbar-default #<frame 0xa3fd8b8> (:inherit variable-pitch :height 0.0 :foreground "gray50"
:background "gray75"))
face-spec-set-2(tabbar-default #<frame 0xa3fd8b8> (((... ...) :inherit variable-pitch :height 0.0 :foreground "grey75"
:background "gray50") ((... ...) :inherit variable-pitch :height 0.0 :foreground "black" :background "white") ((... ...)
:inherit variable-pitch :height 0.0 :foreground "white" :background "black") (t :inherit variable-pitch :height 0.0
:foreground "gray50" :background "gray75")))
custom-declare-face(tabbar-default (((... ...) :inherit variable-pitch :height 0.0 :foreground "grey75" :background
"gray50") ((... ...) :inherit variable-pitch :height 0.0 :foreground "black" :background "white") ((... ...) :inherit
variable-pitch :height 0.0 :foreground "white" :background "black") (t :inherit variable-pitch :height 0.0 :foreground
"gray50" :background "gray75")) "Default face used in the tab bar." :group tabbar)
(defface tabbar-default (quote (... ... ... ...)) "Default face used in the tab bar." :group (quote tabbar))
eval-buffer(#<buffer *load*> nil "/usr/share/emacs/site-lisp/emacs-goodies-el/tabbar.el" nil t) ; Reading at buffer
position 22128
load-with-code-conversion("/usr/share/emacs/site-lisp/emacs-goodies-el/tabbar.el" "/usr/share/emacs/site-lisp/emacs-
goodies-el/tabbar.el" nil t)
require(tabbar)
eval((require (quote tabbar)))
eval-last-sexp-1(nil)
eval-last-sexp(nil)
call-interactively(eval-last-sexp nil nil)
Basically the following modes pose problems or are unsuable at all:
ecb: does not start
tabbar: does not start
org-mode: does not switch automatically to agenda buffer if width not big enough for horizontal split
Unfortunately, no bug in the archives resembles this one from my understanding.
Regards,
wr
[Message part 3 (message/rfc822, inline)]
Sorry, nobody could reproduce this. Looks like it might have been
dependent on quite a few local customizations and packages that are not
part of Emacs.
This bug report was last modified 14 years and 6 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.