File mode specification error: (error "Face height does not produce a positive integer" 0.0)
Hi,
I asked this question yesterday at the Emacs-Mailinglist, but I think it is a bug of openSuse 12.2.
Between version 12.1 and version 12.2 of openSuse is a difference: Emacs is
partially broken. I tried with Emacs 23.3 from openSuse and a self compiled
Emacs 24.2. I tried with ICEWM and (how do you call it?) LX-something, I created a new user, always the same result!
After Emacs -Q --debug-init I get the message:
File mode specification error: (error "Face height does not produce a positive
integer" tex-suscript-height)
as soon as I try to open a *.tex-file. And with my usual .emacs I get:
:~>Emacs --debug-init
Debugger entered--Lisp error: (error "Face height does not produce a
positive integer" 0.0)
internal-set-lisp-face-attribute(cfw:face-annotation :height
0.0 #<frame emacs@linux-nat6.site 0xea4f10>)
set-face-attribute(cfw:face-annotation #<frame emacs@linux-nat6.site
0xea4f10> :height 0.0) apply(set-face-attribute
cfw:face-annotation #<frame emacs@linux-nat6.site 0xea4f10> (:height
0.0)) face-spec-set-2(cfw:face-annotation #<frame
emacs@linux-nat6.site 0xea4f10> ((t :height 0.0)))
face-spec-recalc(cfw:face-annotation #<frame emacs@linux-nat6.site
0xea4f10>) face-spec-set(cfw:face-annotation ((t :height 0.0)) t)
custom-theme-set-faces(user (default ((t (:inherit nil :stipple
nil :background "#fcfbf7" :foreground "#000000" :inverse-video
nil :box nil :strike-through nil :overline nil :underline nil :slant
normal :weight normal :height 112 :width normal :foundry
"unknown" :family "Liberation Mono")))) (cfw:face-annotation
((t :height 0.0))) (cfw:face-default-content ((t (:height 0.0))))
(cfw:face-periods ((t :height 0.0))) (org-column ((t (:background
"grey90" :strike-through nil :underline nil :slant normal :weight
normal))))) apply(custom-theme-set-faces user ((default ((t
(:inherit nil :stipple nil :background "#fcfbf7" :foreground
"#000000" :inverse-video nil :box nil :strike-through nil :overline
nil :underline nil :slant normal :weight normal :height 112 :width
normal :foundry "unknown" :family "Liberation Mono"))))
(cfw:face-annotation ((t :height 0.0))) (cfw:face-default-content
((t (:height 0.0)))) (cfw:face-periods ((t :height 0.0)))
(org-column ((t (:background "grey90" :strike-through nil :underline
nil :slant normal :weight normal)))))) custom-set-faces((default ((t
(:inherit nil :stipple nil :background "#fcfbf7" :foreground
"#000000" :inverse-video nil :box nil :strike-through nil :overline
nil :underline nil :slant normal :weight normal :height 112 :width
normal :foundry "unknown" :family "Liberation Mono"))))
(cfw:face-annotation ((t :height 0.0))) (cfw:face-default-content
((t (:height 0.0)))) (cfw:face-periods ((t :height 0.0)))
(org-column ((t (:background "grey90" :strike-through nil :underline
nil :slant normal :weight normal))))) eval-buffer(#<buffer *load*>
nil "/home/AW/.emacs" nil t) ; Reading at buffer position 21856
load-with-code-conversion("/home/AW/.emacs" "/home/AW/.emacs" t t)
load("~/.emacs" t t)
#0 "\205\262
This makes me :mad: !
Exept for installing 12.2 again, I ran out of ideas!