lispdoc - results for end-of-file |
end-of-file | Undocumented
|
Example:(defun figure-out-lisp-packages (fname) "Returns a list with strings which name external symbols referenced in the file." (let ((full-file (eat-file fname))) (handler-case (find-lisp-packages-from-string full-file :fname fname) (end-of-file nil nil)))) | Mentioned in: CLtL2 - 29.5. Predefined Condition Types HyperSpec - Condition Type END-OF-FILE |
chunga:input-chunking-unexpected-end-of-file | Type: A condition of this type is signaled if we reach an unexpected EOF on a chunked stream with input chunking enabled.
Structure: A condition of this type is signaled if we reach an unexpected EOF on a chunked stream with input chunking enabled. |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| By Bill Moorier |