joaotavora / sly

Sylvester the Cat's Common Lisp IDE
1.26k stars 142 forks source link

No equivalent for slime-redirect-inferior-output #453

Open dieggsy opened 3 years ago

dieggsy commented 3 years ago

I was looking for a way to have all output go to the REPL buffer for a more.... console-like exeprience (I find it odd to have output split between buffers) and was told about slime-redirect-inferior-output - it doesn't seem sly has an equivalent function. Could this be added, or is there a way to achieve the same effect in sly?

In particular, I was concerned with the output of e.g. (Allegro):

(excl:run-shell-command "echo foo && sleep 1 && echo bar")