We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I do M-x magit-status I'm getting the following error. I'm not an elisp guru, so not sure how to interpret this.
Debugger entered--Lisp error: (void-variable magit-log-edit-confirm-cancellation) eval(magit-log-edit-confirm-cancellation) custom-initialize-reset(magithub-message-confirm-cancellation magit-log-edit-confirm-cancellation) custom-declare-variable(magithub-message-confirm-cancellation magit-log-edit-confirm-cancellation "If non-nil, confirm when cancelling the editing of a `magithub-message-mode' buffer." :group magithub :type boolean) eval-buffer(#<buffer *load*> nil "/home/davek/.emacs.d/elpa/magithub-20130718.2320/magithub.el" nil t) ; Reading at buffer position 1384 load-with-code-conversion("/home/davek/.emacs.d/elpa/magithub-20130718.2320/magithub.el" "/home/davek/.emacs.d/elpa/magithub-20130718.2320/magithub.el" nil t) require(magithub) (if (featurep (quote magithub)) nil (require (quote magithub))) (unless (featurep (quote magithub)) (require (quote magithub))) (lambda nil (unless (featurep (quote magithub)) (require (quote magithub))))() funcall((lambda nil (unless (featurep (quote magithub)) (require (quote magithub))))) (if (not (equal file (quote "/home/davek/.emacs.d/elpa/magit-20131017.9/magit.elc"))) nil (remove-hook (quote after-load-functions) (quote eval-after-load-helper)) (funcall (quote (lambda nil (unless (featurep (quote magithub)) (require (quote magithub))))))) eval-after-load-helper("/home/davek/.emacs.d/elpa/magit-20131017.9/magit.elc") run-hook-with-args(eval-after-load-helper "/home/davek/.emacs.d/elpa/magit-20131017.9/magit.elc") do-after-load-evaluation("/home/davek/.emacs.d/elpa/magit-20131017.9/magit.elc") command-execute(magit-status record) smex-read-and-run(("magit-status" "package-list-packages" "nrepl" "package-install-file" "show-paren-mode" "paredit-mode" "nrepl-jack-in" "nrepl-restart" "nrepl-toggle-pretty-printing" "nrepl-quit" "R" "auto-complete-mode" "shell" "load-theme" "auto-complete" "ac-nrepl-setup" "package-install" "clojure-cheatsheet" "scroll-down-command" "global-auto-complete-mode" "eshell" "ibuffer" "run-scheme" "eval-buffer" "check-parens" "paredit-kill" "nrepl-version" "comment-region" "er/expand-region" "rainbow-delimiters-mode" "paredit-forward-barf-sexp" "S" "cd" "5x5" "arp" "dbx" "dig" "erc" "ert" "ftp" "gdb" "irc" "jdb" "man" "mpc" "pdb" "pwd" "rsh" "sdb" "ssh" ...)) smex() call-interactively(smex nil nil)
The text was updated successfully, but these errors were encountered:
See nex3/magithub#11
Sorry, something went wrong.
Duplicate of #789.
No branches or pull requests
When I do M-x magit-status I'm getting the following error. I'm not an elisp guru, so not sure how to interpret this.
The text was updated successfully, but these errors were encountered: