From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Configure SPACE as file auto-complete character Date: Mon, 17 Dec 2007 22:28:12 +0200 Message-ID: References: <92465845-d984-4e52-91a0-ed7d2dfde6dc@i29g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1197923339 31478 80.91.229.12 (17 Dec 2007 20:28:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Dec 2007 20:28:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 17 21:29:12 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J4MaN-0001EZ-Fy for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Dec 2007 21:29:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4Ma4-0002W2-8H for geh-help-gnu-emacs@m.gmane.org; Mon, 17 Dec 2007 15:28:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J4MZZ-0002P8-Pm for help-gnu-emacs@gnu.org; Mon, 17 Dec 2007 15:28:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J4MZV-0002JY-7R for help-gnu-emacs@gnu.org; Mon, 17 Dec 2007 15:28:18 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4MZU-0002In-LN for help-gnu-emacs@gnu.org; Mon, 17 Dec 2007 15:28:16 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J4MZU-0000j9-5P for help-gnu-emacs@gnu.org; Mon, 17 Dec 2007 15:28:16 -0500 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-198-53.inter.net.il [80.230.198.53]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EJQ37546 (AUTH halo1); Mon, 17 Dec 2007 22:28:13 +0200 (IST) In-reply-to: <92465845-d984-4e52-91a0-ed7d2dfde6dc@i29g2000prf.googlegroups.com> (message from Bruza on Sun, 16 Dec 2007 18:46:36 -0800 (PST)) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:50152 Archived-At: > From: Bruza > Date: Sun, 16 Dec 2007 18:46:36 -0800 (PST) > > I just installed emacs 22.1.1 GTK on Ubuntu. The first thing I noticed > is that the auto filename completion key in the min-buffer is not > SPACE anymore. This is so you could use file names with spaces. > Is there a way I can configure SPACE as the filename auto-complete > character? See this entry in NEWS (and the one it refers to): ** 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".