Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Emacs 中遇到了这个问题 - 我运行cider-eval-buffer并且我的一个函数定义是无效的,这会导致一个错误(或多个)。我更正了错误并再次运行命令只是为了得到Lisp nesting exceeds 'max-lisp-eval-depth'. C-x C-e我可以通过or手动评估代码片段,C-M-x但我无法cider-eval-buffer再次运行或重新评估我正在使用的命名空间。有什么想法吗?
cider-eval-buffer
Lisp nesting exceeds 'max-lisp-eval-depth'
C-x C-e
C-M-x
我是苹果酒的维护者。请在此处将其报告为错误,以及一些可用于重现错误的示例代码以及您的 cider 和 emacs 版本。