Skip to content

Instantly share code, notes, and snippets.

@bradwright
Created November 29, 2013 20:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradwright/7711710 to your computer and use it in GitHub Desktop.
Save bradwright/7711710 to your computer and use it in GitHub Desktop.
Debugger entered--Lisp error: (void-variable G43505)
ad-Advice-magit-status(#[(dir) "\304!\211\204\305\306\307\"!\203\310!\210\304! \205>\311 !\210\312\313 \"\2062\314\315\316\317 !!\320Q!\321\n \"\210\322 \313\323#))\207" [dir topdir buf magit-status-buffer-switch-function magit-get-top-dir y-or-n-p format "There is no Git repository in %S. Create one? " magit-init magit-save-some-buffers magit-find-buffer magit-status-mode generate-new-buffer "*magit: " file-name-nondirectory directory-file-name "*" magit-mode-display-buffer magit-mode-init magit-refresh-status] 6 ("/Users/bradleyw/.emacs.d/.elpa/24.3.50.1/magit-20131126.621/magit.elc" . 192294) (list (if current-prefix-arg (magit-read-top-dir (> (prefix-numeric-value current-prefix-arg) 4)) (or (magit-get-top-dir) (magit-read-top-dir nil))))] "/Users/bradleyw/Projects/emacs.d/")
apply(ad-Advice-magit-status #[(dir) "\304!\211\204\305\306\307\"!\203\310!\210\304! \205>\311 !\210\312\313 \"\2062\314\315\316\317 !!\320Q!\321\n \"\210\322 \313\323#))\207" [dir topdir buf magit-status-buffer-switch-function magit-get-top-dir y-or-n-p format "There is no Git repository in %S. Create one? " magit-init magit-save-some-buffers magit-find-buffer magit-status-mode generate-new-buffer "*magit: " file-name-nondirectory directory-file-name "*" magit-mode-display-buffer magit-mode-init magit-refresh-status] 6 ("/Users/bradleyw/.emacs.d/.elpa/24.3.50.1/magit-20131126.621/magit.elc" . 192294) (list (if current-prefix-arg (magit-read-top-dir (> (prefix-numeric-value current-prefix-arg) 4)) (or (magit-get-top-dir) (magit-read-top-dir nil))))] "/Users/bradleyw/Projects/emacs.d/")
magit-status("/Users/bradleyw/Projects/emacs.d/")
#<subr call-interactively>(magit-status nil nil)
funcall(#<subr call-interactively> magit-status nil nil)
(with-no-warnings (funcall ad--addoit-function function record-flag keys))
(setq ad-return-value (with-no-warnings (funcall ad--addoit-function function record-flag keys)))
(let ((ido-ubiquitous-next-override (ido-ubiquitous-get-command-override function))) (setq ad-return-value (with-no-warnings (funcall ad--addoit-function function record-flag keys))))
(ido-ubiquitous-with-override (ido-ubiquitous-get-command-override function) (setq ad-return-value (with-no-warnings (funcall ad--addoit-function function record-flag keys))))
(let (ad-return-value) (ido-ubiquitous-with-override (ido-ubiquitous-get-command-override function) (setq ad-return-value (with-no-warnings (funcall ad--addoit-function function record-flag keys)))) ad-return-value)
ad-Advice-call-interactively(#<subr call-interactively> magit-status nil nil)
apply(ad-Advice-call-interactively #<subr call-interactively> (magit-status nil nil))
call-interactively(magit-status nil nil)
command-execute(magit-status)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment