emacs 中的 "history" 文件在哪里?
Where is the "history" file in emacs?
每当我关闭 emacs 时,我都会得到 "End of file during parsing" while saving the history.
,但我不知道该历史文件在哪里供我修复。有人有想法,我知道 M-p 回到历史记录, M-n 为下一个,我如何删除历史记录?我在文档中没有找到任何关于。
我在这里找到了关于:
https://www.emacswiki.org/emacs/MinibufferHistory
但是它没有告诉我在哪里可以找到历史文件,保存在哪里,或者如何删除历史。
我用 grep -R "while saving the history" /home/me/portacle/*
搜索 "while saving the history",结果发现:
./all/emacsd/elpa/slime-20180701.1344/contrib/slime-repl.el: "%S while saving the history. Continue? "))
我发现是它导致的 slime-repl,它保存在 ~/.slime-history.eld
中的文件。
我删除了文件(它是空的)并重新启动了 slime,所以它为我重新创建了文件,并停止了错误。
每当我关闭 emacs 时,我都会得到 "End of file during parsing" while saving the history.
,但我不知道该历史文件在哪里供我修复。有人有想法,我知道 M-p 回到历史记录, M-n 为下一个,我如何删除历史记录?我在文档中没有找到任何关于。
我在这里找到了关于:
https://www.emacswiki.org/emacs/MinibufferHistory
但是它没有告诉我在哪里可以找到历史文件,保存在哪里,或者如何删除历史。
我用 grep -R "while saving the history" /home/me/portacle/*
搜索 "while saving the history",结果发现:
./all/emacsd/elpa/slime-20180701.1344/contrib/slime-repl.el: "%S while saving the history. Continue? "))
我发现是它导致的 slime-repl,它保存在 ~/.slime-history.eld
中的文件。
我删除了文件(它是空的)并重新启动了 slime,所以它为我重新创建了文件,并停止了错误。