From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Select completions from the minibuffer Date: Thu, 10 Mar 2022 21:58:30 +0200 Message-ID: <83tuc5d1g9.fsf@gnu.org> References: <86v8wlprc0.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8387"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 10 21:01:56 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 1nSOyy-00022V-1R for ged-emacs-devel@m.gmane-mx.org; Thu, 10 Mar 2022 21:01:56 +0100 Original-Received: from localhost ([::1]:38858 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nSOyx-0000Pm-2F for ged-emacs-devel@m.gmane-mx.org; Thu, 10 Mar 2022 15:01:55 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:35952) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSOvf-0004lD-FV for emacs-devel@gnu.org; Thu, 10 Mar 2022 14:58:31 -0500 Original-Received: from [2001:470:142:3::e] (port=34044 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSOve-00033t-Sw; Thu, 10 Mar 2022 14:58:30 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=SktFlfJgRhKCcG6qpaoUvFtLjb3DRTksRVOGdHPZpq0=; b=TZQLE/L9fX4x FfW6F333tOtCCGuxopcuEdH0FwtVNFBIR7cqZ+/TW4LeoDPnznHs5sjbvdOAxHgkgmCII7Ma095lp jYhg0oLNWGu+M3ZzMvgTAcQc/F3Xwj4XRcGhuCCFaqzLcAuuKSlKqRj0WK87IBxIGi+oTiYyf+uq6 luOQ+OghQ7s0YUEAT1dosccIp1mDJYjo1Oi0+CI6Tqte+u9xItiZb1NEy5zRqTeaFLr9G9Oooq2Ro HW2j2Ukpn3FgTM9sSNYVKycJim9T3XvLrvi1MfJphc7zWK80KYJmoEnCCi1+irYge+/dsBcKbQ/86 wUhN0gLAuQGZhg7UqTzEcw==; Original-Received: from [87.69.77.57] (port=3023 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nSOve-0005ui-Bz; Thu, 10 Mar 2022 14:58:30 -0500 In-Reply-To: <86v8wlprc0.fsf@mail.linkov.net> (message from Juri Linkov on Thu, 10 Mar 2022 20:58:39 +0200) 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:287006 Archived-At: > From: Juri Linkov > Date: Thu, 10 Mar 2022 20:58:39 +0200 > > + "M-RET" #'minibuffer-completion-choose) This one is a bad idea, IMO, as some WMs use this for their own purposes, and on Windows it will cause an even worse effects.