rougier / nano-read

Alternartive read functions for GNU Emacs
GNU General Public License v3.0
11 stars 0 forks source link

N Λ N O read

nano-read functions allow the user to enter text in the minibuffer while some information is displayed on the right side (right margin). This information can be static or modifiable via some key bindings, depending on the nano-read function.

Example

(nano-read-with-info "PROMPT:" "INFO")
(nano-read-yes-or-no "WARNING" "Buffer modified, kill it?")

Screenshot