From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Re: Make peg.el a built-in library? Date: Mon, 28 Nov 2022 14:16:51 +0200 Message-ID: <83y1rvnuj0.fsf@gnu.org> References: <875yvtbbn3.fsf@ericabrahamsen.net> <877d07a16u.fsf@localhost> <87tu3asg2r.fsf@ericabrahamsen.net> <87edud25ov.fsf@localhost> <87a6511ku0.fsf@ericabrahamsen.net> <87wn85z0zl.fsf@ericabrahamsen.net> <87leobplpv.fsf_-_@ericabrahamsen.net> <87bkp7ct7f.fsf@localhost> <875yfe7ols.fsf@ericabrahamsen.net> <87a64pbwkl.fsf@localhost> <878rjxkw4j.fsf@ericabrahamsen.net> <831qporcz4.fsf@gnu.org> <87y1rvkhpp.fsf@ericabrahamsen.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28613"; mail-complaints-to="usenet@ciao.gmane.io" Cc: yantar92@posteo.net, emacs-devel@gnu.org To: Eric Abrahamsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Nov 28 13:17:19 2022 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 1ozd4Y-00070k-Oj for ged-emacs-devel@m.gmane-mx.org; Mon, 28 Nov 2022 13:17:18 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ozd3g-00085f-Kv; Mon, 28 Nov 2022 07:16:24 -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 1ozd3e-00085S-RZ for emacs-devel@gnu.org; Mon, 28 Nov 2022 07:16:22 -0500 Original-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 1ozd3e-00086k-7h; Mon, 28 Nov 2022 07:16:22 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=dRajsjI3c+TYWgM36k45c8Nvrs6FSwYAsxRqL6o2d8E=; b=Xw3VZxdUFFL/ NuUi5h+BdqIDVFAp3LbRVvAPYqpc5xEM0cvblslflrTpPhynEp+7ZHcqi0Bhi7/6sEaHGYGEkn9TA 2eoKbGU6aewzdbABaXuNl+nd/TeCFRCO34PkYJiDIEa8/FwT+H5ZYIoYELqHcGTUJyYeIWBiILQeZ 6G/3MIOy+i8Kfoe5GIMCntA9RvP9IEGtF+44P/dnWS9Gs4tBTd0Aab6w8pm+cg6W4Vwz17XJ+brn+ riX8zYQu5dNhSCC4bRFLJNEF9zDU/yEGPy2a8lHGaaiHW4uD6/FIHzgsZ/Sfxtm40Yh11oXtO65Wu PDdvzWxkHbZRY/JyVOt/2g==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ozd3c-0004fw-Qd; Mon, 28 Nov 2022 07:16:21 -0500 In-Reply-To: <87y1rvkhpp.fsf@ericabrahamsen.net> (message from Eric Abrahamsen on Sun, 27 Nov 2022 17:09:38 -0800) 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:300670 Archived-At: > From: Eric Abrahamsen > Cc: yantar92@posteo.net, emacs-devel@gnu.org > Date: Sun, 27 Nov 2022 17:09:38 -0800 > > >> Lastly, nobody with a maintainer's hat on has actually given the green > >> light on this, and I assume we'll want to hold off until the next > >> version of Emacs is released; anyway it would be good to know what > >> Eli/Lars think. I haven't done any NEWS additions or anything, either. > > > > What exactly are you asking about here? > > Making peg.el a built-in. I looked back over this whole thread and it > turns out you already gave the OK early on, but now I'm not sure if this > would go in Emacs proper, or as a built-in package... The former, of course. I'd defer to Stefan if I thought it should go to ELPA. > Where is the natural place to put it? Either in lisp/progmodes or in lisp/emacs-lisp. I prefer the former, FWIW.