From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id SHoAH6zbM2U3uAAAauVa8A:P1 (envelope-from ) for ; Sat, 21 Oct 2023 16:09:48 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id SHoAH6zbM2U3uAAAauVa8A (envelope-from ) for ; Sat, 21 Oct 2023 16:09:48 +0200 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 F05CE6594E for ; Sat, 21 Oct 2023 16:09:47 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=YRt1ReId; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697897388; h=from:from:sender:sender: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-to: 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=3XisGDUziyRkUV0lqkzMT98jJ8DHNBb9eirdexyJzL0=; b=SYYlfdFbM9H7qJNnqV9PfAFa6XhcqbO5eRvCYacj541C2YXNuScZ9+BaLzLMMQpVg+VwcP Dhame1iyR0MeqcRkiTWUz3RUiPim4OGnjq0X0PZ3Z+fHHlfHlRca9hOdpGYNA+KcjJ0vOZ cOzJwhPC6ipYvENwrNXytKdq66OgRL7bifcDTuft1vx5EU/JxdOuQXB9g0yoghUOTbGS1T mCyazKsdCWV/fiebhMhcjGeJXTkA2Obt79fv275Qe4Kc9Vkc9CvLEueoVPtqE1BGUhfpqi wOK1HG9VkAk3Nc+rDWA4uBTGGieoDc0Ziw6kcLoYNcjk8r8dqEQVs0hKJQGVKA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=YRt1ReId; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697897388; a=rsa-sha256; cv=none; b=Q84sAZYW17UbYpdRo9rfRkupHPLeQZ7tyEBblwo6y5c4GvEX4nMtCwI1I9V8iapNILigol 5f+6mj+il6ssD29oKP5bKMMtBlr9Y8y9xo321wTsXGzJBiWQgw0SOgVBlOuGOW+wmftEvi +g0sTfB9qVZaFaQLx4XAlJVOOKuFdRAIglQ3w07q36wSYxQuqryNq6YcPk/UZHRgyjVtlW 3PzvAgzaZ4OhXsdBDbzjL5FWDqAgXjDhZ9AhMqwrFZLwmEss1EnLUiDLoW0k2VeiKW44zg GootKtb+HvXUh7DeGiNzqYjjlgOjSueVm+If5yTGEQa8ZiAyNIWspBW12VgpXw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1quCfY-0005uZ-Bh; Sat, 21 Oct 2023 10:09:36 -0400 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 1quCfW-0005td-MB for guix-patches@gnu.org; Sat, 21 Oct 2023 10:09:34 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1quCfW-0006b7-EC for guix-patches@gnu.org; Sat, 21 Oct 2023 10:09:34 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1quCfy-0002HH-5h for guix-patches@gnu.org; Sat, 21 Oct 2023 10:10:02 -0400 Subject: bug#66566: [PATCH 3/3] gnu: Remove emacs-poke. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 21 Oct 2023 14:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 66566 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Bruno Victal Cc: Efraim Flashner , 66566-done@debbugs.gnu.org Mail-Followup-To: 66566@debbugs.gnu.org, ludo@gnu.org, mirai@makinata.eu Received: via spool by 66566-done@debbugs.gnu.org id=D66566.16978973638694 (code D ref 66566); Sat, 21 Oct 2023 14:10:02 +0000 Received: (at 66566-done) by debbugs.gnu.org; 21 Oct 2023 14:09:23 +0000 Received: from localhost ([127.0.0.1]:44769 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quCfB-0002Fy-Q5 for submit@debbugs.gnu.org; Sat, 21 Oct 2023 10:09:22 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1quCfA-0002Fl-Ge for 66566-done@debbugs.gnu.org; Sat, 21 Oct 2023 10:09:13 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1quCeb-0006LP-Ev; Sat, 21 Oct 2023 10:08:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=3XisGDUziyRkUV0lqkzMT98jJ8DHNBb9eirdexyJzL0=; b=YRt1ReIdTfw8CvX1cb4z bxNBQk1vI19XH3pD3FNjTrInd/HleG1smATx0EIpC65bzm+P62H4wp9kpmTDPUhAk2C5lOoEcPVBG ebUg/1MN82rlYuObKcubqbz7hBLIewzs/uTA4Yn9LF+FBq9Dn/LafKdE/q56Q8OeBdRTyvwdh8CJv 8vmp+mGweRmRfICgz7z7R7Ss6mMwS/XHe2EBcrPSW6H7wKKFUJocXrGPcCYP5pYnYOUoh+9ICqrkw PGVYxbq1dpUE05IuthfnCfdjzYRUT/r9x44PpE7tbGitO6tjKDac7qBeceqfPSvcQDozjDioSNW9Z GKC2f5D6p4Z1uw==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: (Bruno Victal's message of "Sat, 21 Oct 2023 09:58:37 +0100") References: <8f333d4832350044e64b9107af6fa28c4468ec69.1697391346.git.mirai@makinata.eu> <5f75ba1f-ccdc-4d10-b522-f2cc0f9313a7@makinata.eu> <87y1fxrl52.fsf@gnu.org> Date: Sat, 21 Oct 2023 16:08:34 +0200 Message-ID: <87y1fwqd99.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -6.81 X-Spam-Score: -6.81 X-Migadu-Queue-Id: F05CE6594E X-Migadu-Scanner: mx2.migadu.com X-TUID: ygamI62/oyWM Hi Bruno, Bruno Victal skribis: > On 2023-10-20 23:20, Ludovic Court=C3=A8s wrote: >> But since =E2=80=98poke=E2=80=99 now provides the Emacs mode, should we: >>=20 >> (define-public emacs-poke >> (deprecated-package "emacs-poke" poke)) >>=20 >> for now? >>=20 >> (I can do it on your behalf, let me know.) > > Go ahead! I think there's no harm in doing this but do leave a comment > above it indicating that the package can be substituted anytime in the > future with the ELPA 'poke'. Done, thanks! Ludo=E2=80=99.