I using emacs and el-get package management system.
I tried to install ensime via el-get but it was failed.
Warning buffer show following message.
Warning (emacs): Build command “sbt update stage” in package “ensime”
will be shell-interpolated. To bypass shell interpolation, the recipe
for “ensime” should specify build commands as lists of strings
instead.
Here is my environment.
- Max OS X Lion (10.7.4)
- Cocoa Emacs(XEmacs) 23.4.1 (x86_64-apple-darwin11.4.0, NS apple-appkit-1138.47)
- el-get.el version 4.0
- el-get ensime recipe ( https://github.com/dimitri/el-get/blob/112a6c2e388ac47f878cff9933af5b931b0d318e/recipes/ensime.rcp )
- Scala version 2.9.2
- Java version “1.6.0_31”
Ok, I think that I found problem – package itself is installed correctly, but
load-pathis incorrectly set in receipe. Change string in:load-pathfrom./dist/elispto./src/main/elisp, and it should work.If it will work, then I’ll commit change to repository