geiser-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Is this expected Geiser behavior?


From: Nicholas Papadonis
Subject: Is this expected Geiser behavior?
Date: Thu, 19 Mar 2020 23:00:23 -0400

I'm running the Mit REPL and editing a file test.scm.  

In the test.scm buffer:
(display "test")

C-x C-e

Under the mode line displays:
=> #!unspecific

C-u C-x C-e 
(display "test") #!unspecific


Is this expected behavior?

In the REPL display works:
(display "test")
test
;Unspecified return value

Thanks

reply via email to

[Prev in Thread] Current Thread [Next in Thread]