每当我关闭emacs时,我都会得到"End of file during parsing" while saving the history.
,但是我不知道该历史文件可以在哪里修复。有人有一个主意,我知道 M-p 已回到历史中,接下来是 M-n ,如何删除历史记录?在文档中找不到任何内容。
我在这里找到有关:
https://www.emacswiki.org/emacs/MinibufferHistory
但是它没有告诉我在哪里可以找到历史记录文件,将文件保存在何处或如何删除历史记录。
答案 0 :(得分:2)
我用grep -R "while saving the history" /home/me/portacle/*
搜索“在保存历史记录时”,并发现:
./all/emacsd/elpa/slime-20180701.1344/contrib/slime-repl.el: "%S while saving the history. Continue? "))
我发现它是造成粘液复制的原因,它保存在~/.slime-history.eld
中。
我删除了文件(它是空的)并重新启动了软泥,因此它为我重新创建了文件,并停止导致错误。