From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luis A Escobar Newsgroups: gmane.emacs.help Subject: Re: the SPACE filename completion is not working Date: Tue, 13 Jun 2006 18:06:13 -0500 Message-ID: References: <4C0265C3-7A16-4BDA-BF09-6069028B4BB8@Web.DE> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: sea.gmane.org 1150239999 30237 80.91.229.2 (13 Jun 2006 23:06:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Jun 2006 23:06:39 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 14 01:06:34 2006 Return-path: Envelope-to: geh-help-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 1FqHxv-0003pu-Hg for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jun 2006 01:06:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FqHxv-00018N-1o for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Jun 2006 19:06:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FqHxg-00018F-O8 for help-gnu-emacs@gnu.org; Tue, 13 Jun 2006 19:06:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FqHxf-000181-Rh for help-gnu-emacs@gnu.org; Tue, 13 Jun 2006 19:06:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FqHxf-00017y-O1 for help-gnu-emacs@gnu.org; Tue, 13 Jun 2006 19:06:15 -0400 Original-Received: from [130.39.184.137] (helo=gate002.lsu.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FqI6i-0002l7-CF for help-gnu-emacs@gnu.org; Tue, 13 Jun 2006 19:15:36 -0400 In-Reply-To: <4C0265C3-7A16-4BDA-BF09-6069028B4BB8@Web.DE> Sensitivity: Original-To: Peter Dyballa X-Mailer: Lotus Notes Release 6.5.3 September 14, 2004 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:35445 Archived-At: Peter: thank you for your help. I will proceed with the binding you are suggesting. Thanks again Best regards, Luis A Peter Dyballa @Web.DE on 06/13/2006 05:53:18 PM Sent by: Peter_Dyballa@Web.DE To: Luis A Escobar cc: help-gnu-emacs@gnu.org Subject: Re: the SPACE filename completion is not working Am 14.06.2006 um 00:41 schrieb Luis A Escobar: > Then when I key in SPACE after the last /, I get a "blank" space > rather > than a filename completion. | 10.19 Why doesn't SPC complete file names anymore? | ================================================== | | Starting with Emacs 22.1, `SPC' no longer completes file names in the | minibuffer, so that file names with embedded spaces could be typed | without the need to quote the spaces. | | You can get the old behavior by binding `SPC' to | `minibuffer-complete-word' in the minibuffer, as follows: | | (define-key minibuffer-local-filename-completion-map (kbd "SPC") | 'minibuffer-complete-word) | | (define-key minibuffer-local-must-match-filename-map (kbd "SPC") | 'minibuffer-complete-word) -- Greetings Pete The human animal differs from the lesser primates in his passion for lists of "Ten Best". -- H. Allen Smith