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: Sun, 21 Jul 2019 01:13:34 +0200 Message-ID: <20190720231334.GA32596@protected.rcdrun.com> References: <86blxoil4q.fsf@protected.rcdrun.com> <036a63d2-bc36-4e5e-8de5-e45f4d189469@default> <20190720210221.GF30653@protected.rcdrun.com> <2a8dcbf8-aff7-44f4-ad81-c64fd53623dd@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="105464"; 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 Sun Jul 21 01:14:07 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 1hoyYI-000RKB-R4 for geb-bug-gnu-emacs@m.gmane.org; Sun, 21 Jul 2019 01:14:06 +0200 Original-Received: from localhost ([::1]:53882 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hoyYH-00073v-R0 for geb-bug-gnu-emacs@m.gmane.org; Sat, 20 Jul 2019 19:14:05 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:57233) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hoyYE-00073d-Us for bug-gnu-emacs@gnu.org; Sat, 20 Jul 2019 19:14:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hoyYE-0000GU-20 for bug-gnu-emacs@gnu.org; Sat, 20 Jul 2019 19:14:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:49174) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hoyYD-0000F3-TM for bug-gnu-emacs@gnu.org; Sat, 20 Jul 2019 19:14:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hoyYD-0008Mf-NR for bug-gnu-emacs@gnu.org; Sat, 20 Jul 2019 19:14:01 -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 23:14:01 +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.156366442632125 (code B ref 36745); Sat, 20 Jul 2019 23:14:01 +0000 Original-Received: (at 36745) by debbugs.gnu.org; 20 Jul 2019 23:13:46 +0000 Original-Received: from localhost ([127.0.0.1]:57995 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hoyXy-0008M5-8s for submit@debbugs.gnu.org; Sat, 20 Jul 2019 19:13:46 -0400 Original-Received: from stw1.rcdrun.com ([217.170.207.13]:39277) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hoyXv-0008Lq-H2 for 36745@debbugs.gnu.org; Sat, 20 Jul 2019 19:13:44 -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 16:13:36 -0700 id 0000000000020344.000000005D33A020.000068AF Original-Received: from localhost (protected.rcdrun.com [local]) by protected.rcdrun.com (OpenSMTPD) with ESMTPA id c2a880fd; Sat, 20 Jul 2019 23:13:34 +0000 (UTC) Content-Disposition: inline In-Reply-To: <2a8dcbf8-aff7-44f4-ad81-c64fd53623dd@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:163495 Archived-At: * Drew Adams [2019-07-20 23:53]: > > > FWIW: By default, both `?' and `SPC' are > > > self-inserting for completion in Icicles > > > (and have been since 2004). > > (I should have said 2005.) > > > > But this is configurable, with option > > > `icicle-completion-key-bindings'. So far I understand, icicle is some external library? I still think it is bug, either in documentation because it is not "any input" allowed, or in the function, as if any input would be allowed, then spaces should be accepted. My example is that I am giving a prefix to the subject of email, so completing-read is offering like: TASK, EXPENSES UPDATED, READ THIS Subject becomes: TASK: Do this or EXPENSES UPDATED: 2019-07-19 for Gabriel then if I wish to enter "NEWS FROM EUROPE" I cannot, as space is not accepted as such. So it makes no sense logically, to accept "EXPENSES UPDATED" as one option to complete, but not to limit me or the user to one word "any input". Thus any input shall be named "one word" with C-q SPC option in the description of the function or spaces shall be allowed, one of those.