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

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

bug#38583: closed ([PATCH] 27.0.50; Add unattended spell-checking to che


From: GNU bug Tracking System
Subject: bug#38583: closed ([PATCH] 27.0.50; Add unattended spell-checking to checkdoc)
Date: Thu, 16 Jan 2020 18:45:02 +0000

Your message dated Thu, 16 Jan 2020 20:43:55 +0200
with message-id <address@hidden>
and subject line Re: [PATCH] 27.0.50; Add unattended spell-checking to checkdoc
has caused the debbugs.gnu.org bug report #38583,
regarding [PATCH] 27.0.50; Add unattended spell-checking to checkdoc
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38583: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38583
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [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


--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] 27.0.50; Add unattended spell-checking to checkdoc Date: Thu, 16 Jan 2020 20:43:55 +0200
> From: Damien Cassou <address@hidden>
> Cc: address@hidden, address@hidden, address@hidden,
>  address@hidden, address@hidden, address@hidden
> Date: Mon, 13 Jan 2020 06:19:56 +0100
> 
> >From 46df39d2f7ddfe79dd55d8342ea20a2dc17ac31c Mon Sep 17 00:00:00 2001
> From: Damien Cassou <address@hidden>
> Date: Fri, 27 Dec 2019 15:35:52 +0100
> Subject: [PATCH] Add unattended spell-checking to checkdoc

Thanks, I've now pushed this to the master branch.

Sorry for the delays and thanks for persevering.


--- End Message ---

reply via email to

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