Noam Postavsky
Noam Postavsky
It sounds similar to the situation with the jedi recipe. The solution used there is to have a jedi-core.rcp which uses the same repo but without the dependency on auto-complete...
I think it's probably better to have a separate `ac-php-core` recipe as I mentioned above, but I won't insist (doesn't really affect me either way, since I don't use these...
This is currently not supported. Patches welcome.
Yeah, that sounds good. A possible variation would be `:checkout #'el-get-latest-tag` where `el-get-latest-tag` is the name of the function which returns the tag. This has the advantage that it's easy...
`el-get-recipes.el` perhaps?
I think what happens is that as soon as you call `el-get` it installs itself via the `el-get.rcp` file which brings in the full installation.
Works here. I stepped through in edebug a bit. Looks like the trick is in `el-get-read-status-file-force`, which has: ```elisp ((null ps) ;; nothing installed, we should install el-get (list (list...
I think it would make more sense to have a single `:when` field where you can put whatever lisp expression you want.
El-get doesn't have a recipe for icicles, I guess you used `el-get-emacswiki-build-local-recipes` to make it? It sounds like creating a manual recipe with proper dependencies is needed.
I copied the original from https://web.archive.org/web/20170426151734/http://tapoueh.org/emacs/el-get.html and put it in https://github.com/dimitri/el-get/wiki/Example-setup. Looks like I'm not able to edit the repo description though.