daily pastebin goal
43%
SHARE
TWEET

emacs error

a guest Jul 30th, 2018 293 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Debugger entered--Lisp error: (void-function magit-define-popup)
  2.   (magit-define-popup docker "Popup for docker." 'docker :man-page "docker" :options '((72 "Host" "--host ")) :actions (cons "Docker" (cons (list 99 "Containers" (docker-utils-set-then-call 'docker-arguments 'docker-containers)) (cons (list 105 "Images" (docker-utils-set-then-call 'docker-arguments 'docker-images)) (cons (list 110 "Networks" (docker-utils-set-then-call 'docker-arguments 'docker-networks)) (cons (list 118 "Volumes" (docker-utils-set-then-call 'docker-arguments 'docker-volumes)) '("Other" (77 "Machines" docker-machines))))))))
  3.   eval-buffer(#<buffer  *load*-747773> nil "/home/cole/.emacs.d/elpa-26.1/docker-20180729.1428/docker-autoloads.el" nil t)  ; Reading at buffer position 878
  4.   load-with-code-conversion("/home/cole/.emacs.d/elpa-26.1/docker-20180729.1428/docker-autoloads.el" "/home/cole/.emacs.d/elpa-26.1/docker-20180729.1428/docker-autoloads.el" nil t)
  5.   load("/home/cole/.emacs.d/elpa-26.1/docker-20180729.1428/docker-autoloads" nil t)
  6.   package--activate-autoloads-and-load-path(#s(package-desc :name docker :version (20180729 1428) :summary "Emacs interface to Docker" :reqs ((emacs (24 5)) (dash (2 14 1)) (docker-tramp (0 1)) (magit-popup (2 12 3)) (s (1 12 0)) (tablist (0 70)) (json-mode (1 7 0))) :kind nil :archive nil :dir "/home/cole/.emacs.d/elpa-26.1/docker-20180729.1428" :extras ((:url . "https://github.com/Silex/docker.el") (:maintainer "Philippe Vaucher" . "philippe.vaucher@gmail.com") (:authors ("Philippe Vaucher" . "philippe.vaucher@gmail.com")) (:keywords "filename" "convenience")) :signed nil))
  7.   package--load-files-for-activation(#s(package-desc :name docker :version (20180729 1428) :summary "Emacs interface to Docker" :reqs ((emacs (24 5)) (dash (2 14 1)) (docker-tramp (0 1)) (magit-popup (2 12 3)) (s (1 12 0)) (tablist (0 70)) (json-mode (1 7 0))) :kind nil :archive nil :dir "/home/cole/.emacs.d/elpa-26.1/docker-20180729.1428" :extras ((:url . "https://github.com/Silex/docker.el") (:maintainer "Philippe Vaucher" . "philippe.vaucher@gmail.com") (:authors ("Philippe Vaucher" . "philippe.vaucher@gmail.com")) (:keywords "filename" "convenience")) :signed nil) nil)
  8.   package-activate-1(#s(package-desc :name docker :version (20180729 1428) :summary "Emacs interface to Docker" :reqs ((emacs (24 5)) (dash (2 14 1)) (docker-tramp (0 1)) (magit-popup (2 12 3)) (s (1 12 0)) (tablist (0 70)) (json-mode (1 7 0))) :kind nil :archive nil :dir "/home/cole/.emacs.d/elpa-26.1/docker-20180729.1428" :extras ((:url . "https://github.com/Silex/docker.el") (:maintainer "Philippe Vaucher" . "philippe.vaucher@gmail.com") (:authors ("Philippe Vaucher" . "philippe.vaucher@gmail.com")) (:keywords "filename" "convenience")) :signed nil) nil deps)
  9.   package-activate(docker)
  10.   package-initialize()
  11.   eval-buffer(#<buffer  *load*-815502> nil "/home/cole/.emacs.d/lisp/init-elpa.el" nil t)  ; Reading at buffer position 2557
  12.   load-with-code-conversion("/home/cole/.emacs.d/lisp/init-elpa.el" "/home/cole/.emacs.d/lisp/init-elpa.el" nil t)
  13.   #<subr require>(init-elpa nil nil)
  14.   funcall(#<subr require> init-elpa nil nil)
  15.   (with-no-warnings (funcall ad--addoit-function feature filename noerror))
  16.   (setq ad-return-value (with-no-warnings (funcall ad--addoit-function feature filename noerror)))
  17.   (prog1 (setq ad-return-value (with-no-warnings (funcall ad--addoit-function feature filename noerror))) (when (and (not already-loaded) (memq feature features)) (let ((time (sanityinc/time-subtract-millis (current-time) require-start-time))) (add-to-list 'sanityinc/require-times (list feature require-start-time time) t))))
  18.   (let* ((already-loaded (memq feature features)) (require-start-time (and (not already-loaded) (current-time)))) (prog1 (setq ad-return-value (with-no-warnings (funcall ad--addoit-function feature filename noerror))) (when (and (not already-loaded) (memq feature features)) (let ((time (sanityinc/time-subtract-millis (current-time) require-start-time))) (add-to-list 'sanityinc/require-times (list feature require-start-time time) t)))))
  19.   (let (ad-return-value) (let* ((already-loaded (memq feature features)) (require-start-time (and (not already-loaded) (current-time)))) (prog1 (setq ad-return-value (with-no-warnings (funcall ad--addoit-function feature filename noerror))) (when (and (not already-loaded) (memq feature features)) (let ((time (sanityinc/time-subtract-millis (current-time) require-start-time))) (add-to-list 'sanityinc/require-times (list feature require-start-time time) t))))) ad-return-value)
  20.   ad-Advice-require(#<subr require> init-elpa)
  21.   apply(ad-Advice-require #<subr require> init-elpa)
  22.   require(init-elpa)
  23.   eval-buffer(#<buffer  *load*> nil "/home/cole/.emacs.d/init.el" nil t)  ; Reading at buffer position 1638
  24.   load-with-code-conversion("/home/cole/.emacs.d/init.el" "/home/cole/.emacs.d/init.el" t t)
  25.   load("/home/cole/.emacs.d/init" t t)
  26.   #f(compiled-function () #<bytecode 0x25ee0d>)()
  27.   command-line()
  28.   normal-top-level()
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top