From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eshel Yaron Newsgroups: gmane.emacs.devel Subject: Re: Inline completion preview Date: Tue, 31 Oct 2023 07:50:52 +0100 Message-ID: References: <2c15c71f-613d-ec61-774d-93e7696470eb@gutov.dev> <8ec6cab5d8104227fef6123b9c99f93a@condition-alpha.com> <8af5efc7-754a-111d-42d7-b875edbb6202@gutov.dev> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18654"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: Alexander Adolf , =?utf-8?B?Sm8=?= =?utf-8?B?w6NvIFTDoXZvcmE=?= , Juri Linkov , Eli Zaretskii , emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Oct 31 07:52:08 2023 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 1qxibg-0004c7-Mp for ged-emacs-devel@m.gmane-mx.org; Tue, 31 Oct 2023 07:52:08 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qxiaZ-0001Ez-56; Tue, 31 Oct 2023 02:50:59 -0400 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 1qxiaY-0001Eq-B1 for emacs-devel@gnu.org; Tue, 31 Oct 2023 02:50:58 -0400 Original-Received: from mail.eshelyaron.com ([107.175.124.16] helo=eshelyaron.com) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qxiaW-0008K3-Kf; Tue, 31 Oct 2023 02:50:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=eshelyaron.com; s=mail; t=1698735055; bh=+KcU4Pi/gGpt/WTxDsiDQ1jVqctVubFp65v+pvCyUAY=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=tnV/NWjvTK5EbVWAxPGh5sNVAtNNBcoCtTPglJRe+y8xmkLW4LfLJq5waVlXXmPM0 mx8w3gHWbQcO3FYTq3ITCfg6LnCuCMlf4JKBNsB9qyY+YnhfFPLD1eeXkuHdvDTIq6 5O2obmUQJZsLPGH6BTsvW4xPNbSib5077Ci2nPtz+8iKmiSkaN1I0LJfSQNWTTTgu0 bNL4obadxci/1U81ituN7iLeNKfbNhSB8fqMvt3RbAFRDv4nFmgGXHrrnGLMa+/uai +Ztf6k2ptHiyULqEXlNeOTOUIuoaG6NeumlLB1Nay47eyvBz3dntgfy5c09ZuRyCS8 txuxSrDSpqNzA== In-Reply-To: <8af5efc7-754a-111d-42d7-b875edbb6202@gutov.dev> (Dmitry Gutov's message of "Tue, 31 Oct 2023 00:49:59 +0200") Received-SPF: pass client-ip=107.175.124.16; envelope-from=me@eshelyaron.com; helo=eshelyaron.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_PASS=-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-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:312009 Archived-At: Hi Dmitry, Jo=C3=A3o, Alex, I find this company/corfo comparison quite compelling, but I'd like to steer the discussion back to the topic at hand: adding inline completion *preview* to Emacs. Could you check out my proposed implementation[0] and weigh in on adding it to core, possibly as part of completion.el? Thanks, Eshel [0] https://git.sr.ht/~eshel/completion-preview/tree/master/item/completion= -preview.el