jumbobuffer provides a function (read-from-jumbobuffer) for reading
multi-line input from a temporary buffer at the bottom of the current
window. It's like the minibuffer, but jumbo.
Put this file on your load-path and do:
(require 'jumbobuffer)
The main function provided by this package is
read-from-jumbobuffer. It has the same call signature as
read-from-minibuffer but ignores all arguments besides PROMPT and
INITIAL-CONTENTS.
To finish input, type C-c C-c.
(read-from-jumbobuffer PROMPT &optional INITIAL-CONTENTS KEYMAP READHIST DEFAULT-VALUE INHERIT-INPUT-METHOD)
Like read-from-minibuffer, but with multi-line input
Markdown README file generated by
make-readme-markdown.el
