help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Configure SPACE as file auto-complete character


From: Bruza
Subject: Re: Configure SPACE as file auto-complete character
Date: Fri, 21 Dec 2007 15:16:29 -0800 (PST)
User-agent: G2/1.0

On Dec 18, 7:38 am, rob wahoo <robchris...@gmail.com> wrote:
> On Dec 16, 9:46 pm,Bruza<benr...@gmail.com> 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 :-).


reply via email to

[Prev in Thread] Current Thread [Next in Thread]