dockerfile-mode icon indicating copy to clipboard operation
dockerfile-mode copied to clipboard

dependency 's' not detected correctly

Open dfrkp opened this issue 8 years ago • 1 comments

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).

dfrkp avatar Nov 20 '17 09:11 dfrkp

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

This I presume fixed by https://github.com/spotify/dockerfile-mode/commit/ae99b30c68ccbdf37d542bc214c328959fd751de

Hi-Angel avatar Jun 18 '24 21:06 Hi-Angel

Yup! Thanks @Hi-Angel !

drewcsillag avatar Jun 18 '24 21:06 drewcsillag