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

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

Re: How to insert space in minibuffer while in completing-read ?


From: Stefan Monnier
Subject: Re: How to insert space in minibuffer while in completing-read ?
Date: Sat, 08 Mar 2008 16:24:18 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

> 2. If you don't want to use Icicles, but you do want to allow space chars in
> minibuffer input, do this:

>  (define-key minibuffer-local-completion-map
>              " " 'self-insert-command))
>  (define-key minibuffer-local-must-match-map
>              " " 'self-insert-command))

I think you mean to set those keys to nil rather than to
`self-insert-command'.  It may have the same result in 99% of the cases
in the end, of course.


        Stefan


reply via email to

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