Skip to content

Instantly share code, notes, and snippets.

@joelmccracken
Created September 21, 2011 23:18
Show Gist options
  • Save joelmccracken/1233596 to your computer and use it in GitHub Desktop.
Save joelmccracken/1233596 to your computer and use it in GitHub Desktop.
Debugger entered--Lisp error: (error "Marker does not point anywhere")
ansi-color-apply-on-region(#<marker in no buffer> #<marker at 14 in mysh>)
ansi-color-process-output("")
run-hook-with-args(ansi-color-process-output "")
comint-send-input()
(progn (shell "mysh") (set-buffer "mysh") (insert "ls") (comint-send-input))
eval((progn (shell "mysh") (set-buffer "mysh") (insert "ls") (comint-send-input)))
eval-last-sexp-1(nil)
eval-last-sexp(nil)
call-interactively(eval-last-sexp nil nil)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment