| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
* lisp/textmodes/string-edit.el (string-edit-done): Return an empty
string when the user has entered no text.
|
|
|
|
|
| |
* lisp/textmodes/string-edit.el (read-string-from-buffer)
(string-edit): Mention each other in the doc strings.
|
|
|
|
|
|
| |
* lisp/textmodes/string-edit.el (string-edit): Use pop-to-buffer
with fit-window-to-buffer after the buffer is filled with text.
(string-edit-done, string-edit-abort): Use (quit-window 'kill).
|
|
|
|
|
|
|
| |
* lisp/textmodes/string-edit.el (string-edit)
(read-string-from-buffer): Rework the function arguments so that
they're more similar to `read-string'. Rename symbols throughout
the file from help-text to prompt.
|
|
|
|
|
| |
* lisp/textmodes/string-edit.el (string-edit)
(read-string-from-buffer): Autoload.
|
|
|
|
|
| |
* lisp/textmodes/string-edit.el (string-edit): Add a header line
with instructions.
|
|
|
|
|
|
|
| |
* lisp/textmodes/string-edit.el (string-edit)
(read-string-from-buffer): Make doc strings use dynamic key
bindings.
(string-edit): Fix message at the end.
|
|
|
|
|
| |
* lisp/textmodes/string-edit.el (string-edit-mode-map): Use `C-c
C-k' to abort.
|
|
* doc/lispref/minibuf.texi (Text from Minibuffer): Document it.
* lisp/textmodes/string-edit.el: New file.
|