Created
September 21, 2011 23:49
-
-
Save legumbre/1233648 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
(progn | |
(shell "mysh") | |
(insert "cd /tmp") | |
(comint-send-input) | |
(insert "ls -alG") | |
(comint-send-input)) | |
Debugger entered--Lisp error: (error "Marker does not point anywhere") | |
ansi-color-apply-on-region(#<marker in no buffer> #<marker at 9 in mysh>) | |
ansi-color-process-output("") | |
run-hook-with-args(ansi-color-process-output "") | |
comint-send-input() | |
(progn (shell "mysh") (insert "cd /tmp") (comint-send-input) (insert "ls -alG") (comint-send-input)) | |
eval((progn (shell "mysh") (insert "cd /tmp") (comint-send-input) (insert "ls -alG") (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