sellout / emacs-color-theme-solarized

Emacs highlighting using Ethan Schoonover’s Solarized color scheme
http://ethanschoonover.com/solarized
MIT License
1.15k stars 201 forks source link

solarized-dark doesn't load #65

Closed bradwright closed 12 years ago

bradwright commented 12 years ago
wrong-type-argument listp font-latex-warning-face

This is the traceback from debug-on-error:

Debugger entered--Lisp error: (wrong-type-argument listp font-latex-warning-face)
  car(font-latex-warning-face)
  (list (car def) (cdr def))
  (lambda (def) (list (car def) (cdr def)))(font-latex-warning-face)
  mapcar((lambda (def) (list (car def) (cdr def))) (font-latex-warning-face ((t (:foreground "#d70000")))))
  (let* ((theme-name (intern (concat "solarized-" (symbol-name mode)))) (defs (solarized-color-definitions mode)) (theme-vars (mapcar (lambda (def) (list (car def) (cdr def))) (second defs))) (theme-faces (first defs))) (\` (progn (deftheme (\, theme-name) (\, solarized-description)) (apply (quote custom-theme-set-variables) (quote (\, theme-name)) (quote (\, theme-vars))) (apply (quote custom-theme-set-faces) (quote (\, theme-name)) (quote (\, theme-faces))) (provide-theme (quote (\, theme-name))))))
  (lambda (mode) (let* ((theme-name (intern (concat "solarized-" (symbol-name mode)))) (defs (solarized-color-definitions mode)) (theme-vars (mapcar (lambda (def) (list (car def) (cdr def))) (second defs))) (theme-faces (first defs))) (\` (progn (deftheme (\, theme-name) (\, solarized-description)) (apply (quote custom-theme-set-variables) (quote (\, theme-name)) (quote (\, theme-vars))) (apply (quote custom-theme-set-faces) (quote (\, theme-name)) (quote (\, theme-faces))) (provide-theme (quote (\, theme-name)))))))(dark)
  (create-solarized-theme dark)
  eval-buffer()  ; Reading at buffer position 169
  load-theme(solarized-dark nil nil)
  call-interactively(load-theme t nil)
  execute-extended-command(nil)
  call-interactively(execute-extended-command nil nil)
sellout commented 12 years ago

Thanks for pointing this out. That's what I get for auto-merging a pull request without testing. Should be fixed now.