Sujet : Re: xterm rlwrap sbcl
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.unix.questionsDate : 12. Dec 2024, 07:05:44
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vjdufn$20g9u$1@dont-email.me>
References : 1
User-Agent : Pan/0.161 (Chasiv Yar; )
On Wed, 11 Dec 2024 22:22:28 -0300, Salvador Mirzo wrote:
$ echo $TERM
xterm
Same here.
I really am running PuTTY on Windows and logging in to a FreeBSD system.
I am running KDE Konsole on Linux to access a local shell.
Of course, I typed
(format t "hello~%")
but we end up seeing
(f(format t "hello~%")
My terminal window shows:
* (format t "hello~%")
hello
NIL
If I type
(write-string "hello")
we end up with
* (w(write-string "hello")
hello
"hello"
My terminal window shows:
* (write-string "hello")
hello
"hello"
Most likely suspect: Windows is the weakest link.