ailisp / commonlisp-vscode

Common Lisp Editing extension for Visual Studio Code
35 stars 1 forks source link

Should print statements show in the repl? #9

Closed smashedtoatoms closed 3 years ago

smashedtoatoms commented 4 years ago

When I run a simple hello world function that writes to stdout I get a void response, which is expected since the function returns nothing. What is surprising is that I don't see the output. I see it in sly on emacs. Any ideas on what might be going on?

Great work, by the way. I'm so excited for this project!

ailisp commented 3 years ago

@smashedtoatoms Thanks! What is your code and expected behavior? For me, print print to a popup box at botton right of the UI: Screenshot from 2020-12-09 14-39-55

ailisp commented 3 years ago

I guess i got what's you expected: Screenshot from 2020-12-09 14-42-14 I didn't use sly, but slime gives a similar effect, result is both print to REPL, and "popup" in the minibuffer

smashedtoatoms commented 3 years ago

You know, it's working fine now. I re-installed vscode because unrelated things were acting weird, and it seems to have fixed everything.