From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bruza Newsgroups: gmane.emacs.help Subject: Re: Configure SPACE as file auto-complete character Date: Fri, 21 Dec 2007 15:16:29 -0800 (PST) Organization: http://groups.google.com Message-ID: <4e9250d0-a159-4a7e-8144-8ecc56a4e4eb@q77g2000hsh.googlegroups.com> References: <92465845-d984-4e52-91a0-ed7d2dfde6dc@i29g2000prf.googlegroups.com> <37554ce4-5f5e-4568-be6f-d510634da5ce@e67g2000hsc.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1198280442 21513 80.91.229.12 (21 Dec 2007 23:40:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Dec 2007 23:40:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 22 00:40:54 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 1J5rU5-0000IP-C3 for geh-help-gnu-emacs@m.gmane.org; Sat, 22 Dec 2007 00:40:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J5rTl-0001gB-Hx for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Dec 2007 18:40:33 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!q77g2000hsh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 66.201.58.109 Original-X-Trace: posting.google.com 1198278989 3434 127.0.0.1 (21 Dec 2007 23:16:29 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 21 Dec 2007 23:16:29 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q77g2000hsh.googlegroups.com; posting-host=66.201.58.109; posting-account=e0RwvwoAAABUIdU2znZKNc8wiHjbwy5g User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11,gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:154859 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:50285 Archived-At: On Dec 18, 7:38 am, rob wahoo wrote: > On Dec 16, 9:46 pm,Bruza wrote: > > > 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. I need to use TAB instead. Is there a way I can > > configure SPACE as the filename auto-complete character? > > ;;============================================================ > ;; minibuffer space completion > ;;============================================================ > (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) Thanks for all the help. I can now finally "claim" my SPACE back :-).