From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.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 gJftGCiCt2L6eQEAbAwnHQ (envelope-from ) for ; Sat, 25 Jun 2022 23:46:16 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id zz0RGCiCt2LvGAEAG6o9tA (envelope-from ) for ; Sat, 25 Jun 2022 23:46:16 +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 0345236614 for ; Sat, 25 Jun 2022 23:46:16 +0200 (CEST) Received: from localhost ([::1]:41800 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o5Dbb-0003y5-6c for larch@yhetil.org; Sat, 25 Jun 2022 17:46:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53498) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o5DbO-0003xn-PW for guix-patches@gnu.org; Sat, 25 Jun 2022 17:46:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52444) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o5DbO-0008BT-Hb for guix-patches@gnu.org; Sat, 25 Jun 2022 17:46:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o5DbO-0004we-Gg for guix-patches@gnu.org; Sat, 25 Jun 2022 17:46:02 -0400 Subject: bug#56174: [PATCH] gnu: Add mle. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 25 Jun 2022 21:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56174 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Nikolay Korotkiy Cc: 56174-done@debbugs.gnu.org Mail-Followup-To: 56174@debbugs.gnu.org, ludo@gnu.org, sikmir@disroot.org Received: via spool by 56174-done@debbugs.gnu.org id=D56174.165619353218965 (code D ref 56174); Sat, 25 Jun 2022 21:46:02 +0000 Received: (at 56174-done) by debbugs.gnu.org; 25 Jun 2022 21:45:32 +0000 Received: from localhost ([127.0.0.1]:46340 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5Dau-0004vo-Ie for submit@debbugs.gnu.org; Sat, 25 Jun 2022 17:45:32 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40186) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o5Das-0004vc-QS for 56174-done@debbugs.gnu.org; Sat, 25 Jun 2022 17:45:31 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38432) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o5Dan-00086d-Gh; Sat, 25 Jun 2022 17:45:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=ix/lMKNQNhl6rJz2wFkdhtVcpTqgjbA9J3CRwyn5xvU=; b=TYjfTUNVw3Nk7WHkQljl 3DI7IZ5wfmVJowLIvNULMznrWp4025o9asSRS68PYkerzEpdS8NMcA4tprtjydSbFEUJ5utJbWKN3 ahrSvQ48iUDqSt1AppXrUyTE9ewFSEANIfj7yVXOD4ScWRAyBS4PFwr31jjGOL+wN7Qbpw+khkL5f e9gUMEBl01Euy+m3s5CxWq0C4t+voJTot6tec/BbPloFoWcMJe2nqsUTFlupLvynPupisyMfutFi6 4oIKWP4BVonuajQrJ+s8IK6QG2l7lqwx9fd4Sq6pB42zJF/jfKCyim0QtsfFsG7+sFDJiHX5HqgvT v44dxrgfy/frDA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:51296 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o5Dan-0006x7-4T; Sat, 25 Jun 2022 17:45:25 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <68d2c3b91f55a2058e01fb6a8217cf2e8a0c43f3.1656012611.git.sikmir@disroot.org> Date: Sat, 25 Jun 2022 23:45:23 +0200 In-Reply-To: <68d2c3b91f55a2058e01fb6a8217cf2e8a0c43f3.1656012611.git.sikmir@disroot.org> (Nikolay Korotkiy's message of "Thu, 23 Jun 2022 22:30:11 +0300") Message-ID: <874k08to24.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) 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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1656193576; 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=ix/lMKNQNhl6rJz2wFkdhtVcpTqgjbA9J3CRwyn5xvU=; b=aAjOKmxA/vv9DofePJz9RzUz00FbWL3KRim/dObbH1dOerN5Ap9TWPqKYP91re4nGhRNbx DzmSxEOoUL1b+Cf19pcouv6704H/uBbMBJXLse2Dp99Ma24/bsxqYuAGLCdtq+PSBNHXrA 7v5rDkJb6I0qdnS5+1vFyoJeWpo0T5wOt9imcwodoxAE8ZDWEanqOj+056IiBAJUlkmEDj SVIdVbkxAcvoSauqCSm3ZNgx9JM12rUKkOe+ny2m/MzomXBGb7SM1uE5TYQDaxx6sF2SON CrjnKRNZePVm6vgyO1Fd9pauIHeoxe5IoDyXo6rEpycrhyWLAITx/y0lwaha/A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1656193576; a=rsa-sha256; cv=none; b=Reeytlb8edv5vVUDDMtol/yhXI+bjF94J3gY6g5JbFEDVYD/BM7L9V3HTO0UvTNVTn0UP5 SEKfjeAW1w2EZoRs9MGMwsrc8ziedTpr9c9fVgzJdlGvkx2RYBbqGnFdjKuB8RLin5JJ8k cdDY7xpIm8jKrEk5N1Lt6p0zx+pSb31YqQ0GFYHP0Zh4Hraw83GRyWYjECO2Xadi7VJvYZ PJhKXKkEl3equchbugXONxUPYBAFxxgLGw/IHbFjHNE1ZbIaKOZWjNxRBx9bN18O6LP1cq Y90n2TtzmTJSZN/lGEa9Sajj5Utm6+l1cKShyGdmuAwD23T8pFWHYj7xYqriQg== 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=TYjfTUNV; 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-Migadu-Spam-Score: -2.36 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=TYjfTUNV; 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-Migadu-Queue-Id: 0345236614 X-Spam-Score: -2.36 X-Migadu-Scanner: scn1.migadu.com X-TUID: r6AhPiZWgUG9 Hi, Nikolay Korotkiy skribis: > * gnu/packages/text-editors.scm (mle): New variable. I ran =E2=80=98guix style=E2=80=99 (which now has slightly different rules)= and applied it, thanks! Ludo=E2=80=99.