From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39074) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4N9n-0002rQ-RM for guix-patches@gnu.org; Thu, 14 Mar 2019 06:00:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4N9h-0004ze-OE for guix-patches@gnu.org; Thu, 14 Mar 2019 06:00:09 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57538) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h4N9f-0004yN-9G for guix-patches@gnu.org; Thu, 14 Mar 2019 06:00:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h4N9f-0007nK-0z for guix-patches@gnu.org; Thu, 14 Mar 2019 06:00:03 -0400 Subject: bug#34696: [PATCH] gnu: add r-rematch2. Resent-To: guix-patches@gnu.org Resent-Message-ID: References: <20190301080758.5548-1-anothersms@gmail.com> <20190301080758.5548-4-anothersms@gmail.com> From: Ricardo Wurmus In-reply-to: <20190301080758.5548-4-anothersms@gmail.com> Date: Thu, 14 Mar 2019 10:58:50 +0100 Message-ID: <87ef794w11.fsf@elephly.net> 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: =?UTF-8?Q?Nicol=C3=B2?= Balzarotti Cc: 34696-done@debbugs.gnu.org Hi Nicol=C3=B2, thank you for this patch. I applied it with 100f56024e72ad5effff340d34cd7a91a34a830a after a few changes: - the description now contains full sentences - 'regexpr' and 'gregexpr' have been wrapped in @code{} - I added a proper commit message (with the =E2=80=9Cadd=E2=80=9D Yasnippet= in Emacs) - I added a copyright line for you - the words in the synopsis are now lowercase - I removed the #readme tag from the home-page field - adjusted the indentation Thanks! -- Ricardo