From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:46832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYY4T-0007FN-NZ for guix-patches@gnu.org; Wed, 05 Jun 2019 11:43:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYXpd-00014Q-0E for guix-patches@gnu.org; Wed, 05 Jun 2019 11:28:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34387) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hYXpc-00014I-TA for guix-patches@gnu.org; Wed, 05 Jun 2019 11:28:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hYXpc-0003nZ-OW for guix-patches@gnu.org; Wed, 05 Jun 2019 11:28:04 -0400 Subject: [bug#36050] [PATCH] gnu: Add emacs-xterm-color Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20190602025956.1666-1-jonathan@terracrypt.net> Date: Wed, 05 Jun 2019 17:27:02 +0200 In-Reply-To: <20190602025956.1666-1-jonathan@terracrypt.net> (Jonathan Frederickson's message of "Sat, 1 Jun 2019 22:59:56 -0400") Message-ID: <87r288yrw9.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: Jonathan Frederickson Cc: 36050@debbugs.gnu.org Hi Jonathan, Jonathan Frederickson skribis: > * gnu/packages/emacs-xyz.scm: (emacs-xterm-color) new variable. [...] > + (uri (string-append > + "https://melpa.org/packages/xterm-color-" > + version > + ".el")) melpa.org URLs are not stable: files get modified in place. For that reason, we usually refer directly to upstream VCS repositories. Could you modify the patch accordingly? > + (synopsis "ANSI & xterm-256 color text property translator for Emacs= ") > + (description "@code{xterm-color.el} is an ANSI control sequence to t= ext-property translator") Please add a period at the end of the sentence. :-) Thank you, Ludo=E2=80=99.