jlr / rainbow-delimiters

Emacs rainbow delimiters mode
http://www.emacswiki.org/emacs/RainbowDelimiters
112 stars 12 forks source link

rainbow-delimiters-mode doesn't work well with htmlize #16

Closed Dewdrops closed 11 years ago

Dewdrops commented 11 years ago

if you call htmlize-buffer in an buffer with rainbow-delimeters-mode enabled, you'll get error like 'eq: Wrong type argument: listp, "rainbow-delimiters-depth-9-face"'.

jiyoo commented 11 years ago

This seems to be caused by the fact that rainbow-delimiters-depth-face returns a string rather than a symbol.

Fanael commented 11 years ago

Fixed in ee4519d20a.