Skip to content

Instantly share code, notes, and snippets.

@pcmantz
Created April 22, 2011 17:15
Show Gist options
  • Save pcmantz/937123 to your computer and use it in GitHub Desktop.
Save pcmantz/937123 to your computer and use it in GitHub Desktop.
Debugger entered--Lisp error: (wrong-type-argument stringp 45)
call-process("git" nil (t nil) nil "--no-pager" "diff" "-U3" 45 119 "--" "my-bindings.el")
apply(call-process "git" nil (t nil) nil ("--no-pager" "diff" "-U3" 45 119 "--" "my-bindings.el"))
process-file("git" nil (t nil) nil "--no-pager" "diff" "-U3" 45 119 "--" "my-bindings.el")
apply(process-file "git" nil (t nil) nil ("--no-pager" "diff" "-U3" 45 119 "--" "my-bindings.el"))
magit-git-insert(("diff" "-U3" 45 119 "--" "my-bindings.el"))
magit-insert-diff("my-bindings.el")
magit-wash-raw-diff()
magit-wash-sequence(magit-wash-raw-diff)
magit-wash-raw-diffs()
magit-insert-section(unstaged "Changes:" magit-wash-raw-diffs "git" "--no-pager" "diff-files")
apply(magit-insert-section unstaged "Changes:" magit-wash-raw-diffs "git" ("--no-pager" "diff-files"))
magit-git-section(unstaged "Changes:" magit-wash-raw-diffs "diff-files")
magit-insert-unstaged-changes("Changes:")
magit-refresh-status()
apply(magit-refresh-status nil)
magit-refresh-buffer(#<buffer *magit: elisp*>)
byte-code(",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment