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

error "eyebrowse-mode is not currently registered as a minor mode" #4172

Closed
sebhahn opened this issue Dec 13, 2015 · 8 comments
Closed

error "eyebrowse-mode is not currently registered as a minor mode" #4172

sebhahn opened this issue Dec 13, 2015 · 8 comments
Labels

Comments

@sebhahn
Copy link
Contributor

sebhahn commented Dec 13, 2015

Since the last update I get the following error message using the eyebrowse layer

 (error "eyebrowse-mode is not currently registered as a minor mode")
  signal(error ("eyebrowse-mode is not currently registered as a minor mode"))
  error("%S is not currently registered as a minor mode" eyebrowse-mode)
  diminish(eyebrowse-mode)
  (if (fboundp (quote diminish)) (diminish (quote eyebrowse-mode)))
  (if (not (require (quote eyebrowse) nil (quote noerror))) (ignore (message (format "Could not load %s" (quote eyebrowse)))) (if (fboundp (quote diminish)) (diminish (quote eyebrowse-mode))))
  (progn (if (condition-case err (run-hook-with-args-until-failure (quote use-package--eyebrowse--pre-init-hook)) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "eyebrowse" "pre-:init hook" (error-message-string err)) :error)))) (progn (condition-case err (progn (setq eyebrowse-new-workspace (function spacemacs/home) eyebrowse-wrap-around t) (eyebrowse-mode) (define-key evil-motion-state-map "gt" (quote eyebrowse-next-window-config)) (define-key evil-motion-state-map "gT" (quote eyebrowse-prev-window-config)) (defalias (quote spacemacs/workspace-number) (function (lambda nil "Return the number of the current workspace." ...))) (defalias (quote spacemacs/workspaces-ms-rename) (function (lambda nil "Rename a workspace and get back to micro-state." ... ... ...))) (defalias (quote spacemacs//workspaces-ms-get-slot-name) (function (lambda ... "Return the name for the given window-config" ...))) (defalias (quote spacemacs//workspaces-ms-documentation) (function (lambda nil "Return the docstring for the workspaces micro-state." ...))) (progn (defalias (quote spacemacs/workspaces-micro-state) (function ...)) (if (null ...) nil (let ... ...)) (if (null ...) nil (let ... ...)) (if (null ...) nil (let ... ...)) (if (null ...) nil (let ... ...)))) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "eyebrowse" ":init" ...) :error)))) (condition-case err (run-hooks (quote use-package--eyebrowse--post-init-hook)) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "eyebrowse" "post-:init hook" ...) :error)))))) (if (not (require (quote eyebrowse) nil (quote noerror))) (ignore (message (format "Could not load %s" (quote eyebrowse)))) (if (fboundp (quote diminish)) (diminish (quote eyebrowse-mode)))))
  eyebrowse/init-eyebrowse()
  funcall(eyebrowse/init-eyebrowse)
  (let* ((pkg-name (eieio-oref pkg (quote :name))) (owner (eieio-oref pkg (quote :owner))) (owner-layer (object-assoc owner :name configuration-layer--layers)) (disabled-for-layers (eieio-oref owner-layer (quote :disabled-for)))) (spacemacs-buffer/message (format "Configuring %S..." pkg-name)) (mapc (function (lambda (layer) (if (memq layer disabled-for-layers) (spacemacs-buffer/message (format "  -> ignored pre-init (%S)..." layer)) (spacemacs-buffer/message (format "  -> pre-init (%S)..." layer)) (condition-case err (funcall (intern ...)) ((quote error) (configuration-layer//set-error) (spacemacs-buffer/append ...)))))) (eieio-oref pkg (quote :pre-layers))) (spacemacs-buffer/message (format "  -> init (%S)..." owner)) (funcall (intern (format "%S/init-%S" owner pkg-name))) (mapc (function (lambda (layer) (if (memq layer disabled-for-layers) (spacemacs-buffer/message (format "  -> ignored post-init (%S)..." layer)) (spacemacs-buffer/message (format "  -> post-init (%S)..." layer)) (condition-case err (funcall (intern ...)) ((quote error) (configuration-layer//set-error) (spacemacs-buffer/append ...)))))) (eieio-oref pkg (quote :post-layers))))
  configuration-layer//configure-package([object cfgl-package "eyebrowse" eyebrowse eyebrowse nil nil elpa nil nil])
  (cond ((eq (quote dotfile) (eieio-oref pkg (quote :owner))) (configuration-layer//activate-package pkg-name) (spacemacs-buffer/message (format "%S is configured in the dotfile." pkg-name))) (t (configuration-layer//activate-package pkg-name) (configuration-layer//configure-package pkg)))
  (cond ((eieio-oref pkg (quote :excluded)) (spacemacs-buffer/message (format "%S ignored since it has been excluded." pkg-name))) ((null (eieio-oref pkg (quote :owner))) (spacemacs-buffer/message (format "%S ignored since it has no owner layer." pkg-name))) (t (if (eq (quote local) (eieio-oref pkg (quote :location))) (progn (if (eq (quote dotfile) (eieio-oref pkg (quote :owner))) (setq load-path (cons (file-name-as-directory ...) load-path)) (let* ((owner ...) (dir ...)) (setq load-path (cons ... load-path)) (setq load-path (cons ... load-path)))))) (cond ((eq (quote dotfile) (eieio-oref pkg (quote :owner))) (configuration-layer//activate-package pkg-name) (spacemacs-buffer/message (format "%S is configured in the dotfile." pkg-name))) (t (configuration-layer//activate-package pkg-name) (configuration-layer//configure-package pkg)))))
  (let ((pkg-name (eieio-oref pkg (quote :name)))) (cond ((eieio-oref pkg (quote :excluded)) (spacemacs-buffer/message (format "%S ignored since it has been excluded." pkg-name))) ((null (eieio-oref pkg (quote :owner))) (spacemacs-buffer/message (format "%S ignored since it has no owner layer." pkg-name))) (t (if (eq (quote local) (eieio-oref pkg (quote :location))) (progn (if (eq (quote dotfile) (eieio-oref pkg ...)) (setq load-path (cons ... load-path)) (let* (... ...) (setq load-path ...) (setq load-path ...))))) (cond ((eq (quote dotfile) (eieio-oref pkg (quote :owner))) (configuration-layer//activate-package pkg-name) (spacemacs-buffer/message (format "%S is configured in the dotfile." pkg-name))) (t (configuration-layer//activate-package pkg-name) (configuration-layer//configure-package pkg))))))
  (while --dolist-tail-- (setq pkg (car --dolist-tail--)) (spacemacs-buffer/loading-animation) (let ((pkg-name (eieio-oref pkg (quote :name)))) (cond ((eieio-oref pkg (quote :excluded)) (spacemacs-buffer/message (format "%S ignored since it has been excluded." pkg-name))) ((null (eieio-oref pkg (quote :owner))) (spacemacs-buffer/message (format "%S ignored since it has no owner layer." pkg-name))) (t (if (eq (quote local) (eieio-oref pkg (quote :location))) (progn (if (eq ... ...) (setq load-path ...) (let* ... ... ...)))) (cond ((eq (quote dotfile) (eieio-oref pkg ...)) (configuration-layer//activate-package pkg-name) (spacemacs-buffer/message (format "%S is configured in the dotfile." pkg-name))) (t (configuration-layer//activate-package pkg-name) (configuration-layer//configure-package pkg)))))) (setq --dolist-tail-- (cdr --dolist-tail--)))
  (let ((--dolist-tail-- packages) pkg) (while --dolist-tail-- (setq pkg (car --dolist-tail--)) (spacemacs-buffer/loading-animation) (let ((pkg-name (eieio-oref pkg (quote :name)))) (cond ((eieio-oref pkg (quote :excluded)) (spacemacs-buffer/message (format "%S ignored since it has been excluded." pkg-name))) ((null (eieio-oref pkg (quote :owner))) (spacemacs-buffer/message (format "%S ignored since it has no owner layer." pkg-name))) (t (if (eq (quote local) (eieio-oref pkg ...)) (progn (if ... ... ...))) (cond ((eq ... ...) (configuration-layer//activate-package pkg-name) (spacemacs-buffer/message ...)) (t (configuration-layer//activate-package pkg-name) (configuration-layer//configure-package pkg)))))) (setq --dolist-tail-- (cdr --dolist-tail--))))
  configuration-layer//configure-packages-2(([object cfgl-package "2048-game" 2048-game games nil nil elpa nil nil] [object cfgl-package "ac-ispell" ac-ispell auto-completion nil nil elpa nil nil] [object cfgl-package "ace-link" ace-link spacemacs nil nil elpa nil nil] [object cfgl-package "ace-window" ace-window spacemacs nil nil elpa nil nil] [object cfgl-package "adaptive-wrap" adaptive-wrap spacemacs nil nil elpa nil nil] [object cfgl-package "afternoon-theme" afternoon-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "aggressive-indent" aggressive-indent spacemacs nil nil elpa nil nil] [object cfgl-package "alchemist" alchemist elixir nil nil elpa nil nil] [object cfgl-package "alect-themes" alect-themes themes-megapack nil nil elpa nil nil] [object cfgl-package "align-cljlet" align-cljlet clojure nil nil elpa nil nil] [object cfgl-package "ample-theme" ample-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "ample-zen-theme" ample-zen-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "anaconda-mode" anaconda-mode python nil nil elpa nil nil] [object cfgl-package "ansible" ansible ansible nil nil elpa nil nil] [object cfgl-package "ansible-doc" ansible-doc ansible nil nil elpa nil nil] [object cfgl-package "anti-zenburn-theme" anti-zenburn-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "apropospriate-theme" apropospriate-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "auctex" auctex latex nil nil elpa nil nil] [object cfgl-package "auctex-latexmk" auctex-latexmk nil nil nil elpa nil nil] [object cfgl-package "auto-complete" auto-complete auto-completion nil nil elpa nil nil] [object cfgl-package "auto-dictionary" auto-dictionary spacemacs nil nil elpa nil nil] [object cfgl-package "auto-highlight-symbol" auto-highlight-symbol spacemacs nil nil elpa nil nil] [object cfgl-package "auto-yasnippet" auto-yasnippet auto-completion nil nil elpa nil nil] [object cfgl-package "avy" avy spacemacs nil nil elpa nil nil] [object cfgl-package "bind-key" bind-key spacemacs-base nil nil elpa nil nil] [object cfgl-package "birds-of-paradise-plus-theme" birds-of-paradise-plus-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "bookmark" bookmark spacemacs-base nil nil elpa nil nil] [object cfgl-package "bubbleberry-theme" bubbleberry-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "buffer-move" buffer-move spacemacs nil nil elpa nil nil] [object cfgl-package "busybee-theme" busybee-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "centered-cursor" centered-cursor spacemacs nil nil local nil nil] [object cfgl-package "cherry-blossom-theme" cherry-blossom-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "cider" cider clojure nil nil elpa nil nil] [object cfgl-package "cider-eval-sexp-fu" cider-eval-sexp-fu clojure nil nil elpa nil nil] [object cfgl-package "clean-aindent-mode" clean-aindent-mode spacemacs nil nil elpa nil nil] [object cfgl-package "clj-refactor" clj-refactor clojure nil nil elpa nil nil] [object cfgl-package "clojure-mode" clojure-mode clojure nil nil elpa nil nil] [object cfgl-package "clues-theme" clues-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "color-theme-sanityinc-solarized" color-theme-sanityinc-solarized themes-megapack nil nil elpa nil nil] [object cfgl-package "color-theme-sanityinc-tomorrow" color-theme-sanityinc-tomorrow themes-megapack nil nil elpa nil nil] [object cfgl-package "colorsarenice-theme" colorsarenice-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "company" company auto-completion (shell) (python org markdown lua latex html ess erlang erc elixir emacs-lisp clojure) elpa nil nil] [object cfgl-package "company-anaconda" company-anaconda python nil nil elpa nil nil] [object cfgl-package "company-auctex" company-auctex latex nil nil elpa nil nil] [object cfgl-package "company-emoji" company-emoji nil nil (org markdown erc) elpa nil nil] [object cfgl-package "company-quickhelp" company-quickhelp auto-completion nil nil elpa nil nil] [object cfgl-package "company-statistics" company-statistics auto-completion nil nil elpa nil nil] [object cfgl-package "company-web" company-web html nil nil elpa nil nil] [object cfgl-package "css-mode" css-mode html nil nil elpa nil nil] [object cfgl-package "cyberpunk-theme" cyberpunk-theme themes-megapack nil nil elpa nil nil] ...))
  configuration-layer//configure-packages(([object cfgl-package "2048-game" 2048-game games nil nil elpa nil nil] [object cfgl-package "ac-ispell" ac-ispell auto-completion nil nil elpa nil nil] [object cfgl-package "ace-link" ace-link spacemacs nil nil elpa nil nil] [object cfgl-package "ace-window" ace-window spacemacs nil nil elpa nil nil] [object cfgl-package "adaptive-wrap" adaptive-wrap spacemacs nil nil elpa nil nil] [object cfgl-package "afternoon-theme" afternoon-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "aggressive-indent" aggressive-indent spacemacs nil nil elpa nil nil] [object cfgl-package "alchemist" alchemist elixir nil nil elpa nil nil] [object cfgl-package "alect-themes" alect-themes themes-megapack nil nil elpa nil nil] [object cfgl-package "align-cljlet" align-cljlet clojure nil nil elpa nil nil] [object cfgl-package "ample-theme" ample-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "ample-zen-theme" ample-zen-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "anaconda-mode" anaconda-mode python nil nil elpa nil nil] [object cfgl-package "ansible" ansible ansible nil nil elpa nil nil] [object cfgl-package "ansible-doc" ansible-doc ansible nil nil elpa nil nil] [object cfgl-package "anti-zenburn-theme" anti-zenburn-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "apropospriate-theme" apropospriate-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "auctex" auctex latex nil nil elpa nil nil] [object cfgl-package "auctex-latexmk" auctex-latexmk nil nil nil elpa nil nil] [object cfgl-package "auto-complete" auto-complete auto-completion nil nil elpa nil nil] [object cfgl-package "auto-dictionary" auto-dictionary spacemacs nil nil elpa nil nil] [object cfgl-package "auto-highlight-symbol" auto-highlight-symbol spacemacs nil nil elpa nil nil] [object cfgl-package "auto-yasnippet" auto-yasnippet auto-completion nil nil elpa nil nil] [object cfgl-package "avy" avy spacemacs nil nil elpa nil nil] [object cfgl-package "bind-key" bind-key spacemacs-base nil nil elpa nil nil] [object cfgl-package "birds-of-paradise-plus-theme" birds-of-paradise-plus-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "bookmark" bookmark spacemacs-base nil nil elpa nil nil] [object cfgl-package "bubbleberry-theme" bubbleberry-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "buffer-move" buffer-move spacemacs nil nil elpa nil nil] [object cfgl-package "busybee-theme" busybee-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "centered-cursor" centered-cursor spacemacs nil nil local nil nil] [object cfgl-package "cherry-blossom-theme" cherry-blossom-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "cider" cider clojure nil nil elpa nil nil] [object cfgl-package "cider-eval-sexp-fu" cider-eval-sexp-fu clojure nil nil elpa nil nil] [object cfgl-package "clean-aindent-mode" clean-aindent-mode spacemacs nil nil elpa nil nil] [object cfgl-package "clj-refactor" clj-refactor clojure nil nil elpa nil nil] [object cfgl-package "clojure-mode" clojure-mode clojure nil nil elpa nil nil] [object cfgl-package "clues-theme" clues-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "color-theme-sanityinc-solarized" color-theme-sanityinc-solarized themes-megapack nil nil elpa nil nil] [object cfgl-package "color-theme-sanityinc-tomorrow" color-theme-sanityinc-tomorrow themes-megapack nil nil elpa nil nil] [object cfgl-package "colorsarenice-theme" colorsarenice-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "company" company auto-completion (shell) (python org markdown lua latex html ess erlang erc elixir emacs-lisp clojure) elpa nil nil] [object cfgl-package "company-anaconda" company-anaconda python nil nil elpa nil nil] [object cfgl-package "company-auctex" company-auctex latex nil nil elpa nil nil] [object cfgl-package "company-emoji" company-emoji nil nil (org markdown erc) elpa nil nil] [object cfgl-package "company-quickhelp" company-quickhelp auto-completion nil nil elpa nil nil] [object cfgl-package "company-statistics" company-statistics auto-completion nil nil elpa nil nil] [object cfgl-package "company-web" company-web html nil nil elpa nil nil] [object cfgl-package "css-mode" css-mode html nil nil elpa nil nil] [object cfgl-package "cyberpunk-theme" cyberpunk-theme themes-megapack nil nil elpa nil nil] ...))
  configuration-layer//load-packages(([object cfgl-package "2048-game" 2048-game games nil nil elpa nil nil] [object cfgl-package "ac-ispell" ac-ispell auto-completion nil nil elpa nil nil] [object cfgl-package "ace-link" ace-link spacemacs nil nil elpa nil nil] [object cfgl-package "ace-window" ace-window spacemacs nil nil elpa nil nil] [object cfgl-package "adaptive-wrap" adaptive-wrap spacemacs nil nil elpa nil nil] [object cfgl-package "afternoon-theme" afternoon-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "aggressive-indent" aggressive-indent spacemacs nil nil elpa nil nil] [object cfgl-package "alchemist" alchemist elixir nil nil elpa nil nil] [object cfgl-package "alect-themes" alect-themes themes-megapack nil nil elpa nil nil] [object cfgl-package "align-cljlet" align-cljlet clojure nil nil elpa nil nil] [object cfgl-package "ample-theme" ample-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "ample-zen-theme" ample-zen-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "anaconda-mode" anaconda-mode python nil nil elpa nil nil] [object cfgl-package "ansible" ansible ansible nil nil elpa nil nil] [object cfgl-package "ansible-doc" ansible-doc ansible nil nil elpa nil nil] [object cfgl-package "anti-zenburn-theme" anti-zenburn-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "apropospriate-theme" apropospriate-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "auctex" auctex latex nil nil elpa nil nil] [object cfgl-package "auctex-latexmk" auctex-latexmk nil nil nil elpa nil nil] [object cfgl-package "auto-complete" auto-complete auto-completion nil nil elpa nil nil] [object cfgl-package "auto-dictionary" auto-dictionary spacemacs nil nil elpa nil nil] [object cfgl-package "auto-highlight-symbol" auto-highlight-symbol spacemacs nil nil elpa nil nil] [object cfgl-package "auto-yasnippet" auto-yasnippet auto-completion nil nil elpa nil nil] [object cfgl-package "avy" avy spacemacs nil nil elpa nil nil] [object cfgl-package "bind-key" bind-key spacemacs-base nil nil elpa nil nil] [object cfgl-package "birds-of-paradise-plus-theme" birds-of-paradise-plus-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "bookmark" bookmark spacemacs-base nil nil elpa nil nil] [object cfgl-package "bubbleberry-theme" bubbleberry-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "buffer-move" buffer-move spacemacs nil nil elpa nil nil] [object cfgl-package "busybee-theme" busybee-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "centered-cursor" centered-cursor spacemacs nil nil local nil nil] [object cfgl-package "cherry-blossom-theme" cherry-blossom-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "cider" cider clojure nil nil elpa nil nil] [object cfgl-package "cider-eval-sexp-fu" cider-eval-sexp-fu clojure nil nil elpa nil nil] [object cfgl-package "clean-aindent-mode" clean-aindent-mode spacemacs nil nil elpa nil nil] [object cfgl-package "clj-refactor" clj-refactor clojure nil nil elpa nil nil] [object cfgl-package "clojure-mode" clojure-mode clojure nil nil elpa nil nil] [object cfgl-package "clues-theme" clues-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "color-theme-sanityinc-solarized" color-theme-sanityinc-solarized themes-megapack nil nil elpa nil nil] [object cfgl-package "color-theme-sanityinc-tomorrow" color-theme-sanityinc-tomorrow themes-megapack nil nil elpa nil nil] [object cfgl-package "colorsarenice-theme" colorsarenice-theme themes-megapack nil nil elpa nil nil] [object cfgl-package "company" company auto-completion (shell) (python org markdown lua latex html ess erlang erc elixir emacs-lisp clojure) elpa nil nil] [object cfgl-package "company-anaconda" company-anaconda python nil nil elpa nil nil] [object cfgl-package "company-auctex" company-auctex latex nil nil elpa nil nil] [object cfgl-package "company-emoji" company-emoji nil nil (org markdown erc) elpa nil nil] [object cfgl-package "company-quickhelp" company-quickhelp auto-completion nil nil elpa nil nil] [object cfgl-package "company-statistics" company-statistics auto-completion nil nil elpa nil nil] [object cfgl-package "company-web" company-web html nil nil elpa nil nil] [object cfgl-package "css-mode" css-mode html nil nil elpa nil nil] [object cfgl-package "cyberpunk-theme" cyberpunk-theme themes-megapack nil nil elpa nil nil] ...))
  configuration-layer/sync()
  (progn (load-file (concat user-emacs-directory "core/core-load-paths.el")) (require (quote core-spacemacs)) (require (quote core-configuration-layer)) (spacemacs/init) (spacemacs/maybe-install-dotfile) (configuration-layer/sync) (spacemacs/setup-startup-hook) (require (quote server)) (if (server-running-p) nil (server-start)))
  (if (spacemacs/emacs-version-ok) (progn (load-file (concat user-emacs-directory "core/core-load-paths.el")) (require (quote core-spacemacs)) (require (quote core-configuration-layer)) (spacemacs/init) (spacemacs/maybe-install-dotfile) (configuration-layer/sync) (spacemacs/setup-startup-hook) (require (quote server)) (if (server-running-p) nil (server-start))))
  eval-buffer(#<buffer  *load*> nil "/home/shahn/.emacs.d/init.el" nil t)  ; Reading at buffer position 1033
  load-with-code-conversion("/home/shahn/.emacs.d/init.el" "/home/shahn/.emacs.d/init.el" t t)
  load("/home/shahn/.emacs.d/init" t t)
  #[0 "�\205\262�   \306=\203��\307�\310Q\202;� \311=\204��\307�\312Q\202;�\313\307\314\315#\203*�\316\202;�\313\307\314\317#\203:�\320\nB�\321\202;�\316\322�\323�\322\211#\210�\322=\203a�\324\325\326\307�\327Q!\"\323�\322\211#\210�\322=\203`���\210�\203\243�\330�!\331\232\203\243�\332�!\211\333P\334�!\203}�\211\202\210�\334�!\203\207��\202\210�\314\262��\203\241�\335��\"\203\237�\336\337��#\210\340\341!\210��\266�\f?\205\260�\314�\323\342\322\211#)\262�\207" [init-file-user system-type delayed-warnings-list user-init-file inhibit-default-init inhibit-startup-screen ms-dos "~" "/_emacs" windows-nt "/.emacs" directory-files nil "^\\.emacs\\(\\.elc?\\)?$" "~/.emacs" "^_emacs\\(\\.elc?\\)?$" (initialization "`_emacs' init file is deprecated, please use `.emacs'") "~/_emacs" t load expand-file-name "init" file-name-as-directory "/.emacs.d" file-name-extension "elc" file-name-sans-extension ".el" file-exists-p file-newer-than-file-p message "Warning: %s is newer than %s" sit-for 1 "default"] 7 "\n\n(fn)"]()
  command-line()
  normal-top-level()
@myrjola
Copy link
Contributor

myrjola commented Dec 13, 2015

Seems that removing the lighter breaks the diminish directive in use-package. This is the breaking change in eyebrowse: wasamasa/eyebrowse@adb02b1

myrjola added a commit to myrjola/spacemacs that referenced this issue Dec 13, 2015
@myrjola
Copy link
Contributor

myrjola commented Dec 13, 2015

I mailed the author of diminish.el a patch for his consideration. I propose removing the error function that can cause trouble if a package decides to remove a minor-mode lighter.

@sebhahn
Copy link
Contributor Author

sebhahn commented Dec 13, 2015

Thanks @myrjola for taking care of this!

@syl20bnr
Copy link
Owner

@myrjola Thank you for the report 👍

In the meantime I removed the diminish since it is not required anymore.

syl20bnr pushed a commit that referenced this issue Dec 13, 2015
@mayersj1
Copy link

So, what's the solution for those of us that aren't tracking develop? Not apply any package updates?

@sebhahn
Copy link
Contributor Author

sebhahn commented Dec 14, 2015

I've deactivated the layer for the moment 😒

@syl20bnr
Copy link
Owner

I will release an update ;-)

@mayersj1
Copy link

Great!

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

No branches or pull requests

4 participants