让 Flyspell 标记所有拼写错误的单词,甚至包括当前会话中未写的单词

发布于 2024-12-11 08:46:40 字数 137 浏览 2 评论 0原文

当我激活 Flyspell,Mx Flyspell-mode 时,它会在我写入时标记拼写错误的单词,但不会标记缓冲区中我在当前会话期间未写入的任何拼写错误的单词。我怎样才能使 Flyspell 也标记当前会话期间未写的拼写错误的单词?

When I active flyspell, M-x flyspell-mode, it marks misspelled words as I write them but it does not mark any misspelled words in the buffer that I have not written during current session. How can I make it so that flyspell also marks misspelled word not written during the current session?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

遮了一弯 2024-12-18 08:46:40

好吧,您可以手动执行以下操作:

M-x flyspell-buffer

如果您希望每次打开 flyspell-mode 时都发生这种情况,您可以将其添加到您的 .emacs 中:

(add-hook 'flyspell-mode-hook 'flyspell-buffer)

Well, you can manually do:

M-x flyspell-buffer

If you want this to happen every time you turn on flyspell-mode, you can add this to your .emacs:

(add-hook 'flyspell-mode-hook 'flyspell-buffer)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文