From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: rob wahoo Newsgroups: gmane.emacs.help Subject: Re: Configure SPACE as file auto-complete character Date: Tue, 18 Dec 2007 07:38:24 -0800 (PST) Organization: http://groups.google.com Message-ID: <37554ce4-5f5e-4568-be6f-d510634da5ce@e67g2000hsc.googlegroups.com> References: <92465845-d984-4e52-91a0-ed7d2dfde6dc@i29g2000prf.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 1197997148 22137 80.91.229.12 (18 Dec 2007 16:59:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 18 Dec 2007 16:59:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 18 17:59:20 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 1J4fmh-0008GP-L0 for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Dec 2007 17:59:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4fmO-00010r-Cz for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Dec 2007 11:58:52 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!e67g2000hsc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 14 Original-NNTP-Posting-Host: 64.27.180.2 Original-X-Trace: posting.google.com 1197992305 14745 127.0.0.1 (18 Dec 2007 15:38:25 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 18 Dec 2007 15:38:25 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e67g2000hsc.googlegroups.com; posting-host=64.27.180.2; posting-account=86A5uQoAAADTzMsY61LPMiELODUckyrl User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 firewall.eyestreet.com:3128 (squid/2.6.STABLE6) Original-Xref: shelby.stanford.edu gnu.emacs.help:154754 X-Mailman-Approved-At: Tue, 18 Dec 2007 11:58:32 -0500 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:50180 Archived-At: 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)