gpt4 book ai didi

emacs - 更改 Common Lisp REPL 中文本的颜色

转载 作者:行者123 更新时间:2023-12-05 00:28:11 31 4
gpt4 key购买 nike

我想控制 Common Lisp 中显示的文本颜色。
像这样的伪代码:

(print-color (:red "hello") (:blue "world"))

有什么办法可以做到吗?我使用 SBCL,我的 repl 在 emacs 中。
谢谢!

最佳答案

您可以使用 ANSI escape code打印彩色文本:

(format t "~c[31mabc~c[0m~%" #\ESC #\ESC) ; this prints a red "abc" for most modern terminals

不过,我不确定这是否适用于粘液。

关于emacs - 更改 Common Lisp REPL 中文本的颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19208933/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com