/[emacs]/emacs/lispref/streams.texi
ViewVC logotype

Diff of /emacs/lispref/streams.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by fx, Tue Aug 22 18:42:51 2000 UTC revision 1.16.18.1 by miles, Fri Apr 4 06:20:42 2003 UTC
# Line 1  Line 1 
1  @c -*-texinfo-*-  @c -*-texinfo-*-
2  @c This is part of the GNU Emacs Lisp Reference Manual.  @c This is part of the GNU Emacs Lisp Reference Manual.
3  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 1999  @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1998, 1999
4  @c   Free Software Foundation, Inc.  @c   Free Software Foundation, Inc.
5  @c See the file elisp.texi for copying conditions.  @c See the file elisp.texi for copying conditions.
6  @setfilename ../info/streams  @setfilename ../info/streams
7  @node Read and Print, Minibuffers, Debugging, Top  @node Read and Print, Minibuffers, Debugging, Top
# Line 489  in reverse order. Line 489  in reverse order.
489    
490  @group  @group
491  last-output  last-output
492       @result{} (10 34 116 117 112 116 117 111 32 101 104       @result{} (10 34 116 117 112 116 117 111 32 101 104
493      116 32 115 105 32 115 105 104 84 34 10)      116 32 115 105 32 115 105 104 84 34 10)
494  @end group  @end group
495  @end example  @end example
# Line 566  characters are used.  @code{print} retur Line 566  characters are used.  @code{print} retur
566  (progn (print 'The\ cat\ in)  (progn (print 'The\ cat\ in)
567         (print "the hat")         (print "the hat")
568         (print " came back"))         (print " came back"))
569       @print{}       @print{}
570       @print{} The\ cat\ in       @print{} The\ cat\ in
571       @print{}       @print{}
572       @print{} "the hat"       @print{} "the hat"
573       @print{}       @print{}
574       @print{} " came back"       @print{} " came back"
575       @print{}       @print{}
576       @result{} " came back"       @result{} " came back"
577  @end group  @end group
578  @end example  @end example
# Line 586  This function outputs the printed repres Line 586  This function outputs the printed repres
586    
587  @example  @example
588  @group  @group
589  (progn (prin1 'The\ cat\ in)  (progn (prin1 'The\ cat\ in)
590         (prin1 "the hat")         (prin1 "the hat")
591         (prin1 " came back"))         (prin1 " came back"))
592       @print{} The\ cat\ in"the hat"" came back"       @print{} The\ cat\ in"the hat"" came back"
593       @result{} " came back"       @result{} " came back"
# Line 771  exceeding this limit is abbreviated with Line 771  exceeding this limit is abbreviated with
771  @code{nil} (which is the default) means no limit.  @code{nil} (which is the default) means no limit.
772  @end defvar  @end defvar
773    
774    These variables are used for detecting and reporting circular    These variables are used for detecting and reporting circular
775  and shared structure---but they are only defined in Emacs 21.  and shared structure---but they are only defined in Emacs 21.
776    
777  @tindex print-circle  @tindex print-circle
778  @defvar print-circle  @defvar print-circle
779  If non-@code{nil}, this variable enables detection of circular  If non-@code{nil}, this variable enables detection of circular
780  and shared structure in printing.  and shared structure in printing.
781  @end defvar  @end defvar
782    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.16.18.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26