diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/elisp/the-echo-area.html | |
new repository
Diffstat (limited to 'devdocs/elisp/the-echo-area.html')
| -rw-r--r-- | devdocs/elisp/the-echo-area.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devdocs/elisp/the-echo-area.html b/devdocs/elisp/the-echo-area.html new file mode 100644 index 00000000..79dc55b8 --- /dev/null +++ b/devdocs/elisp/the-echo-area.html @@ -0,0 +1,26 @@ + <h3 class="section">The Echo Area</h3> <p>The <em>echo area</em> is used for displaying error messages (see <a href="errors">Errors</a>), for messages made with the <code>message</code> primitive, and for echoing keystrokes. It is not the same as the minibuffer, despite the fact that the minibuffer appears (when active) in the same place on the screen as the echo area. See <a href="https://www.gnu.org/software/emacs/manual/html_node/emacs/Minibuffer.html#Minibuffer">The Minibuffer</a> in <cite>The GNU Emacs Manual</cite>. </p> <p>Apart from the functions documented in this section, you can print Lisp objects to the echo area by specifying <code>t</code> as the output stream. See <a href="output-streams">Output Streams</a>. </p> <table class="menu" border="0" cellspacing="0"> <tr> +<td align="left" valign="top">• <a href="displaying-messages" accesskey="1">Displaying Messages</a> +</td> +<td> </td> +<td align="left" valign="top">Explicitly displaying text in the echo area. </td> +</tr> <tr> +<td align="left" valign="top">• <a href="progress" accesskey="2">Progress</a> +</td> +<td> </td> +<td align="left" valign="top">Informing user about progress of a long operation. </td> +</tr> <tr> +<td align="left" valign="top">• <a href="logging-messages" accesskey="3">Logging Messages</a> +</td> +<td> </td> +<td align="left" valign="top">Echo area messages are logged for the user. </td> +</tr> <tr> +<td align="left" valign="top">• <a href="echo-area-customization" accesskey="4">Echo Area Customization</a> +</td> +<td> </td> +<td align="left" valign="top">Controlling the echo area. </td> +</tr> </table><div class="_attribution"> + <p class="_attribution-p"> + Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc. <br>Licensed under the GNU GPL license.<br> + <a href="https://www.gnu.org/software/emacs/manual/html_node/elisp/The-Echo-Area.html" class="_attribution-link">https://www.gnu.org/software/emacs/manual/html_node/elisp/The-Echo-Area.html</a> + </p> +</div> |
