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 on (void-variable magit-log-edit-confirm-cancellation) when running magit-status #1003

Closed
dkincaid opened this issue Oct 19, 2013 · 2 comments
Labels
duplicate This issue or pull request already exists
Milestone

Comments

@dkincaid
Copy link

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)
@npostavs
Copy link
Contributor

See nex3/magithub#11

@tarsius
Copy link
Member

tarsius commented Oct 19, 2013

Duplicate of #789.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants