Mercurial > hg > xemacs-beta
diff man/xemacs/mini.texi @ 1703:f561c3904bb3
[xemacs-hg @ 2003-09-20 01:46:53 by youngs]
2003-09-20 Ilya N. Golubev <gin@mo.msk.ru>
* simple.el (raw-append-message): Allow user to specify
alternative function for displaying message.
(redisplay-echo-area-function): New.
(clear-message): Allow user to specify function for finishing
message display.
(undisplay-echo-area-function): New.
2003-09-20 Ilya N. Golubev <gin@mo.msk.ru>
* xemacs/mini.texi (Minibuffer): Add customizing message display
reference.
* lispref/display.texi (Customizing Message Display): New,
describe `redisplay-echo-area-function',
`undisplay-echo-area-function', `minibuffer-echo-wait-function'.
(The Echo Area): Add menu.
2003-09-20 Ilya N. Golubev <gin@mo.msk.ru>
* cmdloop.c (Fcommand_loop_1): Allow specifying elisp function for
waiting user input while displaying message while in minibuffer.
(Vminibuffer_echo_wait_function): New, associated variable...
(vars_of_cmdloop): ... initialize it.
author | youngs |
---|---|
date | Sat, 20 Sep 2003 01:47:03 +0000 |
parents | 501cfd01ee6d |
children |
line wrap: on
line diff
--- a/man/xemacs/mini.texi Sat Sep 20 01:25:48 2003 +0000 +++ b/man/xemacs/mini.texi Sat Sep 20 01:47:03 2003 +0000 @@ -1,3 +1,4 @@ + @node Minibuffer, M-x, Undo, Top @chapter The Minibuffer @@ -31,8 +32,10 @@ minibuffer, by typing @kbd{C-g}. Since the minibuffer uses the screen space of the echo area, it can -conflict with other ways XEmacs customarily uses the echo area. Here is -how XEmacs handles such conflicts: +conflict with other ways XEmacs customarily uses the echo area. One can +avoid such a conflict as described in @ref{Customizing Message +Display,,,lispref, The XEmacs Lisp Reference Manual}. Here is how +XEmacs handles such conflicts by default: @itemize @bullet @item