This is the mail archive of the guile-cvs@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

guile/guile-core/libguile print.c


CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	mdj@egcs.cygnus.com	99/08/23 19:11:54

Modified files:
	guile-core/libguile: print.c 

Log message:
	* print.c (scm_get_print_state): New procedure: Given an output
	port, return the print state associated to it in the current print
	chain, if one exists;
	(scm_port_with_print_state): New procedure: Associate a
	print-state with a port.
	(scm_valid_oport_value_p): Use SCM_PORT_WITH_PS_P;
	(scm_printer_apply): Wrap port and pstate as a smob;
	(print_state_printer): Removed.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]