> Date: Mon, 05 Dec 2005 22:17:37 +0100 > From: [EMAIL PROTECTED] > > I noticed that in the latest build (from cvs), when issueing the > find-file command (C-x C-f), the SPC does not any longer trigger > filename completion, as it used to be. Is this deliberately changed?
Yes, it's a deliberate change; see etc/NEWS (search for "prompts for file names"). > If so, is there a way to customize it and get back the old > behaviour? The NEWS entry explains that there are now 2 new keymaps that override the minibuffer keymaps when Emacs prompts for file names. You can bind SPC in these two keymaps to minibuffer-complete-word, then you'll get back the old behavior. _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
