From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jeremy Bryant Newsgroups: gmane.emacs.devel Subject: Re: Incorporate package macrostep into Emacs or NonGNU ELPA? Date: Sat, 02 Mar 2024 21:36:04 +0000 Message-ID: <87y1b0mi4b.fsf@jeremybryant.net> References: <87zfvl8r4e.fsf@jeremybryant.net> <874jdspsqb.fsf@bernoul.li> <877cio8fzf.fsf@jeremybryant.net> <87y1b46vhg.fsf@jeremybryant.net> <878r336lvb.fsf@jeremybryant.net> <86y1b1p1ni.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40846"; mail-complaints-to="usenet@ciao.gmane.io" Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org, j.j.oddie@gmail.com, stefan@marxist.se, stefankangas@gmail.com, jonas@bernoul.li To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Mar 02 22:37:07 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 1rgX2X-000ALb-ST for ged-emacs-devel@m.gmane-mx.org; Sat, 02 Mar 2024 22:37:06 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rgX1l-0008RU-ID; Sat, 02 Mar 2024 16:36:17 -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 1rgX1k-0008RK-FV for emacs-devel@gnu.org; Sat, 02 Mar 2024 16:36:16 -0500 Original-Received: from out-174.mta1.migadu.com ([95.215.58.174]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rgX1i-00016w-MW for emacs-devel@gnu.org; Sat, 02 Mar 2024 16:36:16 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jeremybryant.net; s=key1; t=1709415370; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=q2dIiHSEwIyyEWHY8bKcUWKpxOc4TDByzM6xrM28I8k=; b=TPFPyijB+4DyDRb8u5SUF6R+/cEhzyj1o1BTU/vFag+TAEGxV6SUPIW4vBKF//B8vEhk4K TOUQIz6C9kWdedgzsDoAhjAb1Jb/TOrAhVXHOSQ2PJw4IixAbp06e0UkLN8AEPlMH77Rwd vv30gzwWsBxUnQGwY+Zd+IoRi+E5dN63745IrZXOb8MSjlc4iZ1xM9BoqyYiB2fASMqdnZ hWaotpSMW1Ehd+gzVgVg2GZnT27Cd9byeLSOlsVEgGp+eRNBP9kf7LoF/gJxwxawodQR/A PT3GySzeQOaqhGy/Ks7Lb9qqK7XdvL0gHDmoterPBCXrxkCnmyPTVKTL41I5RA== In-Reply-To: <86y1b1p1ni.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 02 Mar 2024 08:51:13 +0200") X-Migadu-Flow: FLOW_OUT Received-SPF: pass client-ip=95.215.58.174; envelope-from=jb@jeremybryant.net; helo=out-174.mta1.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham 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:316709 Archived-At: Eli Zaretskii writes: >> From: Jeremy Bryant >> Cc: "emacs-devel@gnu.org" , j.j.oddie@gmail.com, >> Stefan Kangas , Stefan Kangas >> , Jonas Bernoulli , Eli >> Zaretskii >> Date: Thu, 29 Feb 2024 20:44:56 +0000 >> >> Given that macrostep is useful for Emacs Lisp macro development, would >> there be interest to include in Emacs core? > > Sounds useful, so I'm in favor. OK, I will continue to work towards it.