Path: csiph.com!weretis.net!feeder9.news.weretis.net!news.quux.org!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Salvador Mirzo Newsgroups: comp.unix.questions Subject: Re: xterm rlwrap sbcl Date: Sat, 14 Dec 2024 18:51:48 -0300 Organization: A noiseless patient Spider Lines: 38 Message-ID: <87cyhuexvv.fsf@example.com> References: <87frmtofu3.fsf@example.com> <874j383n8h.fsf@example.com> <87a5czgni9.fsf@example.com> <87y10jf8jx.fsf@example.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Sat, 14 Dec 2024 22:51:49 +0100 (CET) Injection-Info: dont-email.me; posting-host="fa1600981217bb2f11af234834e6a390"; logging-data="191228"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18ahdFLI1+Wd5v0PuAOMCAfo6HFhnKJjsc=" Cancel-Lock: sha1:FKK0+d2kS2qjgsK/5i6cAX239iY= sha1:wAb6Lw9FP62eqQUIV9+A3cXJvaQ= Xref: csiph.com comp.unix.questions:560 Paul writes: > On Fri, 12/13/2024 6:49 PM, Salvador Mirzo wrote: [...] >> Someone (maybe you) suggested I should change my PuTTY terminal-type >> string to vt100. I did. Same result: >> >> $ uname -a >> FreeBSD my.domain 14.1-RELEASE-p5 FreeBSD 14.1-RELEASE-p5 GENERIC amd64 >> >> $ echo $TERM >> vt100 >> >> $ rlwrap sbcl >> This is SBCL 2.4.9, an implementation of ANSI Common Lisp. >> More information about SBCL is available at . >> >> 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 >> > > The pattern is not suggestive of a $TERM problem, but it was > worth trying a change anyway. > > Perhaps the rlwrap developer recognizes the pattern ? Good idea. I asked them at https://github.com/hanslub42/rlwrap/issues/194 Thanks for your attention, Paul!