From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jai Flack Newsgroups: gmane.emacs.devel Subject: Re: Include ivy + counsel in Emacs core? Date: Mon, 14 Sep 2020 12:36:32 +1000 Message-ID: <87363l3wzz.fsf@disroot.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="6056"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: rekado@elephly.net Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Sep 14 04:37:26 2020 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 1kHeMw-0001VI-7q for ged-emacs-devel@m.gmane-mx.org; Mon, 14 Sep 2020 04:37:26 +0200 Original-Received: from localhost ([::1]:53190 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kHeMv-00058M-Au for ged-emacs-devel@m.gmane-mx.org; Sun, 13 Sep 2020 22:37:25 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35782) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kHeMO-0004i4-A8 for emacs-devel@gnu.org; Sun, 13 Sep 2020 22:36:52 -0400 Original-Received: from knopi.disroot.org ([178.21.23.139]:38790) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kHeML-0003n1-W1 for emacs-devel@gnu.org; Sun, 13 Sep 2020 22:36:52 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 19A9251B53; Mon, 14 Sep 2020 04:36:46 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Original-Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O0cbtGRjCuTb; Mon, 14 Sep 2020 04:36:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1600051004; bh=eYjS27Vjl478qHAtUP3U5h7AYz1DhfPQDtJMLC1OSlc=; h=From:To:Cc:Subject:In-Reply-To:Date; b=DTLFMogtCvbXkDA84/IWK52iSnHr/phXMYFA5MUyjjr3bs0KJ65POSiaJNOf91+BC hK7VlCXLRTTsmkmzMjLY+fZDnxt3hkR8WSICpArKagWlw6NKm/Gz7hZvDBL/ZRC9WU 9gD50wJM+2PFoelyAhBJADV44u4OMwQggxsoP9iY8/t3WhIrtb1k3yNbG5aSZxG9FI 3GYzAm9IxKxeWfWNAGneeBdco0vsBHbgyZkanz7nhr2FE7SbjOg8oeI6YhZRr0XvPI 7z+ksAziohvcd5iv3F2kIV5yTdLURl7oMrBTvgl5eS3IACKoqidg5lrTRsMyT344Mo Bwj6Clw9OiOYw== In-Reply-To: 87k0wxzdyh.fsf@elephly.net Received-SPF: pass client-ip=178.21.23.139; envelope-from=jflack@disroot.org; helo=knopi.disroot.org X-detected-operating-system: by eggs.gnu.org: First seen = 2020/09/13 22:36:46 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] 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, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:255595 Archived-At: Hi emacs-devel, Would it be out-of-place for me to recommend selectrum as a replacement? On the GitHub (https://github.com/raxod502/selectrum) it advertises to not break any of the existing abstractions, something which they claim both Ivy and Helm are terrible at. The biggest road-block I can see is that its MIT licensed but if they were willing to re-license it, the project only has 9 contributors, all of which seem quite active. -- Thanks for Emacs!