1
0
Fork 0
cl-sites/novaspec.org/cl/t_print-not-readable.html
2025-02-05 18:52:26 +01:00

189 lines
No EOL
4.3 KiB
HTML

<!DOCTYPE HTML>
<HTML LANG="en-us"
><HEAD
><TITLE
>print-not-readable | Common Lisp Nova Spec</TITLE
><META CHARSET="US-ASCII"
><LINK REL="canonical" HREF="t_print-not-readable.html"
><LINK REL="next" HREF="f_print-not-readable-object.html" TYPE="text/html" TITLE="print-not-readable-object"
><LINK REL="prev" HREF="v_print-right-margin.html" TYPE="text/html" TITLE="*print-right-margin*"
><LINK REL="up" HREF="22_4_Printer_Dictionary.html" TYPE="text/html" TITLE="22.4 Printer Dictionary"
><LINK REL="start" HREF="index.html" TYPE="text/html" TITLE="Common Lisp Nova Spec"
><META NAME="VIEWPORT" CONTENT="width=device-width, initial-scale=1.0"
><LINK REL="STYLESHEET" HREF="dpans.css%3F3909942064.css"
><SCRIPT SRC="dpans.js%3F3909942064"
></SCRIPT
><SCRIPT SRC="apropos.js%3F3909942064"
></SCRIPT
></HEAD
><BODY
><DIV
><DIV CLASS="topnav"
><DIV CLASS="breadcrumb"
><SPAN CLASS="breadcrumb-item"
><A HREF="index.html"
>Common Lisp Nova Spec</A
></SPAN
> <SPAN CLASS="breadcrumb-item"
>&#8594; <A HREF="22_Printer.html"
>22. Printer</A
></SPAN
> <SPAN CLASS="breadcrumb-item"
>&#8594; <A HREF="22_4_Printer_Dictionary.html"
>22.4 Printer Dictionary</A
></SPAN
> <SPAN CLASS="breadcrumb-item"
>&#8594; <A HREF="t_print-not-readable.html"
>print-not-readable</A
></SPAN
></DIV
><DIV CLASS="apropos"
><DIV CLASS="apropos-io"
><A HREF="v_print-right-margin.html" CLASS="prev"
>&#8592;</A
><SPAN ID="apropos-label"
>Apropos </SPAN
><INPUT ID="apropos" AUTOFOCUS="AUTOFOCUS" PLACEHOLDER="Type here to search" ONINPUT="aproposInput(this);" ONKEYUP="aproposKeyup(event);" ONCHANGE="aproposChange(this);" ONFOCUS="aproposFocus(this);" ONFOCUSOUT="aproposFocusout(this);"
><A HREF="f_print-not-readable-object.html" CLASS="next"
>&#8594;</A
></DIV
><DIV ID="apropos-res"
></DIV
></DIV
></DIV
><DIV CLASS="matter"
><DIV CLASS="com"
><DIV CLASS="begincom"
><HR
><TABLE WIDTH="100%" CELLSPACING="0" CELLPADDING="0"
><TR
><TD ALIGN="LEFT" VALIGN="BASELINE" WIDTH="100%" CLASS="name"
><SPAN CLASS="idx" DATA-KIND="idxref" DATA-TERM="print-not-readable"
></SPAN
><B
>print-not-readable</B
></TD
><TD ALIGN="RIGHT" VALIGN="BASELINE" WIDTH="0" NOWRAP="NOWRAP" CLASS="ftype"
><I
>Condition</I
> <I
>Type</I
></TD
></TR
></TABLE
><HR
></DIV
><UL CLASS="subtoc"
></UL
><DL
><DT
><B
>Class Precedence List</B
></DT
><DD
><P CLASS="j"
><A HREF="t_print-not-readable.html" CLASS="typeref"
><B
>print-not-readable</B
></A
>, <A HREF="t_error.html" CLASS="typeref"
><B
>error</B
></A
>, <A HREF="t_serious-condition.html" CLASS="typeref"
><B
>serious-condition</B
></A
>, <A HREF="t_condition.html" CLASS="typeref"
><B
>condition</B
></A
>, <A HREF="t_t.html" CLASS="typeref"
><B
>t</B
></A
></P
></DD
><DT
><B
>Description</B
></DT
><DD
><P CLASS="j"
>The <A HREF="26_1_Glossary.html#type"
><EM CLASS="term"
>type</EM
></A
> <A HREF="t_print-not-readable.html" CLASS="typeref"
><B
>print-not-readable</B
></A
> consists of error conditions that occur during output while <A HREF="v_print-readably.html" CLASS="varref"
><B
>*print-readably*</B
></A
> is <A HREF="26_1_Glossary.html#true"
><EM CLASS="term"
>true</EM
></A
>, as a result of attempting to write a printed representation with the <A HREF="26_1_Glossary.html#Lisp_printer"
><EM CLASS="term"
>Lisp printer</EM
></A
> that would not be correctly read back with the <A HREF="26_1_Glossary.html#Lisp_reader"
><EM CLASS="term"
>Lisp reader</EM
></A
>. The object which could not be printed is initialized by the <SPAN CLASS="kwd"
><SPAN CLASS="cmtt"
>:object</SPAN
></SPAN
> initialization argument to <A HREF="f_make-condition.html" CLASS="funref"
><B
>make-condition</B
></A
>, and is <A HREF="26_1_Glossary.html#access"
><EM CLASS="term"
>accessed</EM
></A
> by the <A HREF="26_1_Glossary.html#function"
><EM CLASS="term"
>function</EM
></A
> <A HREF="f_print-not-readable-object.html" CLASS="funref"
><B
>print-not-readable-object</B
></A
>.</P
></DD
><DT
><B
>See Also</B
></DT
><DD
><P CLASS="j"
><A HREF="f_print-not-readable-object.html" CLASS="funref"
><B
>print-not-readable-object</B
></A
></P
></DD
></DL
></DIV
></DIV
><DIV CLASS="footer"
><DIV CLASS="btmnav"
><A HREF="v_print-right-margin.html" CLASS="prev"
>&#8592;</A
><A HREF="f_print-not-readable-object.html" CLASS="next"
>&#8594;</A
></DIV
><DIV CLASS="trail"
>Conversion to HTML copyright 2023 by Gilbert Baumann</DIV
></DIV
></DIV
><SCRIPT
>domReady();</SCRIPT
></BODY
></HTML
>