Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mgalgs/jumbobuffer

jumbo-size minibuffer
https://github.com/mgalgs/jumbobuffer

Last synced: 5 days ago
JSON representation

jumbo-size minibuffer

Awesome Lists containing this project

README

        

Emacs Logo
## jumbobuffer.el
*jumbo-size minibuffer*

---
[![License GPLv3](https://img.shields.io/badge/license-GPL_v3-green.svg)](http://www.gnu.org/licenses/gpl-3.0.html)

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.

### Installation

Put this file on your load-path and do:

(require 'jumbobuffer)

### Usage

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`.

### Function and Macro Documentation

#### `(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