如何在 ACL2 和 emacs 中使用 ctrl+t e 使 time$ 工作?
How do I make time$ work with ctrl+t e in ACL2 and emacs?
当我尝试使用 ctrl+t e 将表单复制到我的 ACL2 shell 缓冲区时,并且我已经在我的 shell 缓冲区中放置了一个 time$ 时,我得到一个错误,关于不可以粘贴表格。如何更改 emacs 宏,以便我可以粘贴到 ACL2 shell 已经写入 (time$ 的缓冲区?
将其放在 ~/.emacs 文件的末尾:
(setq *acl2-insert-pats* '(:not ".*%[ ]*$" "[^(]*$[ ]*$" "^$"))
当我尝试使用 ctrl+t e 将表单复制到我的 ACL2 shell 缓冲区时,并且我已经在我的 shell 缓冲区中放置了一个 time$ 时,我得到一个错误,关于不可以粘贴表格。如何更改 emacs 宏,以便我可以粘贴到 ACL2 shell 已经写入 (time$ 的缓冲区?
将其放在 ~/.emacs 文件的末尾:
(setq *acl2-insert-pats* '(:not ".*%[ ]*$" "[^(]*$[ ]*$" "^$"))