Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CAnnot open load file: color #3

Closed
avilella opened this issue May 16, 2013 · 1 comment
Closed

CAnnot open load file: color #3

avilella opened this issue May 16, 2013 · 1 comment

Comments

@avilella
Copy link

Hi,

I am trying to get polymode to syntax-highlight my Rmd files, but it's complaining about a 'color' load file:

cd ~/.emacs.d
git clone https://github.com/vitoshka/polymode.git

In my .emacs file:

(add-to-list 'load-path "/home/avilella/.emacs.d/polymode/")
(add-to-list 'load-path "/home/avilella/.emacs.d/polymode/modes/")

;; Require any polymode bundles that you are interested in:

(require 'poly-R)
(require 'poly-markdown)

eval-buffer:
Cannot open load file: color

@vspinu
Copy link
Collaborator

vspinu commented May 16, 2013

Thanks for the report. I do see color.el in emacs 24.1. I assume you are using an even older version of emacs. Unfortunately polymode doesn't work with emacses older than 24.3 due to a bug in pattern matching library.

I will eventually make it work on emacs 24.1 but not older than that. Sorry, it just relies on too many new things.

@vspinu vspinu closed this as completed May 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants