emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/streams.texi [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/streams.texi [lexbind]
Date: Tue, 14 Oct 2003 19:10:19 -0400

Index: emacs/lispref/streams.texi
diff -c emacs/lispref/streams.texi:1.16.18.1 
emacs/lispref/streams.texi:1.16.18.2
*** emacs/lispref/streams.texi:1.16.18.1        Fri Apr  4 01:20:42 2003
--- emacs/lispref/streams.texi  Tue Oct 14 19:10:12 2003
***************
*** 771,776 ****
--- 771,784 ----
  @code{nil} (which is the default) means no limit.
  @end defvar
  
+ @defopt eval-expression-print-length
+ @defoptx eval-expression-print-level
+ These are the values for @code{print-length} and @code{print-level}
+ used by @code{eval-expression}, and thus, indirectly, by many
+ interactive evaluation commands (@pxref{Lisp Eval,, Evaluating
+ Emacs-Lisp Expressions, emacs, The GNU Emacs Manual}).
+ @end defopt
+ 
    These variables are used for detecting and reporting circular
  and shared structure---but they are only defined in Emacs 21.
  
***************
*** 787,789 ****
--- 795,817 ----
  uninterned symbols print with the prefix @samp{#:}, which tells the Lisp
  reader to produce an uninterned symbol.
  @end defvar
+ 
+ @defvar print-continuous-numbering
+ If address@hidden, that means number continuously across print calls.
+ This affects the numbers printed for @address@hidden labels and
+ @address@hidden references.
+ 
+ Don't set this variable with @code{setq}; you should only bind it
+ temporarily to @code{t} with @code{let}.  When you do that, you should
+ also bind @code{print-number-table} to @code{nil}.
+ @end defvar
+ 
+ @defvar print-number-table
+ This variable holds a vector used internally by printing to implement
+ the @code{print-circle} feature.  You should not use it except
+ to bind it to @code{nil} when you bind @code{print-continuous-numbering}.
+ @end defvar
+ 
+ @ignore
+    arch-tag: 07636b8c-c4e3-4735-9e06-2e864320b434
+ @end ignore




reply via email to

[Prev in Thread] Current Thread [Next in Thread]