当我粘贴新函数时,lisp 中有很多不必要和重复的输出

Lots of unnecessary and repititious output in clisp when I paste in new functions

我刚刚又开始使用 clisp(大约 20 年后)。现在,当我粘贴一个新函数时,它显示每一行后我得到以下文本:

You are in the top-level Read-Eval-Print loop.
Help (abbreviated :h) = this list.
Use the usual editing capabilities.

一般情况下,该功能仍然有效。即使我从一个新的 clisp 副本开始,也会发生这种情况。我怎样才能让 clisp 停止这个看似不必要的输出?我认为它应该包含整个函数,然后在发现错误时通知我。即使没有错误,它也会这样做。

The code you paste probably contains Tab characters.

PS。 You now owe me 10 zorkmids.