From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Ihor Radchenko Newsgroups: gmane.emacs.devel Subject: Re: Incorporate package macrostep into Emacs or NonGNU ELPA? Date: Mon, 04 Mar 2024 11:25:30 +0000 Message-ID: <87r0gqz1at.fsf@localhost> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="22599"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Adam Porter , eliz@gnu.org, emacs-devel@gnu.org, j.j.oddie@gmail.com, jb@jeremybryant.net, jonas@bernoul.li, stefan@marxist.se, stefankangas@gmail.com To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Mar 04 12:22:39 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1rh6Oz-0005fT-Mx for ged-emacs-devel@m.gmane-mx.org; Mon, 04 Mar 2024 12:22:37 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rh6O3-0001Lx-ED; Mon, 04 Mar 2024 06:21:39 -0500 Original-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 1rh6O0-0001J1-QY for emacs-devel@gnu.org; Mon, 04 Mar 2024 06:21:36 -0500 Original-Received: from mout02.posteo.de ([185.67.36.66]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rh6Nv-0002lL-Vr for emacs-devel@gnu.org; Mon, 04 Mar 2024 06:21:36 -0500 Original-Received: from submission (posteo.de [185.67.36.169]) by mout02.posteo.de (Postfix) with ESMTPS id CC561240105 for ; Mon, 4 Mar 2024 12:21:29 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1709551289; bh=i71eulD9Bq6plVbVKZ44gTbDRHqS6mw21Lr05VfikPU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type: From; b=Ex5EGHq5aIq8tpiAzfyt5rDPZrbCfPKqfFX/xXTih4eMjlkB95dYJBd8RrXSg75M/ V4wsgXppw2d0FBbxpS72k3eweenu1dKxljkwthBDl4xosgtog2ZHniNlLC0bWN9ReI ArwzPJFb+J2O119FBcbV5C2HOKyKP8VV9gomrERNMAEDEnlZEN43mKG0IGzMVZzmB6 V8vpO25+4xyyfgu4FKMvqujzwLPTJ1G5Uo1zFGI+PIJQua3FdBw4VeolreHmNN9Te2 RVdrEk+0c/gmGV1t72BahlIiRrZcqQOtYmEApH3RkCWhQTFRHnPvamjX0O/C4+2bsd KuqgjeSNiB8MA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4TpGVH3X0Dz9rxL; Mon, 4 Mar 2024 12:21:27 +0100 (CET) In-Reply-To: Received-SPF: pass client-ip=185.67.36.66; envelope-from=yantar92@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=unavailable autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:316786 Archived-At: Stefan Monnier writes: >>> PS: Also, if/when you send the form to those people, you can now include >>> an additional entry at the end so *you* get notified when the paperwork >>> is finally done (by default only the official Emacs maintainers get the >>> notification). >> Is this documented anywhere? > > It's fairly new, and things don't move fast on that side. > >> Or could you show me how to do this? > > See the last element in the example below. > ... > [Additional people we should notify about the progress of the assignment.] > Stefan Monnier Is there any reason why this variant of the form is not linked from CONTRIBUTE file in Emacs repository? The link there points to https://git.savannah.gnu.org/cgit/gnulib.git/plain/doc/Copyright/request-assign.future that does not have the added passage. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at , or support my work at