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.
フライスペルをアクティブにすると、書き込み時にM-x flyspell-modeスペルミスのある単語がマークされますが、現在のセッション中に書き込んでいないバッファ内のスペルミスのある単語はマークされません。現在のセッション中に書かれていないスペルミスの単語もflyspellでマークされるようにするにはどうすればよいですか?
M-x flyspell-mode
さて、あなたは手動で行うことができます:
M-x flyspell-buffer
オンにするたびにこれを実行したい場合flyspell-modeは、これを.emacsに追加できます。
flyspell-mode
(add-hook 'flyspell-mode-hook 'flyspell-buffer)