Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependency 's' not detected correctly #33

Open
dfrkp opened this issue Nov 20, 2017 · 1 comment
Open

dependency 's' not detected correctly #33

dfrkp opened this issue Nov 20, 2017 · 1 comment

Comments

@dfrkp
Copy link

dfrkp commented Nov 20, 2017

After installing dockerfile-mode via req-package as follows:

(req-package dockerfile-mode
  :config
  (add-to-list 'auto-mode-alist '("Dockerfile\\'" . dockerfile-mode)))

I receive the error:
eval-buffer: Required feature ‘s’ was not provided

But I have s installed correctly:

s is a dependency package.

     Status: Installed in ‘s-20171102.227/’ (unsigned).
    Version: 20171102.227
    Summary: The long lost Emacs string manipulation library.
Required by: tide-20171109.924, dockerfile-mode-20171105.435
   Keywords: strings 
Other versions: 20171102.227 (melpa).
@im-not-an-alien-i-swear-whos-ur-leader

I had the reverse problem. I had to comment out the (require 's) line before it would work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants