How to remove an entry from ispell private dictionary?

前端 未结 4 874
长发绾君心
长发绾君心 2021-02-18 23:31

I was wondering how could I remove one (wrongly inserted) entry/word from the ispell private-dictionary.

EDIT

after more digging i am still unab

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-19 00:06

    If you are using Emacs, it creates its own personal dictionary file under what Emacs sees as ~/.aspell.[LANGUAGE].pws. On Windows this happens to be: C:\Users\Username\AppData\Roaming\. This is probably just an effect of the environment Emacs runs the dictionary under. To edit it in Emacs, you can use the tilde *nix style path, as well as the absolute DOS style path.

提交回复
热议问题