Re: xterm rlwrap sbcl

Liste des GroupesRevenir à cu questions 
Sujet : Re: xterm rlwrap sbcl
De : anthk (at) *nospam* disroot.org (Bozo User)
Groupes : comp.unix.questions
Date : 13. Jan 2025, 00:01:24
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vm1hk4$1etjc$4@dont-email.me>
References : 1
User-Agent : slrn/1.0.3 (Linux)
On 2024-12-12, Salvador Mirzo <smirzo@example.com> wrote:
I know next to nothing about terminals.  My .profile says TERM=xterm.
>
$ echo $TERM
xterm
>
I really am running PuTTY on Windows and logging in to a FreeBSD system.
>
When I invoke ``rlwrap sbcl'', I get a little bug:
>
--8<-------------------------------------------------------->8---
$ rlwrap sbcl
This is SBCL 2.4.9, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
>
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
* (f(format t "hello~%")
hello
NIL
--8<-------------------------------------------------------->8---
>
Of course, I typed
>
  (format t "hello~%")
>
but we end up seeing
>
  (f(format t "hello~%")
>
If I type
>
  (write-string "hello")
>
we end up with
>
* (w(write-string "hello")
hello
"hello"
>
You get the idea.  This doesn't happen with other programs.  It seems to
be something specific to sbcl, though I could hardly believe that sbcl
is guilty of anything here.
>
Any remedies?

You can try using vim+slimv, it's much better than a simple REPL

Date Sujet#  Auteur
12 Dec 24 * xterm rlwrap sbcl17Salvador Mirzo
12 Dec 24 +* Re: xterm rlwrap sbcl10Lawrence D'Oliveiro
12 Dec 24 i+* Re: xterm rlwrap sbcl8Paul
12 Dec 24 ii`* Re: xterm rlwrap sbcl7Salvador Mirzo
13 Dec 24 ii `* Re: xterm rlwrap sbcl6Paul
13 Dec 24 ii  +- Re: xterm rlwrap sbcl1Grant Taylor
14 Dec 24 ii  `* Re: xterm rlwrap sbcl4Salvador Mirzo
14 Dec 24 ii   `* Re: xterm rlwrap sbcl3Salvador Mirzo
14 Dec 24 ii    `* Re: xterm rlwrap sbcl2Paul
14 Dec 24 ii     `- Re: xterm rlwrap sbcl1Salvador Mirzo
26 Dec 24 i`- Re: xterm rlwrap sbcl1Salvador Mirzo
13 Dec 24 +* Re: xterm rlwrap sbcl2Eli the Bearded
14 Dec 24 i`- Re: xterm rlwrap sbcl1Salvador Mirzo
13 Dec 24 +* Re: xterm rlwrap sbcl2Oregonian Haruspex
13 Dec 24 i`- Re: xterm rlwrap sbcl1Paul
13 Jan 25 `* Re: xterm rlwrap sbcl2Bozo User
13 Jan 25  `- Re: xterm rlwrap sbcl1Salvador Mirzo

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal