lisprc @ 3ec7448dc603
Fix the CP437 in MakerLisp
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 24 Apr 2019 21:02:01 -0700 |
parents | 7d4add588cc3 |
children | 9ab8e17039d6 |
#-quicklisp (let ((quicklisp-init (merge-pathnames ".quicklisp/setup.lisp" (user-homedir-pathname)))) (when (probe-file quicklisp-init) (load quicklisp-init))) (defun :ls (package) (do-external-symbols (s package) (print s))) (setf *print-pretty* t *print-escape* t *print-right-margin* 100 *print-miser-width* nil *print-length* 1000 *print-level* 250)