From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Emacs should provide more modern item completion out of the box Date: Mon, 06 Jan 2020 10:52:40 -0500 Message-ID: References: <8ef2d4d0-baf9-3c95-718c-dc9fc70ffbec@yandex.ru> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="53463"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: ndame , "emacs-devel@gnu.org" , Andrea Corallo To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 06 16:53:40 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1ioUhH-000DmD-UK for ged-emacs-devel@m.gmane.org; Mon, 06 Jan 2020 16:53:40 +0100 Original-Received: from localhost ([::1]:54092 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ioUhG-0000dh-Ok for ged-emacs-devel@m.gmane.org; Mon, 06 Jan 2020 10:53:38 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:50313) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ioUgV-0007qU-QL for emacs-devel@gnu.org; Mon, 06 Jan 2020 10:52:52 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ioUgU-00056P-Gx for emacs-devel@gnu.org; Mon, 06 Jan 2020 10:52:51 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:36662) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ioUgU-00055M-Af for emacs-devel@gnu.org; Mon, 06 Jan 2020 10:52:50 -0500 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 2FE0244DA5F; Mon, 6 Jan 2020 10:52:49 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id E969B44DA72; Mon, 6 Jan 2020 10:52:47 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1578325967; bh=71L2JrtO5MiU55ajRhYElJNzrmxf3UgBZ9sbGu3jsv4=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=WTeA6qNCwo4TDRg2NdJDl58QA6QAu6nbdfxU9d/n6DmcYZvWsm9zQv6fas3OLbiGr gh/IWBlumVXJnnhlltqsrNuc6BQCONcjKj7+Vzpjt3ZPryNTscl7o5W4MPVRFs4cBG /yjfeBp9aI2dDYdwjP1PRuRgqkCtBqc3q6ZhJ7mNZXiZLxjCmx8DQAuYQ6Fa1/um/y b/ErCrqDUMpQ0wJzQO28BrKPBivzS3KECMKVWU3j6r1G2h+KFSPHSjtw9mju3SN3N8 e1mfM9zDb8y1x7pMRNXg5Jr02JAYPp8IEablvb6ykpe/6jWozWCsEvWgEOdGPTe7yq 8q9rlURVXhXAA== Original-Received: from alfajor (modemcable157.163-203-24.mc.videotron.ca [24.203.163.157]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 9B460120C74; Mon, 6 Jan 2020 10:52:47 -0500 (EST) In-Reply-To: <8ef2d4d0-baf9-3c95-718c-dc9fc70ffbec@yandex.ru> (Dmitry Gutov's message of "Mon, 6 Jan 2020 18:27:48 +0300") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 132.204.25.50 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:244031 Archived-At: > Maybe we could start with providing a non-overlay-based popup library which > works everywhere, and could be used by both company and > execute-extended-command (and its replacements). Yes, please, Stefan