space completion in some minibuffer states
commit5e321afd102ce4120bda89ffad2301af6b792c73
authorJohn Foerch <jjfoerch@earthlink.net>
Mon, 5 Jul 2010 13:06:58 +0000 (5 09:06 -0400)
committerJohn Foerch <jjfoerch@earthlink.net>
Mon, 5 Jul 2010 14:39:12 +0000 (5 10:39 -0400)
tree633f13f80336357d6907ed81d3697282d2481a43
parentabd8c5f1a2c322e9d0b438c1c2220d79a576b7da
space completion in some minibuffer states

minibuffer_state now exposes 'keymaps', a stack of keymaps just like
buffers do, instead of the singular 'keymap'.

resolves issue241
modules/bindings/default/bindings.js
modules/bindings/default/minibuffer.js
modules/commands.js
modules/hints.js
modules/input.js
modules/minibuffer-read-mime-type.js
modules/minibuffer-read.js
modules/minibuffer.js