From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: spacebar in minibuffer not bound to minibuffer-complete-word Date: Mon, 27 Mar 2006 08:41:13 -0700 Message-ID: References: <17447.20408.76854.908022@spinky.blazemonger.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1143500902 4169 80.91.229.2 (27 Mar 2006 23:08:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Mar 2006 23:08:22 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Mar 28 01:08:22 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FO0op-0004Kv-Q3 for geb-bug-gnu-emacs@m.gmane.org; Tue, 28 Mar 2006 01:08:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FO0op-00084s-8X for geb-bug-gnu-emacs@m.gmane.org; Mon, 27 Mar 2006 18:08:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FNtrN-0003e8-Fu for bug-gnu-emacs@gnu.org; Mon, 27 Mar 2006 10:42:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FNtrM-0003dn-T4 for bug-gnu-emacs@gnu.org; Mon, 27 Mar 2006 10:42:25 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNtrM-0003dj-Iu for bug-gnu-emacs@gnu.org; Mon, 27 Mar 2006 10:42:24 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FNtst-0007mX-5x for bug-gnu-emacs@gnu.org; Mon, 27 Mar 2006 10:43:59 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FNtr6-0005eX-UU for bug-gnu-emacs@gnu.org; Mon, 27 Mar 2006 17:42:09 +0200 Original-Received: from 207.167.42.60 ([207.167.42.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Mar 2006 17:42:08 +0200 Original-Received: from ihs_4664 by 207.167.42.60 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Mar 2006 17:42:08 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: bug-gnu-emacs@gnu.org Original-Lines: 27 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.60 User-Agent: Mozilla Thunderbird 0.9 (X11/20041105) X-Accept-Language: en-us, en In-Reply-To: <17447.20408.76854.908022@spinky.blazemonger.com> X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:14999 Archived-At: Daniel Barrett wrote: > In the latest build of Emacs 22.0.50.3 from CVS, the spacebar is no longer > bound to minibuffer-complete-word, but to ordinary self-insert-command. > Is this intentional or a bug? > > This happens even when invoked with no startup file, "emacs -q". From etc/NEWS: | ** When Emacs prompts for file names, SPC no longer completes the file name. | This is so filenames with embedded spaces could be input without the | need to quote the space with a C-q. The underlying changes in the | keymaps that are active in the minibuffer are described below under | "New keymaps for typing file names". ... | *** New keymaps for typing file names | | Two new keymaps, `minibuffer-local-filename-completion-map' and | `minibuffer-local-must-match-filename-map', apply whenever | Emacs reads a file name in the minibuffer. These key maps override | the usual binding of SPC to `minibuffer-complete-word' (so that file | names with embedded spaces could be typed without the need to quote | the spaces). -- Kevin Rodgers