bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38583: [PATCH] 27.0.50; Add unattended spell-checking to checkdoc


From: Damien Cassou
Subject: bug#38583: [PATCH] 27.0.50; Add unattended spell-checking to checkdoc
Date: Thu, 12 Dec 2019 22:26:35 +0100

This series of patches makes checkdoc capable of spell-checking even
when the user isn't using it interactively. When TAKE-NOTES is non-nil,
checkdoc will run spell-checking (with ispell) and report spelling
mistakes.

Damien Cassou (5):
  Add function `ispell-correct-p`
  Fix indentation of `checkdoc-ispell-docstring-engine`
  Cleanup of `checkdoc-ispell-docstring-engine`
  Properly initialize ispell in checkdoc
  Add unattended spell-checking to checkdoc

 lisp/emacs-lisp/checkdoc.el | 114 ++++++++++++++++++++----------------
 lisp/textmodes/ispell.el    |  46 +++++++++++----
 2 files changed, 98 insertions(+), 62 deletions(-)

-- 
Damien Cassou

"Success is the ability to go from one failure to another without
losing enthusiasm." --Winston Churchill

Attachment: 0001-Add-function-ispell-correct-p.patch
Description: Text Data

Attachment: 0002-Fix-indentation-of-checkdoc-ispell-docstring-engine.patch
Description: Text Data

Attachment: 0003-Cleanup-of-checkdoc-ispell-docstring-engine.patch
Description: Text Data

Attachment: 0004-Properly-initialize-ispell-in-checkdoc.patch
Description: Text Data

Attachment: 0005-Add-unattended-spell-checking-to-checkdoc.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]