From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#36745: 27.0.50; completing-read with require-match nil does not accept spaces Date: Sat, 20 Jul 2019 23:02:21 +0200 Organization: START YOUR OWN GOLD MINE Message-ID: <20190720210221.GF30653@protected.rcdrun.com> References: <86blxoil4q.fsf@protected.rcdrun.com> <036a63d2-bc36-4e5e-8de5-e45f4d189469@default> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="137805"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.10.1 (2018-07-13) Cc: 36745@debbugs.gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Jul 20 23:03:09 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1howVY-000Zin-B9 for geb-bug-gnu-emacs@m.gmane.org; Sat, 20 Jul 2019 23:03:08 +0200 Original-Received: from localhost ([::1]:53608 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1howVW-0004Xs-M6 for geb-bug-gnu-emacs@m.gmane.org; Sat, 20 Jul 2019 17:03:06 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58706) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1howVT-0004Xm-Ag for bug-gnu-emacs@gnu.org; Sat, 20 Jul 2019 17:03:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1howVS-0005oV-F6 for bug-gnu-emacs@gnu.org; Sat, 20 Jul 2019 17:03:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49123) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1howVS-0005oP-B1 for bug-gnu-emacs@gnu.org; Sat, 20 Jul 2019 17:03:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1howVS-00054p-4l for bug-gnu-emacs@gnu.org; Sat, 20 Jul 2019 17:03:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 20 Jul 2019 21:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 36745 X-GNU-PR-Package: emacs Original-Received: via spool by 36745-submit@debbugs.gnu.org id=B36745.156365655119456 (code B ref 36745); Sat, 20 Jul 2019 21:03:02 +0000 Original-Received: (at 36745) by debbugs.gnu.org; 20 Jul 2019 21:02:31 +0000 Original-Received: from localhost ([127.0.0.1]:57944 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1howUx-00053k-8u for submit@debbugs.gnu.org; Sat, 20 Jul 2019 17:02:31 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:58419) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1howUv-00053U-53 for 36745@debbugs.gnu.org; Sat, 20 Jul 2019 17:02:29 -0400 Original-Received: from protected.rcdrun.com (localhost [::1]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by stw1.rcdrun.com with ESMTPSA; Sat, 20 Jul 2019 14:02:22 -0700 id 0000000000020366.000000005D33815E.00005389 Original-Received: from localhost (protected.rcdrun.com [local]) by protected.rcdrun.com (OpenSMTPD) with ESMTPA id 9379726c; Sat, 20 Jul 2019 21:02:21 +0000 (UTC) Content-Disposition: inline In-Reply-To: <036a63d2-bc36-4e5e-8de5-e45f4d189469@default> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:163490 Archived-At: * Drew Adams [2019-07-20 22:17]: > FWIW: By default, both `?' and `SPC' are > self-inserting for completion in Icicles > (and have been since 2004). > > But this is configurable, with option > `icicle-completion-key-bindings'. > > https://www.emacswiki.org/emacs/Icicles_-_Key_Bindings#MinibufferBinding That is interesting. Thank you. I have found that various completion libraries are re-using the completing-read when necessary, so I have to stick with completing-read for now, to keep it minimal, and later customizable.