asok / projectile-rails

Emacs Rails mode based on projectile
258 stars 59 forks source link

project-rails-keyword-face not defined #97

Closed brettatoms closed 8 years ago

brettatoms commented 8 years ago

Upgraded today and font-lock is broken for rails files. Seeing this in *Messages*:

Error during redisplay: (jit-lock-function 1) signaled (void-variable projectile-rails-keyword-face)
Error during redisplay: (jit-lock-function 520) signaled (void-variable projectile-rails-keyword-face)
Error during redisplay: (jit-lock-function 1059) signaled (void-variable projectile-rails-keyword-face)
asok commented 8 years ago

@brettatoms thanks for reporting. Please try installing now from the master branch and let me know if the issue is fixed for you.

brettatoms commented 8 years ago

@asok I think this might be a conflict with the spacemacs ruby-on-rails layer. When I install projectile-rails directly without the spacemacs layer its seems to work fine. Could it be a problem with autoloading the the defer: t from use-package?

nandryshak commented 8 years ago

@brettatoms @asok Mine is broken as well and I don't use spacemacs. master branch doesn't work either.

asok commented 8 years ago

@brettatoms, @nandryshak it should be fixed. Please let me know if not.

brettatoms commented 8 years ago

@asok Works for me, thanks!

nandryshak commented 8 years ago

@asok Mine is fixed too, thank you!