From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id MXDyET+Mll/oYgAA0tVLHw (envelope-from ) for ; Mon, 26 Oct 2020 08:43:43 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id wP4pDT+Mll8oWAAA1q6Kng (envelope-from ) for ; Mon, 26 Oct 2020 08:43:43 +0000 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 B175F94036A for ; Mon, 26 Oct 2020 08:43:42 +0000 (UTC) Received: from localhost ([::1]:51414 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kWy6P-0003qV-CR for larch@yhetil.org; Mon, 26 Oct 2020 04:43:41 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47874) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kWy5m-0003oI-Es for guix-patches@gnu.org; Mon, 26 Oct 2020 04:43:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55073) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kWy5m-0000fY-5C for guix-patches@gnu.org; Mon, 26 Oct 2020 04:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kWy5m-0001FK-1l for guix-patches@gnu.org; Mon, 26 Oct 2020 04:43:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#44165] [PATCH] gnu: Add emacs-xonsh-mode. Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 26 Oct 2020 08:43:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44165 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Joseph LaFreniere Cc: 44165@debbugs.gnu.org Received: via spool by 44165-submit@debbugs.gnu.org id=B44165.16037017244711 (code B ref 44165); Mon, 26 Oct 2020 08:43:02 +0000 Received: (at 44165) by debbugs.gnu.org; 26 Oct 2020 08:42:04 +0000 Received: from localhost ([127.0.0.1]:38386 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWy4p-0001Du-VI for submit@debbugs.gnu.org; Mon, 26 Oct 2020 04:42:04 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:50795) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWy4n-0001DN-WD for 44165@debbugs.gnu.org; Mon, 26 Oct 2020 04:42:02 -0400 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id E3C9C60017; Mon, 26 Oct 2020 08:41:54 +0000 (UTC) From: Nicolas Goaziou References: <87tuulag92.fsf@odyssey.lafreniere.xyz> Date: Mon, 26 Oct 2020 09:41:53 +0100 In-Reply-To: <87tuulag92.fsf@odyssey.lafreniere.xyz> (Joseph LaFreniere's message of "Thu, 22 Oct 2020 20:22:01 -0500") Message-ID: <877drd5qge.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.0 (++) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: 1.0 (+) 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-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: iuLoAL9Wp9ga Hello, Joseph LaFreniere writes: > Patch file is attached. Thank you. Some comments follow. > + ;; There is no tagged release yet. > + (let ((tag "0.0.0") The version is actually "O" according to the "Version" keyword in the Elisp file, not "0.0.0". > + (commit "7fa581524533a9b6b770426e4445e571a69e469d") > + (revision "0")) > + (package > + (name "emacs-xonsh-mode") > + (version (git-version tag revision commit)) > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/seanfarley/xonsh-mode.git") > + (commit commit))) > + (sha256 > + (base32 "0lfi2372clkkzi4a940fwparsfhxxzb7bmysfd50n1myakgldri5")))) > + (build-system emacs-build-system) > + (home-page "https://github.com/seanfarley/xonsh-mode") > + (synopsis "Major mode for editing @code{xonsh} files") Emacs major mode for editing @file{xonshrc} files seems slightly more accurate. > + (description > + "This package implements a major mode for xonsh scripts. The basic Mind the two spaces after the full stop above. > +functionality includes syntax highlight for xonsh operators. Files with the > +.xonshrc or .xsh extension are automatically opened with this mode.") @file{.xonshrc} or @file{.xsh} extension Could you send an updated patch? Regards, -- Nicolas Goaziou