From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZjVa-0004Xw-Ts for guix-patches@gnu.org; Wed, 19 Dec 2018 16:36:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZjVa-0006pq-4T for guix-patches@gnu.org; Wed, 19 Dec 2018 16:36:02 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:50894) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gZjVa-0006pm-0W for guix-patches@gnu.org; Wed, 19 Dec 2018 16:36:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gZjVZ-0004OR-Pd for guix-patches@gnu.org; Wed, 19 Dec 2018 16:36:01 -0500 Subject: [bug#33790] [PATCH] gnu: Add emacs-wordnut. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20181218122416.19666-1-m.othacehe@gmail.com> Date: Wed, 19 Dec 2018 22:35:11 +0100 In-Reply-To: <20181218122416.19666-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Tue, 18 Dec 2018 21:24:16 +0900") Message-ID: <87o99htd2o.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: Mathieu Othacehe Cc: 33790@debbugs.gnu.org Hi! Mathieu Othacehe skribis: > * gnu/packages/patches/emacs-wordnut-require-adaptive-wrap.patch: New fil= e. > * gnu/local.mk (dist_patch_DATA): Add previous file. > * gnu/packages/emacs.scm (emacs-wordnut): New package. [...] > + (synopsis "Major mode for WordNet") > + (description "This Emacs package provides an interface for > +@code{wordnut}. Features include completion, if the query is not found ^^ It=E2=80=99s an interface to WordNet, not to wordnut. > +++ b/gnu/packages/patches/emacs-wordnut-require-adaptive-wrap.patch > @@ -0,0 +1,19 @@ > +Copyright =C2=A9 2018 Mathieu Othacehe > + > +This patch forces the use of adaptive-wrap. Could you add a link to the upstream issue, if any? Otherwise LGTM, thanks! Ludo=E2=80=99.