From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Corwin Brust Newsgroups: gmane.emacs.devel Subject: Re: Include which-key.el in the Emacs distribution Date: Sun, 13 Feb 2022 21:46:15 -0600 Message-ID: References: <20200908201434.hrvupafbu2kyvb4q@Ergus> <86pmnqabr3.fsf@stephe-leake.org> <86leye9wn8.fsf@stephe-leake.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34957"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Stefan Kangas , Ergus , Stephen Leake , Stefan Monnier , Emacs developers To: Justin Burkett Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Feb 14 04:49:11 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 1nJSMQ-0008uC-HT for ged-emacs-devel@m.gmane-mx.org; Mon, 14 Feb 2022 04:49:10 +0100 Original-Received: from localhost ([::1]:43432 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nJSMP-0006U3-FY for ged-emacs-devel@m.gmane-mx.org; Sun, 13 Feb 2022 22:49:09 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:58130) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJSJq-0002B2-Vy for emacs-devel@gnu.org; Sun, 13 Feb 2022 22:46:31 -0500 Original-Received: from mail-ej1-f54.google.com ([209.85.218.54]:44860) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nJSJo-00069I-Mx for emacs-devel@gnu.org; Sun, 13 Feb 2022 22:46:30 -0500 Original-Received: by mail-ej1-f54.google.com with SMTP id p14so10508561ejf.11 for ; Sun, 13 Feb 2022 19:46:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=cQwHotbDE1nsOChw4AUeMujA6ZK40ewapacaAmBjsC8=; b=7Sg8nqoFk39PbcUU64Np21cGZTC540LJEEeoT1ob+dygtVn8LRTwtE8ztgaLJpBnyV HZKrFsYdgR0502BnM7phg9/nIYEOSoczJeCwf2XzucJckeP3FC4dsUec6tnDBgN79vd9 zwwUumRt722/VSfMD8WWaoxGsFb3lzcvA68KiIdwT5litJVTwJ0KGrdk4WMKmPsSd+zP IzNTCaS83I2CclumiTclZc4B/GQF0WYxysj8+0lVAS6GZTA3aQVoTCSKxTJm/qi6PZms suYBppOHJppyT57ivhhtyQil8BX9AQsuK3+xEvLuJLD8x0QxcJpjZmXRig5lYprQIyDj G8MQ== X-Gm-Message-State: AOAM532hxiWXtoqtpxo6SsUAJ8AHIeAhTg4KFSEDOvlyxyKnYZQlvDyr OEow+SMeJ0uYxEOWLLTaH3tSJx84OTyLToepekE= X-Google-Smtp-Source: ABdhPJxkcPI9SB1aWSZfBHGy45HssXTxTjcUngbLYiv7hURFA/78uD0g5K6bFT6lO290jrNqewUC6ckGpslyw0TrWaE= X-Received: by 2002:a17:906:51c7:: with SMTP id v7mr2185324ejk.206.1644810387216; Sun, 13 Feb 2022 19:46:27 -0800 (PST) In-Reply-To: Received-SPF: pass client-ip=209.85.218.54; envelope-from=mplscorwin@gmail.com; helo=mail-ej1-f54.google.com X-Spam_score_int: -13 X-Spam_score: -1.4 X-Spam_bar: - X-Spam_report: (-1.4 / 5.0 requ) BAYES_00=-1.9, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.249, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-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=no 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" Xref: news.gmane.io gmane.emacs.devel:286231 Archived-At: I'd be happy to help if a "warm body" to "do stuff" is what's needed. On Sun, Feb 13, 2022 at 9:09 PM Justin Burkett wrote: > > I don't have anything to say about the process of moving it into the core, but it's fine with me if you all decide to do that. I don't have much time these days to contribute, however. > > Justin > > On Sun, Feb 13, 2022 at 9:47 PM Stefan Monnier wrote: >> >> > That's easy; there is a lisp/erc directory in the master emacs git >> > repository. Apparently someone syncs the code between there and ELPA. >> >> Not really: the GNU ELPA packages are generated from code kept in the >> `elpa.git` repository, but it can also use the code in Emacs itself >> (i.e. in the `master` branch of the `emacs.git` repository), which is >> what happens for ERC, Python, and a few more, whose "upstream" is >> Emacs's own repository. >> >> > There are also "core" ELPA packages; the code resides in the emacs >> > master repository, but the ELPA server also packages it. I think the >> > only examples of those are single-file, but it should work for >> > multi-file as well. >> >> It's not limited to single-file packages. >> The ERC package is one of those. >> >> >> Stefan >>