Skip to content

mgalgs/jumbobuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Emacs Logo

## jumbobuffer.el *jumbo-size minibuffer*

License GPLv3

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

About

jumbo-size minibuffer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published