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: rob wahoo
Subject: Re: Configure SPACE as file auto-complete character
Date: Tue, 18 Dec 2007 07:38:24 -0800 (PST)
User-agent: G2/1.0

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)


reply via email to

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