furushchev / euslime

Emacs SLIME for Euslisp
7 stars 1 forks source link

Support null input and in-line tabs/newline #10

Closed Affonso-Gui closed 6 years ago

Affonso-Gui commented 6 years ago
irteusgl> 
nil
irteusgl> (list 1
        2
        3)
(1 2 3)
furushchev commented 6 years ago

@Affonso-Gui Does it work if I put a string value that contains tab or newline?

furushchev commented 6 years ago

The issue is solved by #11

Affonso-Gui commented 6 years ago

Got it, thanks for the fixes!