From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Theodor Thornhill Newsgroups: gmane.emacs.devel Subject: Re: ELPA: add mct.el Date: Thu, 11 Nov 2021 11:25:43 +0100 Message-ID: References: <87pmr9dxza.fsf@protesilaos.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="19600"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Philip Kaludercic , James Norman Vladimir Cash To: Protesilaos Stavrou , emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Nov 11 11:27:43 2021 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 1ml7Iz-0004rS-Jz for ged-emacs-devel@m.gmane-mx.org; Thu, 11 Nov 2021 11:27:42 +0100 Original-Received: from localhost ([::1]:41748 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ml7Iy-0006zd-LE for ged-emacs-devel@m.gmane-mx.org; Thu, 11 Nov 2021 05:27:40 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:40630) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ml7HE-0005gY-FI for emacs-devel@gnu.org; Thu, 11 Nov 2021 05:25:52 -0500 Original-Received: from out2.migadu.com ([188.165.223.204]:33910) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ml7HB-00042H-E8 for emacs-devel@gnu.org; Thu, 11 Nov 2021 05:25:51 -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=thornhill.no; s=key1; t=1636626345; 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=h6QFGbMFJi5uNnB1UeiX4v5TNpUYThEhgdmz/zCpk70=; b=Ri06tLwu7Uz28z7TQKpWqVsgrUKPwIcU/OOQeCcQXDcligcx9LeWSEy+yC4gKMu+L3ZJNc zsH4y+PcRlX/sb3g0zQqQSoCqVKU0ULZNnubbFwHprMEAKLpV1z6ThALuifgSXRVzMRQv8 3cWeYhUSUOShZlZO2n/Dzi+vuGMoQtPOifKaEBIMRDZ8ZJ9BbC8LIGaca1r/Lihs4exUQ0 JZXSGt5RXSXwryoitFSH/kKJbP8lcU/MiFBjT1h+4TYBOU8sJJbYKh9DOWG7cFAUy7EsFB cTmMrgbYZcHveZZzQtDeQwGutE0RbWFMamKBXMsCxyP+8hkdvG+tDMWvW1OP0w== In-Reply-To: <87pmr9dxza.fsf@protesilaos.com> X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: theo@thornhill.no Received-SPF: pass client-ip=188.165.223.204; envelope-from=theo@thornhill.no; helo=out2.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, RCVD_IN_MSPIKE_H2=-0.001, 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.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:279239 Archived-At: Hi! > Hello everyone, > I have a package called "Minibuffer and Completions in Tandem" (MCT, > mct, mct.el, ...) that I want to submit to GNU ELPA. Patch attached. > I'm not really the target for this mail, but I'll just chime in that I've been using this package for a little while, and I enjoy it. I've always liked the idea of having the completions in a buffer rather than using the layouts offered by ido/fido/vertico etc etc. However, I never took the time to hack together something like this. So thanks, Prot :) I'd love to see this in elpa too! Theodor Thornhill