From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48470) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eBupy-0000td-F7 for guix-patches@gnu.org; Mon, 06 Nov 2017 22:46:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBupu-00057k-Hn for guix-patches@gnu.org; Mon, 06 Nov 2017 22:46:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:46341) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eBupu-00057f-EL for guix-patches@gnu.org; Mon, 06 Nov 2017 22:46:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eBupu-0001XJ-50 for guix-patches@gnu.org; Mon, 06 Nov 2017 22:46:02 -0500 Subject: [bug#29079] [PATCH] gnu: Add hunspell-en-US. Resent-Message-ID: From: Kei Kebreau References: <20171031144750.14587-1-kkebreau@posteo.net> <87shdsmobm.fsf@gnu.org> Date: Mon, 06 Nov 2017 22:45:13 -0500 In-Reply-To: <87shdsmobm.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sun, 05 Nov 2017 22:02:21 +0100") Message-ID: <87y3nivjjq.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 29079@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hi Kei, > > Kei Kebreau skribis: > >> * gnu/packages/dictionaries.scm (hunspell-en-US): New variable. > > On the same day I added this one and a couple of other dictionaries: > > https://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D085bcca313c3827= f7c56e7c345d4606588db9085 > > The package I committed builds the Hunspell list =E2=80=9Cfrom source=E2= =80=9D. > > Let me know whether we should adjust things and what you think of it. > > Thanks! > > Ludo=E2=80=99. I definitely like the generality and flexibility of this patch better. To get the dictionary to work in LibreOffice I had to install the .dic file as well [0], but once I did that everything seemed to work as expected. [0]: (mkdir-p myspell) + (install-file ,(string-append "speller/" language ".dic") + hunspell) (install-file ,(string-append "speller/" language ".aff") hunspell) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAloBLEkACgkQ5qXuPBlG eg02UA//XJcSF7xIIjNs9jr3DV9Qgxq2irRFp+6Hu+cNcmEKzuj011xj5L4/P/b8 STLTG3wEaT61dkoNnH8D4pHJtp50PYjnDK2l2a8JpsSNBDcHqXXMxNaYkHm7pC2K CbNnTarS0oYYX4YG4CAbIrqH7UPlM7kkPdW7jOJy3tBwaToALHMCmn/yW1nWzZTE AlXZT21NDkZKZoDkN/WLxCH/tbAtNWIjorLfwwSlou5eYV6qAoGfMyqQhC+TN1x+ zoPWIkdb/PDhbMllSc1GtZOrFhYuDnbAzjV8c9og26HJ1U48NGiZIJL3hmMDsAGt pAkDCvnvNuwUS1lvGUG/KVPL0F+qTHxq5lKHAnyTm/XeR9JmpbVt4rsQhKa422bw abJfEql1KomFQpRIoxqoO2GDqXiVghTFqkF4uA9H1HsolIvYKHRjphjxGRcP09Bo xkWfbykRAYrrNKPrFbjo0kXhC9HKsqeenfMCxme2dZEB2GP4sXgPdIBFoKnLGq+h TGxMFkk322mZL9j4IFN6E/XSPpFrtTp/1jQ3TsMEfE44npCQc2KlFFCgj4xArB96 SUl3byn6l1oNfetI6w8y4auwX7xjSd5tARj8Ilq7JORUiMRvzpOQ4SEoQxSUx4Ib D9frjAySLaiCQT6wKlwJg1IgBRYfuUU85UxU8FLa1GOSMbaElPI= =5Z9f -----END PGP SIGNATURE----- --=-=-=--