Received: (at submit) by debbugs.gnu.org; 27 Feb 2025 21:10:51 +0000 From debbugs-submit-bounces <at> debbugs.gnu.org Thu Feb 27 16:10:51 2025 Received: from localhost ([127.0.0.1]:38840 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1tnl9e-0007YS-OB for submit <at> debbugs.gnu.org; Thu, 27 Feb 2025 16:10:50 -0500 Received: from lists.gnu.org ([2001:470:142::17]:47852) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from <dancol@HIDDEN>) id 1tnl9c-0007Xx-14 for submit <at> debbugs.gnu.org; Thu, 27 Feb 2025 16:10:48 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <dancol@HIDDEN>) id 1tnl9W-00022N-7n for bug-gnu-emacs@HIDDEN; Thu, 27 Feb 2025 16:10:42 -0500 Received: from dancol.org ([2600:3c01:e000:3d8::1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from <dancol@HIDDEN>) id 1tnl9S-0006iH-OX for bug-gnu-emacs@HIDDEN; Thu, 27 Feb 2025 16:10:40 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Type:MIME-Version:Message-ID:Date:Subject:To:From:Sender: Reply-To:Cc:Content-Transfer-Encoding:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Gn5+DKJZZn8JF+gfp7Msh81WHbmUiU/TZa/KJJjJ9WU=; b=EToeRkBlqyLhixCnX+/X72oXlv oH/Df0pPv0iEGRYQZd+hq+0SNI+Hy1ewpO2JJ9GeiAiOkpkxNvJXWcUXQy4ODQTl06GDOWnG6eN6q hwBUYPYY6m2rwBx2rB+bBtTFf809Wj5pUxxEACsV62irMWjUhxg5wBrbsPm5Y4qXw/vc0EqyyvHgb AJTNZ5Y9hvQ4JSOz3n1lpdHBU+cNttDkIURmM+TFJZzgZAwPtP8lJehh0sCpl20Crxh9MuwoFVpM2 XFb/plBT8xEvQ8pqu+WSr5h+5/FSkLerB3Y69BECOnoiKeP14qx8OI/RF9dtZpKx4oO2yYynv5p15 SK1ZKFcw==; Received: from dancol by dancol.org with local (Exim 4.96) (envelope-from <dancol@HIDDEN>) id 1tnl9J-001Hk3-0F for bug-gnu-emacs@HIDDEN; Thu, 27 Feb 2025 16:10:29 -0500 From: Daniel Colascione <dancol@HIDDEN> To: "Eshel Yaron via Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@HIDDEN> Subject: completing-read should accept spaces in require-match nil mode User-Agent: mu4e 1.12.8; emacs 31.0.50 Date: Thu, 27 Feb 2025 16:10:34 -0500 Message-ID: <m18qprccvp.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2600:3c01:e000:3d8::1; envelope-from=dancol@HIDDEN; helo=dancol.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.9 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -0.1 (/) It's sometimes useful (especially when require-match nil) to enter text with spaces in completing read, but right now, that's inconvenient (you have to use C-q SPC) because we bind SPC to minibuffer-complete-word, which won't insert a space unless space matches some possible completion, and in require-match nil mode, there might not be a completion with a space in it.
Daniel Colascione <dancol@HIDDEN>
:bug-gnu-emacs@HIDDEN
.
Full text available.bug-gnu-emacs@HIDDEN
:bug#76617
; Package emacs
.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.