Mercurial > hg > xemacs-beta
comparison man/lispref/display.texi @ 2:ac2d302a0011 r19-15b2
Import from CVS: tag r19-15b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:46:35 +0200 |
parents | 376386a54a3c |
children | 11cf20601dec |
comparison
equal
deleted
inserted
replaced
1:c0c6a60d29db | 2:ac2d302a0011 |
---|---|
206 ---------- Echo Area ---------- | 206 ---------- Echo Area ---------- |
207 @end group | 207 @end group |
208 @end example | 208 @end example |
209 @end defun | 209 @end defun |
210 | 210 |
211 Almost all the messages displayed in the echo area are also recorded | 211 Some of the messages displayed in the echo area are also recorded in the |
212 in the @samp{*Messages*} buffer. | 212 @samp{ *Message-Log*} buffer. |
213 | 213 |
214 @ignore | |
214 @defopt message-log-max | 215 @defopt message-log-max |
215 This variable specifies how many lines to keep in the @samp{*Messages*} | 216 This variable specifies how many lines to keep in the @samp{*Messages*} |
216 buffer. The value @code{t} means there is no limit on how many lines to | 217 buffer. The value @code{t} means there is no limit on how many lines to |
217 keep. The value @code{nil} disables message logging entirely. Here's | 218 keep. The value @code{nil} disables message logging entirely. Here's |
218 how to display a message and prevent it from being logged: | 219 how to display a message and prevent it from being logged: |
220 @defopt log-message-max-size | |
221 This variable specifies how many lines to keep in the @samp{* Message-Log*} | |
222 buffer. The value @code{t} means there is no limit on how many lines to | |
223 keep. The value @code{nil} disables message logging entirely. Here's | |
224 how to display a message and prevent it from being logged: | |
219 | 225 |
220 @example | 226 @example |
221 (let (message-log-max) | 227 (let (message-log-max) |
222 (message @dots{})) | 228 (message @dots{})) |
223 @end example | 229 @end example |
230 @end defopt | |
231 @end ignore | |
232 @defopt log-message-max-size | |
233 This variable specifies the maximum size of @samp{* Message-Log*} | |
234 buffer. | |
224 @end defopt | 235 @end defopt |
225 | 236 |
226 @defvar echo-keystrokes | 237 @defvar echo-keystrokes |
227 This variable determines how much time should elapse before command | 238 This variable determines how much time should elapse before command |
228 characters echo. Its value must be an integer, which specifies the | 239 characters echo. Its value must be an integer, which specifies the |