Mercurial > emacs
comparison man/screen.texi @ 38870:d44abb4e68b2
Don't use "print" for displaying a message.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 20 Aug 2001 04:20:06 +0000 |
parents | 67a7dd5130d0 |
children | ecf35d2638f4 |
comparison
equal
deleted
inserted
replaced
38869:8be184904f6c | 38870:d44abb4e68b2 |
---|---|
121 confident users fast response, while giving hesitant users maximum | 121 confident users fast response, while giving hesitant users maximum |
122 feedback. You can change this behavior by setting a variable | 122 feedback. You can change this behavior by setting a variable |
123 (@pxref{Display Custom}). | 123 (@pxref{Display Custom}). |
124 | 124 |
125 @cindex error message in the echo area | 125 @cindex error message in the echo area |
126 If a command cannot be executed, it may print an @dfn{error message} | 126 If a command cannot be executed, it may display an @dfn{error message} |
127 in the echo area. Error messages are accompanied by beeping or by | 127 in the echo area. Error messages are accompanied by beeping or by |
128 flashing the screen. The error also discards any input you have typed | 128 flashing the screen. The error also discards any input you have typed |
129 ahead. | 129 ahead. |
130 | 130 |
131 Some commands print informative messages in the echo area. These | 131 Some commands display informative messages in the echo area. These |
132 messages look much like error messages, but they are not announced with | 132 messages look much like error messages, but they are not announced with |
133 a beep and do not throw away input. Sometimes the message tells you | 133 a beep and do not throw away input. Sometimes the message tells you |
134 what the command has done, when this is not obvious from looking at the | 134 what the command has done, when this is not obvious from looking at the |
135 text being edited. Sometimes the sole purpose of a command is to print | 135 text being edited. Sometimes the sole purpose of a command is to show |
136 a message giving you specific information---for example, @kbd{C-x =} | 136 you a message giving you specific information---for example, @kbd{C-x =} |
137 prints a message describing the character position of point in the text | 137 displays a message describing the character position of point in the text |
138 and its current column in the window. Commands that take a long time | 138 and its current column in the window. Commands that take a long time |
139 often display messages ending in @samp{...} while they are working, and | 139 often display messages ending in @samp{...} while they are working, and |
140 add @samp{done} at the end when they are finished. | 140 add @samp{done} at the end when they are finished. |
141 | 141 |
142 @cindex @samp{*Messages*} buffer | 142 @cindex @samp{*Messages*} buffer |