Deutsch   English   Français   Italiano  
<vjdufn$20g9u$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.unix.questions
Subject: Re: xterm rlwrap sbcl
Date: Thu, 12 Dec 2024 06:05:44 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 42
Message-ID: <vjdufn$20g9u$1@dont-email.me>
References: <87frmtofu3.fsf@example.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Thu, 12 Dec 2024 07:05:44 +0100 (CET)
Injection-Info: dont-email.me; posting-host="f089114b1739cee2d645e6e434e62749";
	logging-data="2113854"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX197IlLDvgc40/VNrxF2LVOm"
User-Agent: Pan/0.161 (Chasiv Yar; )
Cancel-Lock: sha1:+c554rvZsZ5XHB3aldvm2QzeMQU=
Bytes: 1585

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.