minibuffer.js: new function minibuffer.prototype.wait_for
commitac1d2fc1c318d47c7fa04948a4e0f05f895b90a8
authorJeremy Maitin-Shepard <jeremy@jeremyms.com>
Sun, 13 Apr 2008 21:24:36 +0000 (13 17:24 -0400)
committerJeremy Maitin-Shepard <jeremy@jeremyms.com>
Sun, 13 Apr 2008 21:24:36 +0000 (13 17:24 -0400)
tree292777c3e0cf618719554ebb9b6c2d8ea72c87de
parent38ae744b095d28773ad7244b8c72f05d107ec93c
minibuffer.js: new function minibuffer.prototype.wait_for

This function displays a message in the minibuffer while a coroutine
is running.  A special keymap is in effect during this time, and C-g
(by default) can be used to abort the coroutine.
modules/minibuffer.js