icicles recipe doesn't install dependencies
bwo opened this issue · 1 comments
bwo commented
after running el-get-install icicles
, trying to run icicles-mode
or (require 'icicles)
simply results in one message after another of the form (file-error "Cannot open load file" "No such file or directory" "icicles-SOMETHING")
, for just about (as far as I can tell) every value SOMETHING
might take on, in succession.
If those things actually are necessary for icicles, installing it should install them.
npostavs commented
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.