(comint-send-string "*shell*" "xclock\n")
Right, it sends a string to a comint buffer named "*shell*". you can use it to easily interact with any inferior process you have in your emacs. that means clojure repls, ruby repls (robe), etc....
Technical stuff, mostly
(comint-send-string "*shell*" "xclock\n")
1 comentario:
Very handy indeed, I never heard of that function in Elisp. Thanks for sharing!
Publicar un comentario