2010-03-16 39 views
6

我想在我的Python代碼的docstrings上運行拼寫檢查器,如果可能的話從emacs中運行。如何使用emacs拼寫檢查python docstring?

我發現了ispell-check-comments設置,它可以用來拼寫檢查代碼中的評論,但是我不能只針對那些相當python特定的文檔。

回答

13

我建議您嘗試flyspell模式。你可以使用類似:

(添加鉤 '蟒蛇模式鉤' flyspell-PROG模式)

在您的Emacs配置。

+1

他擊敗了我: http://twitter.com/travisbhartwell/status/10574255696 http://twitter.com/travisbhartwell/status/10574197270 – 2010-03-16 15:25:07