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 ms9.migadu.com with LMTPS id GDYeKsKlQmQXKwAASxT56A (envelope-from ) for ; Fri, 21 Apr 2023 17:03:30 +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 UInkKMKlQmQSVAEAG6o9tA (envelope-from ) for ; Fri, 21 Apr 2023 17:03:30 +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 575E9F219 for ; Fri, 21 Apr 2023 17:03:30 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ppsHx-0001KS-R3; Fri, 21 Apr 2023 11:03:05 -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 1ppsHu-0001Ju-K2 for guix-patches@gnu.org; Fri, 21 Apr 2023 11:03:02 -0400 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 1ppsHu-0008Cf-CZ for guix-patches@gnu.org; Fri, 21 Apr 2023 11:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ppsHu-000350-3S for guix-patches@gnu.org; Fri, 21 Apr 2023 11:03:02 -0400 Subject: bug#62921: [PATCH] gnu: emacs-gerbil-mode: Add emacs-gerbil-mode. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 21 Apr 2023 15:03:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 62921 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Juliana Sims Cc: liliana.prikler@gmail.com, 62921-done@debbugs.gnu.org Mail-Followup-To: 62921@debbugs.gnu.org, ludo@gnu.org, juli@incana.org Received: via spool by 62921-done@debbugs.gnu.org id=D62921.168208933811777 (code D ref 62921); Fri, 21 Apr 2023 15:03:01 +0000 Received: (at 62921-done) by debbugs.gnu.org; 21 Apr 2023 15:02:18 +0000 Received: from localhost ([127.0.0.1]:40923 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppsHC-00033t-Ac for submit@debbugs.gnu.org; Fri, 21 Apr 2023 11:02:18 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37248) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ppsHA-00033g-Bk for 62921-done@debbugs.gnu.org; Fri, 21 Apr 2023 11:02:16 -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 1ppsH0-0007wt-Qi; Fri, 21 Apr 2023 11:02:08 -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=xH7V4ZvthYc8QvOZ7efva5gjUP7TUF/N6U/xGJgJYh8=; b=mjKmCmK7dLIs7M6O7Qd1 D++EHh47EmpWXEQ54JEvzOcSuUOK3WXE1GULDcv94+yf+ucqF2Dfppgi5vIorF/6Dachh5D2qwolS +Z7mrc2QBIO20lz2wzNMkfNrtHhHxWulSMf2vaqHnB0JrnhMTEeLyywz7H6/f9fljva+aWgn7+KW6 Vz6AUkUdfla6+ZgIcpmxS01p40bI+myiE4BDM1TsnUlHCxz1Dfkcllo1yzR+WxC9I8e8/xbFQsc8Y RG9omOWXnaBExD60hras4dP+DPuwYqHLTy+7aS7y3apsVn5JtgWrv2CkOR/7i8u1iLyf3Bg9mRdop hKL2WLIUHFQDcA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ppsGz-0001Eg-0z; Fri, 21 Apr 2023 11:02:06 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230418033754.11120-1-juli@incana.org> <20230418170532.12903-1-juli@incana.org> Date: Fri, 21 Apr 2023 17:02:02 +0200 In-Reply-To: <20230418170532.12903-1-juli@incana.org> (Juliana Sims's message of "Tue, 18 Apr 2023 13:05:32 -0400") Message-ID: <87wn25gtxx.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1682089410; a=rsa-sha256; cv=none; b=u12f3T199WJkoE9axQQUIEUOdCyDqDYq1ksTuaar1vhGV63rFpQn89P6QlO4I6Rn3a18t7 FZ8T3rQr+0LioCiIvjlysg5lPbiFEeRqMgm0dCRyOjXwn/0zfFVp8b6aOqxQiJHnIhuTXX GmVy965BDNHH4mydmHP2Ru4huBgDXs4Xw9L3qbq1NSDTEFUAKFpcXkUDDTuGHYgNnhd5LL GNPonV8GJZYKYJy0jMXOLwlFvPbSp0oWJ2IBCQiFQhqAmDYRwABAPlJdtHYHEfl/M6hNUI JFPef6aH1ZAzD+7rQdRhjcIZFNqDYb3o9ZiBGIzAArm+msLMzEM5mcBo3PLoGg== 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=mjKmCmK7; 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-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1682089410; 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=xH7V4ZvthYc8QvOZ7efva5gjUP7TUF/N6U/xGJgJYh8=; b=CzksZQRyD8+RyU80F68o+17HetyZ1Ad7FnxlHruHDHFWWYxQo6+7vBH5Bhs46NaAys4oZ7 CBzGZNVnlNaewJyQVkV4RqQlJCir2hacVAVWSS7YMS3FXoQrlVteO22Du6QrOf3PYouu/3 PmEFdNn4dWBOtLm3a3ssyFd04IUsk2U/ehFUUcvmYhvNF3qol0ZYuvZGyx8VcEtjEV9hEw RCJFQsuhw50HCUgh2AHsIa8LPpm7oBcegE5xIjcvQpGOIYW4DOQ1Sk19SD5wRlcWsTE44l NpKRbaqlMXvj9vH+yWsGx4zPs0qsGi5CTSln4G0guiCrt/emLx3pI/gI6UK/kQ== X-Migadu-Spam-Score: -1.31 X-Spam-Score: -1.31 X-Migadu-Queue-Id: 575E9F219 X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=mjKmCmK7; 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: BnANQj+/E9Lb Hi Juliana, Juliana Sims skribis: >> Maybe the whole package should inherit from `gerbil' package so version, >> source, home-page and license are already set in the parent. WDYT? > > I think that's a great idea! This version of the patch does that and also > sets this package version to 1.0. Applied! Thank you & thanks Nicolas for reviewing! Ludo=E2=80=99.