When I open my emacs 24.4, I get:
Warning (emacs): Unable to activate package `emacs-eclim'.
Required package `s-1.9.0' is unavailable
but If I open version 24.1 there is no such error. eclim works pretty fine in both version, why it is happening ?
Note: I had a warning in version 24.4 which is:
Warning (initialization): Your `load-path' seems to contain
your `.emacs.d' directory: ~/.emacs.d/
This is likely to cause problems...
and I disabled it.
If this warning is connected with eclim warning somehow, better know it.
Why am I getting these warnings in version 24.4 ?
Thanks in advance...
s.el
was never a built-in package. It's possible that the warning is absent from 24.1 because 24.1 (a) just doesn't warn about this or (b) doesn't try to activate that package at startup. – Malabarba May 20 '15 at 17:49