From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id cKwrDUmczWO4HQAAbAwnHQ (envelope-from ) for ; Sun, 22 Jan 2023 21:27:53 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 0BsCDUmczWNu/wAAauVa8A (envelope-from ) for ; Sun, 22 Jan 2023 21:27:53 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id AC73539D90 for ; Sun, 22 Jan 2023 21:27:52 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pJgwK-0000nh-FZ; Sun, 22 Jan 2023 15:27:44 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pJgk2-0006xP-Ur for guix-patches@gnu.org; Sun, 22 Jan 2023 15:15:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pJgk2-0006f9-M4 for guix-patches@gnu.org; Sun, 22 Jan 2023 15:15:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pJgk2-0005fa-A8 for guix-patches@gnu.org; Sun, 22 Jan 2023 15:15:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#60992] [PATCH] gnu: Add emacs-paradox. Resent-From: Cayetano Santos Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 22 Jan 2023 20:15:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60992 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Nicolas Goaziou Cc: 60992@debbugs.gnu.org Received: via spool by 60992-submit@debbugs.gnu.org id=B60992.167441846421736 (code B ref 60992); Sun, 22 Jan 2023 20:15:02 +0000 Received: (at 60992) by debbugs.gnu.org; 22 Jan 2023 20:14:24 +0000 Received: from localhost ([127.0.0.1]:52686 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pJgjP-0005eW-IT for submit@debbugs.gnu.org; Sun, 22 Jan 2023 15:14:23 -0500 Received: from latitanza.investici.org ([82.94.249.234]:42651) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pJgjN-0005eM-2e for 60992@debbugs.gnu.org; Sun, 22 Jan 2023 15:14:22 -0500 Received: from mx3.investici.org (unknown [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id 4P0PZz4F4bzGp81; Sun, 22 Jan 2023 20:14:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1674418459; bh=Ea1Av/hUcCfQOS7s7BsUsGm8ipxebr1SO1qlN/KjGf8=; h=References:From:To:Cc:Subject:Date:Reply-To:In-reply-to:From; b=fhSmnsmOzORsL1YtIIQ7flWVGD2BmfLbbqwJP/nqJYaKZ14/jePwxHw5Fu416alrP ojkkCIe3+etg2NwiQsmrTFCiqjFzF+cq0WJbFdNLFCBy4Os8Xw0kOszz1Tpookq4lU LRs0wQibabeir5UPYsyTWm64uBLzOjSO4gb1zIJQ= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4P0PZz2GMVzGpFl; Sun, 22 Jan 2023 20:14:19 +0000 (UTC) References: <874jsiplit.fsf@nicolasgoaziou.fr> User-agent: mu4e 1.8.13; emacs 29.0.50 Date: Sun, 22 Jan 2023 21:05:06 +0100 In-reply-to: <874jsiplit.fsf@nicolasgoaziou.fr> Message-ID: <87cz76pbs6.fsf@inventati.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Mailman-Approved-At: Sun, 22 Jan 2023 15:27:43 -0500 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: cayetano.santos@inventati.org X-ACL-Warn: , Cayetano Santos via Guix-patches From: Cayetano Santos via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1674419272; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=Ea1Av/hUcCfQOS7s7BsUsGm8ipxebr1SO1qlN/KjGf8=; b=j84DYtnno53pn3eG4I2Z4uh16BUER9qWDRAivB3zeyFlhuzwEiDxq1dv7JjXH3PeMw6vCH C+Eobz71BPmcE7MsGWfTRrgsjBdRB0kSxf+w5FSxpiOq4bQq2dteZ3Xknil/du4okerYjp MtB/97CJgqYhy/k3IcxAsPjFnwRV+ltikTeuyR6fsvrg6zbCvmZ05EOEIUizWs0nJqhvXg lleu84N7QMWfg5FrwTwsDut5BhQ4cwkkEzWPyRv9f8fA1Gk2iIYrj6DpT99j13/DhQQhzQ qyDYoLh8xtHHMePeZl39hqwoHbBG+O/RI4Caed0pwC1u6PYw/pkZ20ECjajANA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inventati.org header.s=stigmate header.b=fhSmnsmO; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1674419272; a=rsa-sha256; cv=none; b=nqqvORHKLmZnxK7RecmYQAixGbnNMYUTeSY4aA4si20g1N+QJrjR0WmzVgA0yOwN2GQxBC Qzv6M4ogf8Fm4OBuYeLrSXCkRc7IKICUngAWSJxz4nwR3bffRFKpuZRbQZEm1N2NvigB7f AAmEIR1rq0ymaBJ3HazOqKOQ8L/SpccrrMPN3U0ILTqim8UWIlPEtyY0UrxfFH/EsxX5hg kJXXWyAT8Dg76CpKdHN0htpLnSm+2mi/xuyUDh0MbJDaZ+OFMtBuSkeyRpmnZwcXtWgAa2 w3l4Lw5Vnwh3w+iql1GHEuILzCRf2u4T5iViReAG//KxgMgZeDqeJeFs/vI6ZQ== X-Migadu-Scanner: scn1.migadu.com X-Migadu-Spam-Score: -2.09 X-Spam-Score: -2.09 X-Migadu-Queue-Id: AC73539D90 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=inventati.org header.s=stigmate header.b=fhSmnsmO; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-TUID: j7cQd4GeSNqZ >dim. 22 janv. 2023 at 17:43, Nicolas Goaziou=20 > ... > Hello, > > Cayetano Santos via Guix-patches via =20 > writes: > >> * gnu/packages/emacs-xyz.scm (emacs-paradox): New variable. > > Thank you. > > This project is no longer maintained, and the repository is=20 > read-only. > Last release is more than 3 years old. Do you think the whole=20 > thing is > worth packaging nonetheless ? Good question (a few other packages, not explicitly declared as=20 out of maintenance, are in a similar position). For as long as I=E2=80=99m concerned, this is a great piece of code which=20 I=E2=80=99ve been using frequently for a long time. Its stable and=20 performs well. Regards, C.