Next: Debugger options, Previous: Reader options, Up: Runtime Options
Here is the list of print options generated by typing
(print-options 'full) in Guile. You can also see the default
values.
quote-keywordish-symbols reader How to print symbols that have a colon
as their first or last character. The
value '#f' does not quote the colons;
'#t' quotes them; 'reader' quotes
them when the reader option
'keywords' is not '#f'.
highlight-prefix { The string to print before highlighted values.
highlight-suffix } The string to print after highlighted values.
source no Print closures with source.
closure-hook #f Hook for printing closures.