comparison lispref/streams.texi @ 52190:f18ef41c0b41

(Output Variables): Add eval-expression-print-length and eval-expression-print-level.
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 Aug 2003 17:25:42 +0000
parents 01229a738c6f
children 695cf19ef79e
comparison
equal deleted inserted replaced
52189:8cec82e55147 52190:f18ef41c0b41
769 parentheses and brackets when printed. Any list or vector at a depth 769 parentheses and brackets when printed. Any list or vector at a depth
770 exceeding this limit is abbreviated with an ellipsis. A value of 770 exceeding this limit is abbreviated with an ellipsis. A value of
771 @code{nil} (which is the default) means no limit. 771 @code{nil} (which is the default) means no limit.
772 @end defvar 772 @end defvar
773 773
774 @defopt eval-expression-print-length
775 @defoptx eval-expression-print-level
776 These are the values for @code{print-length} and @code{print-level}
777 used by @code{eval-expression}, and thus, indirectly, by many
778 interactive evaluation commands (@pxref{Lisp Eval,, Evaluating
779 Emacs-Lisp Expressions, emacs, The GNU Emacs Manual}).
780 @end defopt
781
774 These variables are used for detecting and reporting circular 782 These variables are used for detecting and reporting circular
775 and shared structure---but they are only defined in Emacs 21. 783 and shared structure---but they are only defined in Emacs 21.
776 784
777 @tindex print-circle 785 @tindex print-circle
778 @defvar print-circle 786 @defvar print-circle