From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id sBX6NR6kyl9pcwAA0tVLHw (envelope-from ) for ; Fri, 04 Dec 2020 21:03:26 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 0BS3MR6kyl/NJAAAbx9fmQ (envelope-from ) for ; Fri, 04 Dec 2020 21:03:26 +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 624879403A2 for ; Fri, 4 Dec 2020 21:03:26 +0000 (UTC) Received: from localhost ([::1]:58834 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1klIEf-0002er-Cb for larch@yhetil.org; Fri, 04 Dec 2020 16:03:25 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:58956) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1klHRu-0001CX-93 for guix-patches@gnu.org; Fri, 04 Dec 2020 15:13:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:34405) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1klHRu-0003o5-1N for guix-patches@gnu.org; Fri, 04 Dec 2020 15:13:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1klHRt-0003Ye-Mh for guix-patches@gnu.org; Fri, 04 Dec 2020 15:13:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45011] [PATCH] add emacs-project and dependency Resent-From: Nicolas Goaziou Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 04 Dec 2020 20:13:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 45011 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jonathan Cc: 45011@debbugs.gnu.org Received: via spool by 45011-submit@debbugs.gnu.org id=B45011.160711277713666 (code B ref 45011); Fri, 04 Dec 2020 20:13:01 +0000 Received: (at 45011) by debbugs.gnu.org; 4 Dec 2020 20:12:57 +0000 Received: from localhost ([127.0.0.1]:45951 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1klHRp-0003YM-Dq for submit@debbugs.gnu.org; Fri, 04 Dec 2020 15:12:57 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:44995) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1klHRn-0003Y8-R8 for 45011@debbugs.gnu.org; Fri, 04 Dec 2020 15:12:57 -0500 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 0AD5224000C; Fri, 4 Dec 2020 20:12:48 +0000 (UTC) From: Nicolas Goaziou References: Date: Fri, 04 Dec 2020 21:12:47 +0100 In-Reply-To: (Jonathan's message of "Wed, 2 Dec 2020 10:29:48 -0600") Message-ID: <87lfedpby8.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-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-Spam-Score: -2.29 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-Migadu-Queue-Id: 624879403A2 X-Spam-Score: -2.29 X-Migadu-Scanner: ns3122888.ip-94-23-21.eu X-TUID: 29Z4sIGr5reB Hello, Jonathan writes: > gnu/packages/emacs-xyz.scm | 61 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 61 insertions(+) Thank you! Could you write a commit message to introduce your changes? You can look at those starting with "Add ..." in the code base. Also, could you split it into two patches, one for each package? > + (synopsis "Operations on the current project") > + (description > + "NOTE: The project API is still experimental and can change in major, > +backward-incompatible ways. Everyone is encouraged to try it, and > +report to us any problems or use cases we hadn't anticipated, by > +sending an email to emacs-devel, or `M-x report-emacs-bug'. > + > +This file contains generic infrastructure for dealing with > +projects, some utility functions, and commands using that > +infrastructure.") The synopsis could be clarified, so could the description. In particular, the latter explains what the library is about. > + (description > + "NOTE: The xref API is still experimental and can change in major, > +backward-incompatible ways. Everyone is encouraged to try it, and > +report to us any problems or use cases we hadn't anticipated, by > +sending an email to emacs-devel, or `M-x report-emacs-bug'. > + > +This file provides a somewhat generic infrastructure for cross > +referencing commands, in particular \"find-definition\". > + > +See the etags and elisp-mode implementations for full examples.") Ditto. Could you send an updated patch? Regards, -- Nicolas Goaziou