Created
September 21, 2011 23:18
-
-
Save joelmccracken/1233596 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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