From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQcHK-0000cE-2f for guix-patches@gnu.org; Sun, 17 Dec 2017 11:59:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQcHG-0000A5-6B for guix-patches@gnu.org; Sun, 17 Dec 2017 11:59:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58831) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eQcHG-00009x-2N for guix-patches@gnu.org; Sun, 17 Dec 2017 11:59:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eQcHF-0008Bg-RX for guix-patches@gnu.org; Sun, 17 Dec 2017 11:59:01 -0500 Subject: [bug#29753] [PATCH] Add grammalecte. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87a7yhochm.fsf@nicolasgoaziou.fr> Date: Sun, 17 Dec 2017 17:58:54 +0100 In-Reply-To: <87a7yhochm.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sun, 17 Dec 2017 11:49:41 +0100") Message-ID: <878te19tpt.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Nicolas Goaziou Cc: 29753@debbugs.gnu.org Heya, Nicolas Goaziou skribis: > From 6b687b4b89e8174fb2e55a9353a4b43d2019dffd Mon Sep 17 00:00:00 2001 > From: Nicolas Goaziou > Date: Sun, 17 Dec 2017 11:45:47 +0100 > Subject: [PATCH] gnu: Add grammalecte. > > * gnu/packages/dictionaries.scm (grammalecte): New variable. [...] > + (home-page "https://www.dicollecte.org") > + (synopsis "French spelling and grammar checker") > + (description "Grammalecte is a grammar checker dedicated to the Fren= ch > +language, derived from Lightproof. > + > +Grammalecte aims at helping to write a proper French without distracting= users > +with false positives. This grammar checker follows the principle: the l= ess > +false positives, the better; if it can not know with a good chance if s/can not/cannot/ :-) Otherwise LGTM! Do you know if there=E2=80=99s Emacs integration (Flyspell maybe?)? Thank you, Ludo=E2=80=99.