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

Fix on emacs 24.3 #108

Closed niku closed 9 years ago

niku commented 10 years ago

On emacs24.3.1, error occured. So I fixed it.

wilx commented 10 years ago

I am getting Invalid function: (find-color (name) (let* ((index (if window-system (if solarized-degrade 3 (if solarized-broken-srgb 2 1)) (case (display-color-cells) (16 4) (8 5) (otherwise 3))))) (nth index (assoc name solarized-colors)))) Is your fix for this problem?

niku commented 10 years ago

What is your emacs version? I ran into same problem. I have solved to remove "*.elc" on the project. Would you try it and check again?

@wilx Oh, sorry. I misunderstood your comment.

Is your fix for this problem?

Yes, it is.

hostmaster commented 10 years ago

Thank you. It works for me

ashishnegi commented 10 years ago

:+1: It worked for me.

nolith commented 10 years ago

Thank you! It works for me

porterjamesj commented 10 years ago

bump; this is very annoying

23Skidoo commented 10 years ago

Seems to have been already fixed in HEAD (b2262b2703b8aa3bf6dfa93498e769125261333c). I'm still getting the "Invalid function" error on 24.3.1 for some reason.

23Skidoo commented 10 years ago

See also https://github.com/sellout/emacs-color-theme-solarized/pull/117 which fixes another instance of the "Invalid function: (find-color ..." error.

sellout commented 9 years ago

There is no longer a find-color function.