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

Cannot launch 105.11 - "void-function persp-mode" #5332

Closed
ocharles opened this issue Mar 2, 2016 · 3 comments
Closed

Cannot launch 105.11 - "void-function persp-mode" #5332

ocharles opened this issue Mar 2, 2016 · 3 comments

Comments

@ocharles
Copy link
Contributor

ocharles commented Mar 2, 2016

On launch I get:

Debugger entered--Lisp error: (void-function persp-mode)
  (persp-mode)
  (progn (setq persp-auto-resume-time (if dotspacemacs-auto-resume-layouts 1 -1) persp-nil-name dotspacemacs-default-layout-name persp-reset-windows-on-nil-window-conf nil persp-set-last-persp-for-new-frames nil persp-save-dir spacemacs-layouts-directory) (persp-mode) (defvar spacemacs--layouts-ms-doc-toggle 0 "Display a short doc when nil, full doc otherwise.") (defvar spacemacs--last-selected-layout persp-nil-name "Previously selected layout.") (defvar spacemacs--custom-layout-alist nil "List of custom layouts with their bound keys.\n Do not modify directly, use provided `spacemacs|define-custom-layout'") (defvar spacemacs--layouts-autosave-timer nil "Timer for layouts auto-save.") (defalias (quote spacemacs/jump-to-last-layout) (function (lambda nil "Open the previously selected layout, if it exists." (interactive) (if (eq (quote non-existent) (gethash spacemacs--last-selected-layout *persp-hash* (quote non-existent))) nil (persp-switch spacemacs--last-selected-layout))))) (defalias (quote spacemacs//layouts-ms-toggle-doc) (function (lambda nil "Toggle the full documenation for the layouts micro-state." (interactive) (setq spacemacs--layouts-ms-doc-toggle (logxor spacemacs--layouts-ms-doc-toggle 1))))) (defalias (quote spacemacs//layout-format-name) (function (lambda (name pos) "Format the layout name given by NAME for display in mode-line." (let* ((layout-name (if ... ... name)) (string-name (format "%s" layout-name)) (current (equal name ...)) (caption (concat ... ":" string-name))) (if current (concat (if current ...) caption (if current ...)) caption))))) (defvar spacemacs--layouts-ms-documentation "\n  [?]                  toggle this help\n  [0,9]                switch to nth layout\n  [tab]                switch to the last\n  [A]                  add all buffers from another layout\n  [a]                  add all the buffers from another layout in the current one\n  [b]                  select a buffer in the current layout\n  [c]                  close the current layout and keep its buffers\n  [C]                  close the other layouts and keep their buffers\n  [h]                  go to default layout\n  [l]                  select/create a layout with helm\n  [L]                  load layouts from file\n  [n] or [C-l]         next layout in list\n  [N] or [p] or [C-h]  previous layout in list\n  [o]                  open a custom layout\n  [r]                  remove current buffer from layout\n  [R]                  rename current layout\n  [s]                  save all layouts\n  [S]                  save layouts by names\n  [t]                  show a buffer without adding it to current layout\n  [w]                  workspaces micro-state (needs eyebrowse layer enabled)\n  [x]                  kill current layout with its buffers\n  [X]                  kill other layouts with their buffers") (defalias (quote spacemacs//layouts-ms-doc) (function (lambda nil "Return the docstring for the layouts micro-state." (let* ((persp-list (or ... ...)) (formatted-persp-list (concat ...))) (concat formatted-persp-list (if (equal 1 spacemacs--layouts-ms-doc-toggle) (progn spacemacs--layouts-ms-documentation))))))) (progn (defalias (quote spacemacs/layouts-micro-state) (function (lambda nil "layouts micro-state." (interactive) (let ((doc ...)) (if doc (progn ... ...))) nil (set-transient-map (let (...) (define-key map "?" ...) (define-key map "1" ...) (define-key map "2" ...) (define-key map "3" ...) (define-key map "4" ...) (define-key map "5" ...) (define-key map "6" ...) (define-key map "7" ...) (define-key map "8" ...) (define-key map "9" ...) (define-key map "0" ...) (define-key map [tab] ...) (define-key map [return] ...) (define-key map "�" ...) (define-key map "\f" ...) (define-key map "a" ...) (define-key map "A" ...) (define-key map "b" ...) (define-key map "c" ...) (define-key map "C" ...) (define-key map "h" ...) (define-key map "l" ...) (define-key map "L" ...) (define-key map "n" ...) (define-key map "N" ...) (define-key map "o" ...) (define-key map "p" ...) (define-key map "r" ...) (define-key map "R" ...) (define-key map "s" ...) (define-key map "S" ...) (define-key map "t" ...) (define-key map "w" ...) (define-key map "x" ...) (define-key map "X" ...) (define-key map " " ...) map) (quote spacemacs//layouts-on-exit))))) (if (null (quote ("l"))) nil (let ((--dolist-tail-- (quote ("l"))) key) (while --dolist-tail-- (setq key (car --dolist-tail--)) (spacemacs/set-leader-keys key (quote spacemacs/layouts-micro-state)) (setq --dolist-tail-- (cdr --dolist-tail--))))) (if (null (quote nil)) nil (let ((--dolist-tail-- (quote nil)) val) (while --dolist-tail-- (setq val (car --dolist-tail--)) (spacemacs/set-leader-keys-for-major-mode (car val) (cdr val) (quote spacemacs/layouts-micro-state)) (setq --dolist-tail-- (cdr --dolist-tail--))))) (if (null (quote nil)) nil (let ((--dolist-tail-- (quote nil)) key) (while --dolist-tail-- (setq key (car --dolist-tail--)) (global-set-key (kbd key) (quote spacemacs/layouts-micro-state)) (setq --dolist-tail-- (cdr --dolist-tail--))))) (if (null (quote nil)) nil (let ((--dolist-tail-- (quote nil)) val) (while --dolist-tail-- (setq val (car --dolist-tail--)) (define-key (eval (car val)) (kbd (cdr val)) (quote spacemacs/layouts-micro-state)) (setq --dolist-tail-- (cdr --dolist-tail--)))))) (defalias (quote spacemacs/layout-switch-by-pos) (function (lambda (pos) "Switch to perspective of position POS." (let ((persp-to-switch (nth pos ...))) (if persp-to-switch (persp-switch persp-to-switch) (if (y-or-n-p ...) (progn ...))))))) (let ((--dolist-tail-- (number-sequence 9 0 -1)) i) (while --dolist-tail-- (setq i (car --dolist-tail--)) (eval (cons (quote defun) (cons (intern (format "spacemacs/persp-switch-to-%s" i)) (cons nil (cons ... ...))))) (setq --dolist-tail-- (cdr --dolist-tail--)))) (defalias (quote spacemacs/layout-goto-default) (function (lambda nil "Go to `dotspacemacs-default-layout-name` layout" (interactive) (if dotspacemacs-default-layout-name (progn (persp-switch dotspacemacs-default-layout-name)))))) (defalias (quote spacemacs/layouts-ms-rename) (function (lambda nil "Rename a layout and get back to the perspectives micro-state." (interactive) (call-interactively (quote persp-rename)) (spacemacs/layouts-micro-state)))) (defalias (quote spacemacs/layouts-ms-close) (function (lambda nil "Kill current perspective" (interactive) (persp-kill-without-buffers (spacemacs//current-layout-name))))) (defalias (quote spacemacs/layouts-ms-close-other) (function (lambda nil (interactive) (call-interactively (quote spacemacs/helm-persp-close)) (spacemacs/layouts-micro-state)))) (defalias (quote spacemacs/layouts-ms-kill) (function (lambda nil "Kill current perspective" (interactive) (persp-kill (spacemacs//current-layout-name))))) (defalias (quote spacemacs/layouts-ms-kill-other) (function (lambda nil (interactive) (call-interactively (quote spacemacs/helm-persp-kill)) (spacemacs/layouts-micro-state)))) (defalias (quote spacemacs/layouts-ms-last) (function (lambda nil "Switch to the last active perspective" (interactive) (persp-switch persp-last-persp-name)))) (defalias (quote spacemacs//custom-layout-func-name) (function (lambda (name) "Return the name of the custom-perspective function for NAME." (intern (concat "spacemacs/custom-perspective-" name))))) (prog1 (defalias (quote spacemacs|define-custom-layout) (cons (quote macro) (function (lambda (name &rest props) "Define a custom-perspective called NAME.\n\nFUNC is a FUNCTION defined using NAME and the result of\n`spacemacs//custom-layout-func-name', it takes care of\ncreating the perspective NAME and executing the expressions given\nin the :body property to this macro.\n\nNAME is a STRING.\n\nAvailable PROPS:\n\n`:binding STRING'\n   Key to be bound to the function FUNC\n\n`:body EXPRESSIONS'\n  One or several EXPRESSIONS that are going to be evaluated after\n  we change into the perspective NAME." (let* (... ... ... ...) (list ... ... ...)))))) (put (quote spacemacs|define-custom-layout) (quote lisp-indent-function) (quote 1))) (spacemacs|define-custom-layout "@Spacemacs" :binding "e" :body (spacemacs/find-dotfile)) (defalias (quote spacemacs/select-custom-layout) (function (lambda nil "Update the custom-perspectives microstate and then activate it." (interactive) (spacemacs//update-custom-layouts) (spacemacs/custom-layouts-micro-state)))) (defalias (quote spacemacs//custom-layouts-ms-documentation) (function (lambda nil "Return the docstring for the custom perspectives micro-state." (if spacemacs--custom-layout-alist (mapconcat (function (lambda ... ...)) spacemacs--custom-layout-alist " ") (spacemacs-buffer/warning (format "`spacemacs--custom-layout-alist' variable is empty")))))) (defalias (quote spacemacs//update-custom-layouts) (function (lambda nil "Ensure the custom-perspectives micro-state is updated.\nTakes each element in the list `spacemacs--custom-layout-alist'\nformat so they are supported by the\n`spacemacs/custom-layouts-micro-state' macro." (let (bindings) (let ((--dolist-tail-- spacemacs--custom-layout-alist) custom-persp) (while --dolist-tail-- (setq custom-persp ...) (let* ... ...) (setq --dolist-tail-- ...)) (setq custom-persp nil) bindings) (eval (cons (quote spacemacs|define-micro-state) (cons ... ...))))))))
  (condition-case err (progn (setq persp-auto-resume-time (if dotspacemacs-auto-resume-layouts 1 -1) persp-nil-name dotspacemacs-default-layout-name persp-reset-windows-on-nil-window-conf nil persp-set-last-persp-for-new-frames nil persp-save-dir spacemacs-layouts-directory) (persp-mode) (defvar spacemacs--layouts-ms-doc-toggle 0 "Display a short doc when nil, full doc otherwise.") (defvar spacemacs--last-selected-layout persp-nil-name "Previously selected layout.") (defvar spacemacs--custom-layout-alist nil "List of custom layouts with their bound keys.\n Do not modify directly, use provided `spacemacs|define-custom-layout'") (defvar spacemacs--layouts-autosave-timer nil "Timer for layouts auto-save.") (defalias (quote spacemacs/jump-to-last-layout) (function (lambda nil "Open the previously selected layout, if it exists." (interactive) (if (eq (quote non-existent) (gethash spacemacs--last-selected-layout *persp-hash* ...)) nil (persp-switch spacemacs--last-selected-layout))))) (defalias (quote spacemacs//layouts-ms-toggle-doc) (function (lambda nil "Toggle the full documenation for the layouts micro-state." (interactive) (setq spacemacs--layouts-ms-doc-toggle (logxor spacemacs--layouts-ms-doc-toggle 1))))) (defalias (quote spacemacs//layout-format-name) (function (lambda (name pos) "Format the layout name given by NAME for display in mode-line." (let* ((layout-name ...) (string-name ...) (current ...) (caption ...)) (if current (concat ... caption ...) caption))))) (defvar spacemacs--layouts-ms-documentation "\n  [?]                  toggle this help\n  [0,9]                switch to nth layout\n  [tab]                switch to the last\n  [A]                  add all buffers from another layout\n  [a]                  add all the buffers from another layout in the current one\n  [b]                  select a buffer in the current layout\n  [c]                  close the current layout and keep its buffers\n  [C]                  close the other layouts and keep their buffers\n  [h]                  go to default layout\n  [l]                  select/create a layout with helm\n  [L]                  load layouts from file\n  [n] or [C-l]         next layout in list\n  [N] or [p] or [C-h]  previous layout in list\n  [o]                  open a custom layout\n  [r]                  remove current buffer from layout\n  [R]                  rename current layout\n  [s]                  save all layouts\n  [S]                  save layouts by names\n  [t]                  show a buffer without adding it to current layout\n  [w]                  workspaces micro-state (needs eyebrowse layer enabled)\n  [x]                  kill current layout with its buffers\n  [X]                  kill other layouts with their buffers") (defalias (quote spacemacs//layouts-ms-doc) (function (lambda nil "Return the docstring for the layouts micro-state." (let* ((persp-list ...) (formatted-persp-list ...)) (concat formatted-persp-list (if ... ...)))))) (progn (defalias (quote spacemacs/layouts-micro-state) (function (lambda nil "layouts micro-state." (interactive) (let (...) (if doc ...)) nil (set-transient-map (let ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... map) (quote spacemacs//layouts-on-exit))))) (if (null (quote ("l"))) nil (let ((--dolist-tail-- (quote ...)) key) (while --dolist-tail-- (setq key (car --dolist-tail--)) (spacemacs/set-leader-keys key (quote spacemacs/layouts-micro-state)) (setq --dolist-tail-- (cdr --dolist-tail--))))) (if (null (quote nil)) nil (let ((--dolist-tail-- (quote nil)) val) (while --dolist-tail-- (setq val (car --dolist-tail--)) (spacemacs/set-leader-keys-for-major-mode (car val) (cdr val) (quote spacemacs/layouts-micro-state)) (setq --dolist-tail-- (cdr --dolist-tail--))))) (if (null (quote nil)) nil (let ((--dolist-tail-- (quote nil)) key) (while --dolist-tail-- (setq key (car --dolist-tail--)) (global-set-key (kbd key) (quote spacemacs/layouts-micro-state)) (setq --dolist-tail-- (cdr --dolist-tail--))))) (if (null (quote nil)) nil (let ((--dolist-tail-- (quote nil)) val) (while --dolist-tail-- (setq val (car --dolist-tail--)) (define-key (eval ...) (kbd ...) (quote spacemacs/layouts-micro-state)) (setq --dolist-tail-- (cdr --dolist-tail--)))))) (defalias (quote spacemacs/layout-switch-by-pos) (function (lambda (pos) "Switch to perspective of position POS." (let ((persp-to-switch ...)) (if persp-to-switch (persp-switch persp-to-switch) (if ... ...)))))) (let ((--dolist-tail-- (number-sequence 9 0 -1)) i) (while --dolist-tail-- (setq i (car --dolist-tail--)) (eval (cons (quote defun) (cons (intern ...) (cons nil ...)))) (setq --dolist-tail-- (cdr --dolist-tail--)))) (defalias (quote spacemacs/layout-goto-default) (function (lambda nil "Go to `dotspacemacs-default-layout-name` layout" (interactive) (if dotspacemacs-default-layout-name (progn (persp-switch dotspacemacs-default-layout-name)))))) (defalias (quote spacemacs/layouts-ms-rename) (function (lambda nil "Rename a layout and get back to the perspectives micro-state." (interactive) (call-interactively (quote persp-rename)) (spacemacs/layouts-micro-state)))) (defalias (quote spacemacs/layouts-ms-close) (function (lambda nil "Kill current perspective" (interactive) (persp-kill-without-buffers (spacemacs//current-layout-name))))) (defalias (quote spacemacs/layouts-ms-close-other) (function (lambda nil (interactive) (call-interactively (quote spacemacs/helm-persp-close)) (spacemacs/layouts-micro-state)))) (defalias (quote spacemacs/layouts-ms-kill) (function (lambda nil "Kill current perspective" (interactive) (persp-kill (spacemacs//current-layout-name))))) (defalias (quote spacemacs/layouts-ms-kill-other) (function (lambda nil (interactive) (call-interactively (quote spacemacs/helm-persp-kill)) (spacemacs/layouts-micro-state)))) (defalias (quote spacemacs/layouts-ms-last) (function (lambda nil "Switch to the last active perspective" (interactive) (persp-switch persp-last-persp-name)))) (defalias (quote spacemacs//custom-layout-func-name) (function (lambda (name) "Return the name of the custom-perspective function for NAME." (intern (concat "spacemacs/custom-perspective-" name))))) (prog1 (defalias (quote spacemacs|define-custom-layout) (cons (quote macro) (function (lambda (name &rest props) "Define a custom-perspective called NAME.\n\nFUNC is a FUNCTION defined using NAME and the result of\n`spacemacs//custom-layout-func-name', it takes care of\ncreating the perspective NAME and executing the expressions given\nin the :body property to this macro.\n\nNAME is a STRING.\n\nAvailable PROPS:\n\n`:binding STRING'\n   Key to be bound to the function FUNC\n\n`:body EXPRESSIONS'\n  One or several EXPRESSIONS that are going to be evaluated after\n  we change into the perspective NAME." (let* ... ...))))) (put (quote spacemacs|define-custom-layout) (quote lisp-indent-function) (quote 1))) (spacemacs|define-custom-layout "@Spacemacs" :binding "e" :body (spacemacs/find-dotfile)) (defalias (quote spacemacs/select-custom-layout) (function (lambda nil "Update the custom-perspectives microstate and then activate it." (interactive) (spacemacs//update-custom-layouts) (spacemacs/custom-layouts-micro-state)))) (defalias (quote spacemacs//custom-layouts-ms-documentation) (function (lambda nil "Return the docstring for the custom perspectives micro-state." (if spacemacs--custom-layout-alist (mapconcat (function ...) spacemacs--custom-layout-alist " ") (spacemacs-buffer/warning (format "`spacemacs--custom-layout-alist' variable is empty")))))) (defalias (quote spacemacs//update-custom-layouts) (function (lambda nil "Ensure the custom-perspectives micro-state is updated.\nTakes each element in the list `spacemacs--custom-layout-alist'\nformat so they are supported by the\n`spacemacs/custom-layouts-micro-state' macro." (let (bindings) (let (... custom-persp) (while --dolist-tail-- ... ... ...) (setq custom-persp nil) bindings) (eval (cons ... ...))))))) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "persp-mode" ":init" (error-message-string err)) :error))))
  (progn (condition-case err (progn (setq persp-auto-resume-time (if dotspacemacs-auto-resume-layouts 1 -1) persp-nil-name dotspacemacs-default-layout-name persp-reset-windows-on-nil-window-conf nil persp-set-last-persp-for-new-frames nil persp-save-dir spacemacs-layouts-directory) (persp-mode) (defvar spacemacs--layouts-ms-doc-toggle 0 "Display a short doc when nil, full doc otherwise.") (defvar spacemacs--last-selected-layout persp-nil-name "Previously selected layout.") (defvar spacemacs--custom-layout-alist nil "List of custom layouts with their bound keys.\n Do not modify directly, use provided `spacemacs|define-custom-layout'") (defvar spacemacs--layouts-autosave-timer nil "Timer for layouts auto-save.") (defalias (quote spacemacs/jump-to-last-layout) (function (lambda nil "Open the previously selected layout, if it exists." (interactive) (if (eq ... ...) nil (persp-switch spacemacs--last-selected-layout))))) (defalias (quote spacemacs//layouts-ms-toggle-doc) (function (lambda nil "Toggle the full documenation for the layouts micro-state." (interactive) (setq spacemacs--layouts-ms-doc-toggle (logxor spacemacs--layouts-ms-doc-toggle 1))))) (defalias (quote spacemacs//layout-format-name) (function (lambda (name pos) "Format the layout name given by NAME for display in mode-line." (let* (... ... ... ...) (if current ... caption))))) (defvar spacemacs--layouts-ms-documentation "\n  [?]                  toggle this help\n  [0,9]                switch to nth layout\n  [tab]                switch to the last\n  [A]                  add all buffers from another layout\n  [a]                  add all the buffers from another layout in the current one\n  [b]                  select a buffer in the current layout\n  [c]                  close the current layout and keep its buffers\n  [C]                  close the other layouts and keep their buffers\n  [h]                  go to default layout\n  [l]                  select/create a layout with helm\n  [L]                  load layouts from file\n  [n] or [C-l]         next layout in list\n  [N] or [p] or [C-h]  previous layout in list\n  [o]                  open a custom layout\n  [r]                  remove current buffer from layout\n  [R]                  rename current layout\n  [s]                  save all layouts\n  [S]                  save layouts by names\n  [t]                  show a buffer without adding it to current layout\n  [w]                  workspaces micro-state (needs eyebrowse layer enabled)\n  [x]                  kill current layout with its buffers\n  [X]                  kill other layouts with their buffers") (defalias (quote spacemacs//layouts-ms-doc) (function (lambda nil "Return the docstring for the layouts micro-state." (let* (... ...) (concat formatted-persp-list ...))))) (progn (defalias (quote spacemacs/layouts-micro-state) (function (lambda nil "layouts micro-state." (interactive) (let ... ...) nil (set-transient-map ... ...)))) (if (null (quote ("l"))) nil (let ((--dolist-tail-- ...) key) (while --dolist-tail-- (setq key ...) (spacemacs/set-leader-keys key ...) (setq --dolist-tail-- ...)))) (if (null (quote nil)) nil (let ((--dolist-tail-- ...) val) (while --dolist-tail-- (setq val ...) (spacemacs/set-leader-keys-for-major-mode ... ... ...) (setq --dolist-tail-- ...)))) (if (null (quote nil)) nil (let ((--dolist-tail-- ...) key) (while --dolist-tail-- (setq key ...) (global-set-key ... ...) (setq --dolist-tail-- ...)))) (if (null (quote nil)) nil (let ((--dolist-tail-- ...) val) (while --dolist-tail-- (setq val ...) (define-key ... ... ...) (setq --dolist-tail-- ...))))) (defalias (quote spacemacs/layout-switch-by-pos) (function (lambda (pos) "Switch to perspective of position POS." (let (...) (if persp-to-switch ... ...))))) (let ((--dolist-tail-- (number-sequence 9 0 -1)) i) (while --dolist-tail-- (setq i (car --dolist-tail--)) (eval (cons (quote defun) (cons ... ...))) (setq --dolist-tail-- (cdr --dolist-tail--)))) (defalias (quote spacemacs/layout-goto-default) (function (lambda nil "Go to `dotspacemacs-default-layout-name` layout" (interactive) (if dotspacemacs-default-layout-name (progn ...))))) (defalias (quote spacemacs/layouts-ms-rename) (function (lambda nil "Rename a layout and get back to the perspectives micro-state." (interactive) (call-interactively (quote persp-rename)) (spacemacs/layouts-micro-state)))) (defalias (quote spacemacs/layouts-ms-close) (function (lambda nil "Kill current perspective" (interactive) (persp-kill-without-buffers (spacemacs//current-layout-name))))) (defalias (quote spacemacs/layouts-ms-close-other) (function (lambda nil (interactive) (call-interactively (quote spacemacs/helm-persp-close)) (spacemacs/layouts-micro-state)))) (defalias (quote spacemacs/layouts-ms-kill) (function (lambda nil "Kill current perspective" (interactive) (persp-kill (spacemacs//current-layout-name))))) (defalias (quote spacemacs/layouts-ms-kill-other) (function (lambda nil (interactive) (call-interactively (quote spacemacs/helm-persp-kill)) (spacemacs/layouts-micro-state)))) (defalias (quote spacemacs/layouts-ms-last) (function (lambda nil "Switch to the last active perspective" (interactive) (persp-switch persp-last-persp-name)))) (defalias (quote spacemacs//custom-layout-func-name) (function (lambda (name) "Return the name of the custom-perspective function for NAME." (intern (concat "spacemacs/custom-perspective-" name))))) (prog1 (defalias (quote spacemacs|define-custom-layout) (cons (quote macro) (function (lambda ... "Define a custom-perspective called NAME.\n\nFUNC is a FUNCTION defined using NAME and the result of\n`spacemacs//custom-layout-func-name', it takes care of\ncreating the perspective NAME and executing the expressions given\nin the :body property to this macro.\n\nNAME is a STRING.\n\nAvailable PROPS:\n\n`:binding STRING'\n   Key to be bound to the function FUNC\n\n`:body EXPRESSIONS'\n  One or several EXPRESSIONS that are going to be evaluated after\n  we change into the perspective NAME." ...)))) (put (quote spacemacs|define-custom-layout) (quote lisp-indent-function) (quote 1))) (spacemacs|define-custom-layout "@Spacemacs" :binding "e" :body (spacemacs/find-dotfile)) (defalias (quote spacemacs/select-custom-layout) (function (lambda nil "Update the custom-perspectives microstate and then activate it." (interactive) (spacemacs//update-custom-layouts) (spacemacs/custom-layouts-micro-state)))) (defalias (quote spacemacs//custom-layouts-ms-documentation) (function (lambda nil "Return the docstring for the custom perspectives micro-state." (if spacemacs--custom-layout-alist (mapconcat ... spacemacs--custom-layout-alist " ") (spacemacs-buffer/warning ...))))) (defalias (quote spacemacs//update-custom-layouts) (function (lambda nil "Ensure the custom-perspectives micro-state is updated.\nTakes each element in the list `spacemacs--custom-layout-alist'\nformat so they are supported by the\n`spacemacs/custom-layouts-micro-state' macro." (let (bindings) (let ... ... ... bindings) (eval ...)))))) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "persp-mode" ":init" (error-message-string err)) :error)))) (condition-case err (run-hooks (quote use-package--persp-mode--post-init-hook)) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "persp-mode" "post-:init hook" (error-message-string err)) :error)))))
  (if (condition-case err (run-hook-with-args-until-failure (quote use-package--persp-mode--pre-init-hook)) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "persp-mode" "pre-:init hook" (error-message-string err)) :error)))) (progn (condition-case err (progn (setq persp-auto-resume-time (if dotspacemacs-auto-resume-layouts 1 -1) persp-nil-name dotspacemacs-default-layout-name persp-reset-windows-on-nil-window-conf nil persp-set-last-persp-for-new-frames nil persp-save-dir spacemacs-layouts-directory) (persp-mode) (defvar spacemacs--layouts-ms-doc-toggle 0 "Display a short doc when nil, full doc otherwise.") (defvar spacemacs--last-selected-layout persp-nil-name "Previously selected layout.") (defvar spacemacs--custom-layout-alist nil "List of custom layouts with their bound keys.\n Do not modify directly, use provided `spacemacs|define-custom-layout'") (defvar spacemacs--layouts-autosave-timer nil "Timer for layouts auto-save.") (defalias (quote spacemacs/jump-to-last-layout) (function (lambda nil "Open the previously selected layout, if it exists." (interactive) (if ... nil ...)))) (defalias (quote spacemacs//layouts-ms-toggle-doc) (function (lambda nil "Toggle the full documenation for the layouts micro-state." (interactive) (setq spacemacs--layouts-ms-doc-toggle ...)))) (defalias (quote spacemacs//layout-format-name) (function (lambda (name pos) "Format the layout name given by NAME for display in mode-line." (let* ... ...)))) (defvar spacemacs--layouts-ms-documentation "\n  [?]                  toggle this help\n  [0,9]                switch to nth layout\n  [tab]                switch to the last\n  [A]                  add all buffers from another layout\n  [a]                  add all the buffers from another layout in the current one\n  [b]                  select a buffer in the current layout\n  [c]                  close the current layout and keep its buffers\n  [C]                  close the other layouts and keep their buffers\n  [h]                  go to default layout\n  [l]                  select/create a layout with helm\n  [L]                  load layouts from file\n  [n] or [C-l]         next layout in list\n  [N] or [p] or [C-h]  previous layout in list\n  [o]                  open a custom layout\n  [r]                  remove current buffer from layout\n  [R]                  rename current layout\n  [s]                  save all layouts\n  [S]                  save layouts by names\n  [t]                  show a buffer without adding it to current layout\n  [w]                  workspaces micro-state (needs eyebrowse layer enabled)\n  [x]                  kill current layout with its buffers\n  [X]                  kill other layouts with their buffers") (defalias (quote spacemacs//layouts-ms-doc) (function (lambda nil "Return the docstring for the layouts micro-state." (let* ... ...)))) (progn (defalias (quote spacemacs/layouts-micro-state) (function (lambda nil "layouts micro-state." ... ... nil ...))) (if (null (quote ...)) nil (let (... key) (while --dolist-tail-- ... ... ...))) (if (null (quote nil)) nil (let (... val) (while --dolist-tail-- ... ... ...))) (if (null (quote nil)) nil (let (... key) (while --dolist-tail-- ... ... ...))) (if (null (quote nil)) nil (let (... val) (while --dolist-tail-- ... ... ...)))) (defalias (quote spacemacs/layout-switch-by-pos) (function (lambda (pos) "Switch to perspective of position POS." (let ... ...)))) (let ((--dolist-tail-- (number-sequence 9 0 -1)) i) (while --dolist-tail-- (setq i (car --dolist-tail--)) (eval (cons ... ...)) (setq --dolist-tail-- (cdr --dolist-tail--)))) (defalias (quote spacemacs/layout-goto-default) (function (lambda nil "Go to `dotspacemacs-default-layout-name` layout" (interactive) (if dotspacemacs-default-layout-name ...)))) (defalias (quote spacemacs/layouts-ms-rename) (function (lambda nil "Rename a layout and get back to the perspectives micro-state." (interactive) (call-interactively ...) (spacemacs/layouts-micro-state)))) (defalias (quote spacemacs/layouts-ms-close) (function (lambda nil "Kill current perspective" (interactive) (persp-kill-without-buffers ...)))) (defalias (quote spacemacs/layouts-ms-close-other) (function (lambda nil (interactive) (call-interactively ...) (spacemacs/layouts-micro-state)))) (defalias (quote spacemacs/layouts-ms-kill) (function (lambda nil "Kill current perspective" (interactive) (persp-kill ...)))) (defalias (quote spacemacs/layouts-ms-kill-other) (function (lambda nil (interactive) (call-interactively ...) (spacemacs/layouts-micro-state)))) (defalias (quote spacemacs/layouts-ms-last) (function (lambda nil "Switch to the last active perspective" (interactive) (persp-switch persp-last-persp-name)))) (defalias (quote spacemacs//custom-layout-func-name) (function (lambda (name) "Return the name of the custom-perspective function for NAME." (intern ...)))) (prog1 (defalias (quote spacemacs|define-custom-layout) (cons (quote macro) (function ...))) (put (quote spacemacs|define-custom-layout) (quote lisp-indent-function) (quote 1))) (spacemacs|define-custom-layout "@Spacemacs" :binding "e" :body (spacemacs/find-dotfile)) (defalias (quote spacemacs/select-custom-layout) (function (lambda nil "Update the custom-perspectives microstate and then activate it." (interactive) (spacemacs//update-custom-layouts) (spacemacs/custom-layouts-micro-state)))) (defalias (quote spacemacs//custom-layouts-ms-documentation) (function (lambda nil "Return the docstring for the custom perspectives micro-state." (if spacemacs--custom-layout-alist ... ...)))) (defalias (quote spacemacs//update-custom-layouts) (function (lambda nil "Ensure the custom-perspectives micro-state is updated.\nTakes each element in the list `spacemacs--custom-layout-alist'\nformat so they are supported by the\n`spacemacs/custom-layouts-micro-state' macro." (let ... ... ...))))) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "persp-mode" ":init" (error-message-string err)) :error)))) (condition-case err (run-hooks (quote use-package--persp-mode--post-init-hook)) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "persp-mode" "post-:init hook" (error-message-string err)) :error))))))
  (progn (if (condition-case err (run-hook-with-args-until-failure (quote use-package--persp-mode--pre-init-hook)) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "persp-mode" "pre-:init hook" (error-message-string err)) :error)))) (progn (condition-case err (progn (setq persp-auto-resume-time (if dotspacemacs-auto-resume-layouts 1 -1) persp-nil-name dotspacemacs-default-layout-name persp-reset-windows-on-nil-window-conf nil persp-set-last-persp-for-new-frames nil persp-save-dir spacemacs-layouts-directory) (persp-mode) (defvar spacemacs--layouts-ms-doc-toggle 0 "Display a short doc when nil, full doc otherwise.") (defvar spacemacs--last-selected-layout persp-nil-name "Previously selected layout.") (defvar spacemacs--custom-layout-alist nil "List of custom layouts with their bound keys.\n Do not modify directly, use provided `spacemacs|define-custom-layout'") (defvar spacemacs--layouts-autosave-timer nil "Timer for layouts auto-save.") (defalias (quote spacemacs/jump-to-last-layout) (function (lambda nil "Open the previously selected layout, if it exists." ... ...))) (defalias (quote spacemacs//layouts-ms-toggle-doc) (function (lambda nil "Toggle the full documenation for the layouts micro-state." ... ...))) (defalias (quote spacemacs//layout-format-name) (function (lambda ... "Format the layout name given by NAME for display in mode-line." ...))) (defvar spacemacs--layouts-ms-documentation "\n  [?]                  toggle this help\n  [0,9]                switch to nth layout\n  [tab]                switch to the last\n  [A]                  add all buffers from another layout\n  [a]                  add all the buffers from another layout in the current one\n  [b]                  select a buffer in the current layout\n  [c]                  close the current layout and keep its buffers\n  [C]                  close the other layouts and keep their buffers\n  [h]                  go to default layout\n  [l]                  select/create a layout with helm\n  [L]                  load layouts from file\n  [n] or [C-l]         next layout in list\n  [N] or [p] or [C-h]  previous layout in list\n  [o]                  open a custom layout\n  [r]                  remove current buffer from layout\n  [R]                  rename current layout\n  [s]                  save all layouts\n  [S]                  save layouts by names\n  [t]                  show a buffer without adding it to current layout\n  [w]                  workspaces micro-state (needs eyebrowse layer enabled)\n  [x]                  kill current layout with its buffers\n  [X]                  kill other layouts with their buffers") (defalias (quote spacemacs//layouts-ms-doc) (function (lambda nil "Return the docstring for the layouts micro-state." ...))) (progn (defalias (quote spacemacs/layouts-micro-state) (function ...)) (if (null ...) nil (let ... ...)) (if (null ...) nil (let ... ...)) (if (null ...) nil (let ... ...)) (if (null ...) nil (let ... ...))) (defalias (quote spacemacs/layout-switch-by-pos) (function (lambda ... "Switch to perspective of position POS." ...))) (let ((--dolist-tail-- ...) i) (while --dolist-tail-- (setq i ...) (eval ...) (setq --dolist-tail-- ...))) (defalias (quote spacemacs/layout-goto-default) (function (lambda nil "Go to `dotspacemacs-default-layout-name` layout" ... ...))) (defalias (quote spacemacs/layouts-ms-rename) (function (lambda nil "Rename a layout and get back to the perspectives micro-state." ... ... ...))) (defalias (quote spacemacs/layouts-ms-close) (function (lambda nil "Kill current perspective" ... ...))) (defalias (quote spacemacs/layouts-ms-close-other) (function (lambda nil ... ... ...))) (defalias (quote spacemacs/layouts-ms-kill) (function (lambda nil "Kill current perspective" ... ...))) (defalias (quote spacemacs/layouts-ms-kill-other) (function (lambda nil ... ... ...))) (defalias (quote spacemacs/layouts-ms-last) (function (lambda nil "Switch to the last active perspective" ... ...))) (defalias (quote spacemacs//custom-layout-func-name) (function (lambda ... "Return the name of the custom-perspective function for NAME." ...))) (prog1 (defalias (quote spacemacs|define-custom-layout) (cons ... ...)) (put (quote spacemacs|define-custom-layout) (quote lisp-indent-function) (quote 1))) (spacemacs|define-custom-layout "@Spacemacs" :binding "e" :body (spacemacs/find-dotfile)) (defalias (quote spacemacs/select-custom-layout) (function (lambda nil "Update the custom-perspectives microstate and then activate it." ... ... ...))) (defalias (quote spacemacs//custom-layouts-ms-documentation) (function (lambda nil "Return the docstring for the custom perspectives micro-state." ...))) (defalias (quote spacemacs//update-custom-layouts) (function (lambda nil "Ensure the custom-perspectives micro-state is updated.\nTakes each element in the list `spacemacs--custom-layout-alist'\nformat so they are supported by the\n`spacemacs/custom-layouts-micro-state' macro." ...)))) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "persp-mode" ":init" ...) :error)))) (condition-case err (run-hooks (quote use-package--persp-mode--post-init-hook)) ((debug error) (ignore (display-warning (quote use-package) (format "%s %s: %s" "persp-mode" "post-:init hook" ...) :error)))))) (let ((now (current-time))) (message "%s..." "Loading package persp-mode") (prog1 (if (not (require (quote persp-mode) nil (quote noerror))) (ignore (message (format "Cannot load %s" (quote persp-mode)))) (let ((now (current-time))) (message "%s..." "Configuring package persp-mode") (prog1 (progn (if ... ...) (if ... ...) t) (let (...) (if ... ... ...))))) (let ((elapsed (float-time (time-subtract ... now)))) (if (> elapsed 0.1) (message "%s...done (%.3fs)" "Loading package persp-mode" elapsed) (message "%s...done" "Loading package persp-mode"))))))
  spacemacs-layouts/init-persp-mode()
  funcall(spacemacs-layouts/init-persp-mode)
  (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 ...)) ((debug quote error) (configuration-layer//increment-error-count) (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 ...)) ((debug quote error) (configuration-layer//increment-error-count) (spacemacs-buffer/append ...)))))) (eieio-oref pkg (quote :post-layers))))
  configuration-layer//configure-package([object cfgl-package "persp-mode" persp-mode spacemacs-layouts nil (org) (recipe :fetcher github :repo "syl20bnr/persp-mode.el" :branch "fix-emacsclient-crash") nil 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 ((and (eieio-oref pkg (quote :excluded)) (not (eieio-oref pkg (quote :protected)))) (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 (let ((location (eieio-oref pkg (quote :location)))) (cond ((stringp location) (if (file-directory-p location) (setq load-path (cons ... load-path)) (spacemacs-buffer/warning "Location path for package %S does not exists (value: %s)." pkg location))) ((and (eq (quote local) location) (eq (quote dotfile) (eieio-oref pkg ...))) (setq load-path (cons (file-name-as-directory ...) load-path))) ((eq (quote local) location) (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 ((and (eieio-oref pkg (quote :excluded)) (not (eieio-oref pkg (quote :protected)))) (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 (let ((location (eieio-oref pkg (quote :location)))) (cond ((stringp location) (if (file-directory-p location) (setq load-path ...) (spacemacs-buffer/warning "Location path for package %S does not exists (value: %s)." pkg location))) ((and (eq ... location) (eq ... ...)) (setq load-path (cons ... load-path))) ((eq (quote local) location) (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 ((and (eieio-oref pkg (quote :excluded)) (not (eieio-oref pkg (quote :protected)))) (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 (let ((location (eieio-oref pkg ...))) (cond ((stringp location) (if ... ... ...)) ((and ... ...) (setq load-path ...)) ((eq ... location) (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 ((and (eieio-oref pkg (quote :excluded)) (not (eieio-oref pkg ...))) (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 (let ((location ...)) (cond (... ...) (... ...) (... ...))) (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 "ac-ispell" ac-ispell auto-completion nil nil elpa nil nil nil] [object cfgl-package "ace-jump-helm-line" ace-jump-helm-line spacemacs nil nil elpa nil nil nil] [object cfgl-package "ace-link" ace-link spacemacs nil nil elpa nil nil nil] [object cfgl-package "ace-window" ace-window spacemacs nil nil elpa nil nil nil] [object cfgl-package "adaptive-wrap" adaptive-wrap spacemacs nil nil elpa nil nil nil] [object cfgl-package "afternoon-theme" afternoon-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "aggressive-indent" aggressive-indent spacemacs nil nil elpa nil nil nil] [object cfgl-package "alect-themes" alect-themes themes-megapack nil nil elpa nil nil nil] [object cfgl-package "ample-theme" ample-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "ample-zen-theme" ample-zen-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "anti-zenburn-theme" anti-zenburn-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "apropospriate-theme" apropospriate-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "auto-compile" auto-compile emacs-lisp nil nil elpa nil nil nil] [object cfgl-package "auto-complete" auto-complete auto-completion nil nil elpa nil nil nil] [object cfgl-package "auto-highlight-symbol" auto-highlight-symbol spacemacs nil nil elpa nil nil nil] [object cfgl-package "auto-yasnippet" auto-yasnippet auto-completion nil nil elpa nil nil nil] [object cfgl-package "avy" avy spacemacs nil nil elpa nil nil nil] [object cfgl-package "badwolf-theme" badwolf-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "bind-key" bind-key spacemacs-base nil nil elpa nil nil nil] [object cfgl-package "birds-of-paradise-plus-theme" birds-of-paradise-plus-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "bookmark" bookmark spacemacs-base nil nil elpa nil nil nil] [object cfgl-package "bracketed-paste" bracketed-paste spacemacs nil nil elpa nil nil nil] [object cfgl-package "bubbleberry-theme" bubbleberry-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "buffer-move" buffer-move spacemacs nil nil elpa nil nil nil] [object cfgl-package "busybee-theme" busybee-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "centered-cursor" centered-cursor spacemacs nil nil local nil nil nil] [object cfgl-package "cherry-blossom-theme" cherry-blossom-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "clean-aindent-mode" clean-aindent-mode spacemacs nil nil elpa nil nil nil] [object cfgl-package "clues-theme" clues-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "cmm-mode" cmm-mode haskell nil nil elpa nil nil nil] [object cfgl-package "coffee-mode" coffee-mode javascript nil nil elpa nil nil nil] [object cfgl-package "color-theme-sanityinc-solarized" color-theme-sanityinc-solarized themes-megapack nil nil elpa nil nil nil] [object cfgl-package "color-theme-sanityinc-tomorrow" color-theme-sanityinc-tomorrow themes-megapack nil nil elpa nil nil nil] [object cfgl-package "colorsarenice-theme" colorsarenice-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "company" company auto-completion nil (org nixos html javascript markdown haskell emacs-lisp) elpa nil nil nil] [object cfgl-package "company-cabal" company-cabal haskell nil nil elpa nil nil nil] [object cfgl-package "company-emoji" company-emoji nil nil (org markdown) elpa nil nil nil] [object cfgl-package "company-ghc" company-ghc haskell nil nil elpa nil nil nil] [object cfgl-package "company-nixos-options" company-nixos-options nixos nil nil elpa nil nil nil] [object cfgl-package "company-quickhelp" company-quickhelp auto-completion nil nil elpa nil nil nil] [object cfgl-package "company-statistics" company-statistics auto-completion nil nil elpa nil nil nil] [object cfgl-package "company-tern" company-tern javascript nil nil elpa nil nil nil] [object cfgl-package "company-web" company-web html nil nil elpa nil nil nil] [object cfgl-package "css-mode" css-mode html nil nil elpa nil nil nil] [object cfgl-package "cyberpunk-theme" cyberpunk-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "dakrone-theme" dakrone-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "darkburn-theme" darkburn-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "darkmine-theme" darkmine-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "darktooth-theme" darktooth-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "define-word" define-word spacemacs nil nil elpa nil nil nil] ...))
  configuration-layer//configure-packages(([object cfgl-package "ac-ispell" ac-ispell auto-completion nil nil elpa nil nil nil] [object cfgl-package "ace-jump-helm-line" ace-jump-helm-line spacemacs nil nil elpa nil nil nil] [object cfgl-package "ace-link" ace-link spacemacs nil nil elpa nil nil nil] [object cfgl-package "ace-window" ace-window spacemacs nil nil elpa nil nil nil] [object cfgl-package "adaptive-wrap" adaptive-wrap spacemacs nil nil elpa nil nil nil] [object cfgl-package "afternoon-theme" afternoon-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "aggressive-indent" aggressive-indent spacemacs nil nil elpa nil nil nil] [object cfgl-package "alect-themes" alect-themes themes-megapack nil nil elpa nil nil nil] [object cfgl-package "ample-theme" ample-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "ample-zen-theme" ample-zen-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "anti-zenburn-theme" anti-zenburn-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "apropospriate-theme" apropospriate-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "auto-compile" auto-compile emacs-lisp nil nil elpa nil nil nil] [object cfgl-package "auto-complete" auto-complete auto-completion nil nil elpa nil nil nil] [object cfgl-package "auto-highlight-symbol" auto-highlight-symbol spacemacs nil nil elpa nil nil nil] [object cfgl-package "auto-yasnippet" auto-yasnippet auto-completion nil nil elpa nil nil nil] [object cfgl-package "avy" avy spacemacs nil nil elpa nil nil nil] [object cfgl-package "badwolf-theme" badwolf-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "bind-key" bind-key spacemacs-base nil nil elpa nil nil nil] [object cfgl-package "bind-map" bind-map spacemacs-base nil nil elpa pre nil nil] [object cfgl-package "birds-of-paradise-plus-theme" birds-of-paradise-plus-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "bookmark" bookmark spacemacs-base nil nil elpa nil nil nil] [object cfgl-package "bracketed-paste" bracketed-paste spacemacs nil nil elpa nil nil nil] [object cfgl-package "bubbleberry-theme" bubbleberry-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "buffer-move" buffer-move spacemacs nil nil elpa nil nil nil] [object cfgl-package "busybee-theme" busybee-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "centered-cursor" centered-cursor spacemacs nil nil local nil nil nil] [object cfgl-package "cherry-blossom-theme" cherry-blossom-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "clean-aindent-mode" clean-aindent-mode spacemacs nil nil elpa nil nil nil] [object cfgl-package "clues-theme" clues-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "cmm-mode" cmm-mode haskell nil nil elpa nil nil nil] [object cfgl-package "coffee-mode" coffee-mode javascript nil nil elpa nil nil nil] [object cfgl-package "color-theme-sanityinc-solarized" color-theme-sanityinc-solarized themes-megapack nil nil elpa nil nil nil] [object cfgl-package "color-theme-sanityinc-tomorrow" color-theme-sanityinc-tomorrow themes-megapack nil nil elpa nil nil nil] [object cfgl-package "colorsarenice-theme" colorsarenice-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "company" company auto-completion nil (org nixos html javascript markdown haskell emacs-lisp) elpa nil nil nil] [object cfgl-package "company-cabal" company-cabal haskell nil nil elpa nil nil nil] [object cfgl-package "company-emoji" company-emoji nil nil (org markdown) elpa nil nil nil] [object cfgl-package "company-ghc" company-ghc haskell nil nil elpa nil nil nil] [object cfgl-package "company-nixos-options" company-nixos-options nixos nil nil elpa nil nil nil] [object cfgl-package "company-quickhelp" company-quickhelp auto-completion nil nil elpa nil nil nil] [object cfgl-package "company-statistics" company-statistics auto-completion nil nil elpa nil nil nil] [object cfgl-package "company-tern" company-tern javascript nil nil elpa nil nil nil] [object cfgl-package "company-web" company-web html nil nil elpa nil nil nil] [object cfgl-package "css-mode" css-mode html nil nil elpa nil nil nil] [object cfgl-package "cyberpunk-theme" cyberpunk-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "dakrone-theme" dakrone-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "darkburn-theme" darkburn-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "darkmine-theme" darkmine-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "darktooth-theme" darktooth-theme themes-megapack nil nil elpa nil nil nil] ...))
  configuration-layer//load-packages(([object cfgl-package "ac-ispell" ac-ispell auto-completion nil nil elpa nil nil nil] [object cfgl-package "ace-jump-helm-line" ace-jump-helm-line spacemacs nil nil elpa nil nil nil] [object cfgl-package "ace-link" ace-link spacemacs nil nil elpa nil nil nil] [object cfgl-package "ace-window" ace-window spacemacs nil nil elpa nil nil nil] [object cfgl-package "adaptive-wrap" adaptive-wrap spacemacs nil nil elpa nil nil nil] [object cfgl-package "afternoon-theme" afternoon-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "aggressive-indent" aggressive-indent spacemacs nil nil elpa nil nil nil] [object cfgl-package "alect-themes" alect-themes themes-megapack nil nil elpa nil nil nil] [object cfgl-package "ample-theme" ample-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "ample-zen-theme" ample-zen-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "anti-zenburn-theme" anti-zenburn-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "apropospriate-theme" apropospriate-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "auto-compile" auto-compile emacs-lisp nil nil elpa nil nil nil] [object cfgl-package "auto-complete" auto-complete auto-completion nil nil elpa nil nil nil] [object cfgl-package "auto-highlight-symbol" auto-highlight-symbol spacemacs nil nil elpa nil nil nil] [object cfgl-package "auto-yasnippet" auto-yasnippet auto-completion nil nil elpa nil nil nil] [object cfgl-package "avy" avy spacemacs nil nil elpa nil nil nil] [object cfgl-package "badwolf-theme" badwolf-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "bind-key" bind-key spacemacs-base nil nil elpa nil nil nil] [object cfgl-package "bind-map" bind-map spacemacs-base nil nil elpa pre nil nil] [object cfgl-package "birds-of-paradise-plus-theme" birds-of-paradise-plus-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "bookmark" bookmark spacemacs-base nil nil elpa nil nil nil] [object cfgl-package "bracketed-paste" bracketed-paste spacemacs nil nil elpa nil nil nil] [object cfgl-package "bubbleberry-theme" bubbleberry-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "buffer-move" buffer-move spacemacs nil nil elpa nil nil nil] [object cfgl-package "busybee-theme" busybee-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "centered-cursor" centered-cursor spacemacs nil nil local nil nil nil] [object cfgl-package "cherry-blossom-theme" cherry-blossom-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "clean-aindent-mode" clean-aindent-mode spacemacs nil nil elpa nil nil nil] [object cfgl-package "clues-theme" clues-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "cmm-mode" cmm-mode haskell nil nil elpa nil nil nil] [object cfgl-package "coffee-mode" coffee-mode javascript nil nil elpa nil nil nil] [object cfgl-package "color-theme-sanityinc-solarized" color-theme-sanityinc-solarized themes-megapack nil nil elpa nil nil nil] [object cfgl-package "color-theme-sanityinc-tomorrow" color-theme-sanityinc-tomorrow themes-megapack nil nil elpa nil nil nil] [object cfgl-package "colorsarenice-theme" colorsarenice-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "company" company auto-completion nil (org nixos html javascript markdown haskell emacs-lisp) elpa nil nil nil] [object cfgl-package "company-cabal" company-cabal haskell nil nil elpa nil nil nil] [object cfgl-package "company-emoji" company-emoji nil nil (org markdown) elpa nil nil nil] [object cfgl-package "company-ghc" company-ghc haskell nil nil elpa nil nil nil] [object cfgl-package "company-nixos-options" company-nixos-options nixos nil nil elpa nil nil nil] [object cfgl-package "company-quickhelp" company-quickhelp auto-completion nil nil elpa nil nil nil] [object cfgl-package "company-statistics" company-statistics auto-completion nil nil elpa nil nil nil] [object cfgl-package "company-tern" company-tern javascript nil nil elpa nil nil nil] [object cfgl-package "company-web" company-web html nil nil elpa nil nil nil] [object cfgl-package "css-mode" css-mode html nil nil elpa nil nil nil] [object cfgl-package "cyberpunk-theme" cyberpunk-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "dakrone-theme" dakrone-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "darkburn-theme" darkburn-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "darkmine-theme" darkmine-theme themes-megapack nil nil elpa nil nil nil] [object cfgl-package "darktooth-theme" darktooth-theme themes-megapack nil nil elpa nil nil nil] ...))
  configuration-layer/sync()
  (if (not (version<= spacemacs-emacs-min-version emacs-version)) (message (concat "Your version of Emacs (%s) is too old. " "Spacemacs requires Emacs version %d or above.") emacs-version spacemacs-emacs-min-version) (load-file (concat user-emacs-directory "core/core-load-paths.el")) (require (quote core-spacemacs)) (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/ollie/.emacs.d/init.el" nil t)  ; Reading at buffer position 1076
  load-with-code-conversion("/home/ollie/.emacs.d/init.el" "/home/ollie/.emacs.d/init.el" t t)
  load("/home/ollie/.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()

I am running Emacs 24.5.2. I have cleared my elpa directory and this is the error I get on every subsequent launch.

@StreakyCobra
Copy link
Contributor

Have you tried running with emacs --insecure after cleaning up elpa? If it is not working, can you also paste the output of SPC h d s?

@ocharles
Copy link
Contributor Author

ocharles commented Mar 2, 2016

I removed elpa and ran emacs --insecure. It fetched all 240 packages. On restarting emacs, I get the same error (Symbol's function definition is void: persp-mode).

Here is the output you requested:

System Info

  • OS: gnu/linux
  • Emacs: 24.5.2
  • Spacemacs: 0.105.11
  • Spacemacs branch: master (rev. 93e55bb)
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: helm
  • Layers:
(auto-completion better-defaults emacs-lisp git
                 (haskell :variables haskell-enable-hindent-style "chris-done")
                 markdown javascript html themes-megapack github nixos org evil-snipe)

@StreakyCobra
Copy link
Contributor

Ok, I suppose it's a duplicate of #5100 then. I'm closing this one in the favor of the older. You can try the workarounds and continue the discussion there then :-)

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

No branches or pull requests

2 participants