From 325ba046131c3366eded009f5b472cbf5b594dd0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 6 Jul 2007 16:13:37 +0000 Subject: [PATCH] Document how to get back the old binding of SPC in file prompts. --- etc/NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 11e40efd4f6..5066cfac779 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -264,6 +264,14 @@ need to quote the space with a C-q. The underlying changes in the keymaps that are active in the minibuffer are described below under "New keymaps for typing file names". +If you want the old behavior back, put these two key bindings to your +~/.emacs init file: + + (define-key minibuffer-local-filename-completion-map + " " 'minibuffer-complete-word) + (define-key minibuffer-local-must-match-filename-map + " " 'minibuffer-complete-word) + ** The completion commands TAB, SPC and ? in the minibuffer apply only to the text before point. If there is text in the buffer after point, it remains unchanged. -- 2.39.2