From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.help Subject: Re: the SPACE filename completion is not working Date: Wed, 14 Jun 2006 00:53:18 +0200 Message-ID: <4C0265C3-7A16-4BDA-BF09-6069028B4BB8@Web.DE> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (Apple Message framework v750) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1150239251 27977 80.91.229.2 (13 Jun 2006 22:54:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Jun 2006 22:54:11 +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 00:54:08 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 1FqHlt-0001bf-Da for geh-help-gnu-emacs@m.gmane.org; Wed, 14 Jun 2006 00:54:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FqHlt-0003GD-0z for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Jun 2006 18:54:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FqHlD-0002jQ-TF for help-gnu-emacs@gnu.org; Tue, 13 Jun 2006 18:53:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FqHlC-0002hX-4F for help-gnu-emacs@gnu.org; Tue, 13 Jun 2006 18:53:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FqHlC-0002hO-0Y for help-gnu-emacs@gnu.org; Tue, 13 Jun 2006 18:53:22 -0400 Original-Received: from [217.72.192.227] (helo=fmmailgate02.web.de) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FqHuE-000234-Er for help-gnu-emacs@gnu.org; Tue, 13 Jun 2006 19:02:42 -0400 Original-Received: from smtp05.web.de (fmsmtp05.dlan.cinetic.de [172.20.4.166]) by fmmailgate02.web.de (Postfix) with ESMTP id 18FF820EFAB; Wed, 14 Jun 2006 00:53:21 +0200 (CEST) Original-Received: from [87.193.10.193] (helo=[192.168.1.2]) by smtp05.web.de with asmtp (TLSv1:RC4-SHA:128) (WEB.DE 4.107 #114) id 1FqHlA-0001eV-00; Wed, 14 Jun 2006 00:53:21 +0200 In-Reply-To: X-Image-Url: http://homepage.mac.com/sparifankal/.cv/thumbs/me.thumbnail Original-To: Luis A Escobar X-Mailer: Apple Mail (2.750) X-Sender: Peter_Dyballa@web.de 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:35443 Archived-At: 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