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: Sat, 12 Mar 2022 21:16:15 +0200 Message-ID: <837d8zm16o.fsf@gnu.org> References: <86v8wlprc0.fsf@mail.linkov.net> <83tuc5d1g9.fsf@gnu.org> <87zglx36bg.fsf@gnus.org> <83o82dczm7.fsf@gnu.org> <867d8z56zj.fsf@mail.linkov.net> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6055"; mail-complaints-to="usenet@ciao.gmane.io" Cc: larsi@gnus.org, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Mar 12 20:19:08 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 1nT7Gd-0001Nr-TA for ged-emacs-devel@m.gmane-mx.org; Sat, 12 Mar 2022 20:19:08 +0100 Original-Received: from localhost ([::1]:41456 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nT7Gc-0002de-Sb for ged-emacs-devel@m.gmane-mx.org; Sat, 12 Mar 2022 14:19:06 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:47620) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nT7E0-0007mu-EB for emacs-devel@gnu.org; Sat, 12 Mar 2022 14:16:24 -0500 Original-Received: from [2001:470:142:3::e] (port=40688 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 1nT7E0-0005lw-26; Sat, 12 Mar 2022 14:16:24 -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=Njh2BE5Ykde/QtGc254TudggFcUrTcYRrKCJTDBLQ9E=; b=OitoibOu8YRq pF3Ri8wCTeOnq8tSL+6j0YsfpUtOLrEbxjpz9xHV5RVBuqvAbIDg/YzgjZ0SghHurr1eN2j4k6bNX VDkQT9dSYa/PpV6eN+HgqDC9S+4O2GvNC0GOCr3v1WFeF06x8BswmCv2xG6ML03GPwuxp+q0CsWEu +7o7iwixKao0PpNYG5qMgxzh6grkVjxyEJb+fkcWjErHpp6WEJrD0Gpa8jmAfosOsrDCcSnw+Nk++ DKszcxXOeNfdeetdXU2GHb8E/OIOOmczFpv4WjSl3garlNEUWvk/PkOWKvxMWQr/F7BBZwTVsPVLF 2R23Hipldmc9xx5I4W77Zw==; Original-Received: from [87.69.77.57] (port=2538 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 1nT7Dz-00052H-FZ; Sat, 12 Mar 2022 14:16:23 -0500 In-Reply-To: <867d8z56zj.fsf@mail.linkov.net> (message from Juri Linkov on Sat, 12 Mar 2022 20:52:56 +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:287050 Archived-At: > From: Juri Linkov > Cc: Lars Ingebrigtsen , emacs-devel@gnu.org > Date: Sat, 12 Mar 2022 20:52:56 +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. > >> > >> M-RET is bound in a whole bunch of modes already, though. So it > >> apparently works well enough that people don't complain. If it's an > >> issue on Windows, then perhaps it should be translated to something else > >> there? > > > > I don't think it's possible, at least not easily. > > On Microsoft Windows another set of keys could be used: > `C-up', `C-down' and `C-return'. That is even worse.