emacs-pretest-bug
[Top][All Lists]
Advanced

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

keybindings change for recursive minibuffers


From: Chris Moore
Subject: keybindings change for recursive minibuffers
Date: Sun, 28 Jan 2007 04:05:09 +0100

In GNU Emacs 22.0.93.9 (i686-pc-linux-gnu, GTK+ Version 2.8.20)
 of 2007-01-27 on trpaslik
configured using `configure  '--with-gtk' '--prefix' '/usr/local' '--with-xpm' 
'--with-jpeg' '--with-png' '--with-gif''



$ emacs -Q
M-x set SPC variable RET enable-recursive-minibuffers RET t RET
C-x C-f
M-x set SPC variable RET        ==> [No match]



ie. notice that initially typing "M-x set SPC variable" will correctly
insert a hyphen between "set" and "variable", and that trying the same
in a recursive minibuffer (inside a find-file prompt) doesn't work.

In a top-level minibuffer:
  SPC runs the command minibuffer-complete-word

In a recursive minibuffer (while find-file's prompt is pending):
  SPC runs the command self-insert-command


Chris.




reply via email to

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