ScottyB / ac-js2

Javascript auto-completion in Emacs using Js2-mode's parser and Skewer-mode.
123 stars 8 forks source link

Installation instructions don't work in emacs 24? #6

Closed macavity23 closed 11 years ago

macavity23 commented 11 years ago

I followed the instructions as specified on emacs 24.1.1 and got the error when package-installing skewer-mode: 'Package emacs 24.1 not available'. If I try to install ac-js without skewer-mode I get the same error. Any ideas?

Thanks...

ScottyB commented 11 years ago

Do you have the melpa package repository added to your package archives? Judging by the error you are getting I suspect this is the cause of your problem.

dgutov commented 11 years ago

Judging by the error message, @macavity23 either has Emacs 23, or an old version of package.el somewhere in the load-path.

ScottyB commented 11 years ago

Nothing more seems to have come from this issue so closing.