<html><body><div>Greetings!</div><div><br data-mce-bogus="1"></div><div> I realize that this is not a sensible thing to do, but is this expected behaviour?<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>Thanks for the nifty system,<br data-mce-bogus="1"></div><div>Robert<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>==========<br data-mce-bogus="1"></div><div>In Slime:<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>; SLIME 2.26.1<br>CL-USER> (defmethod print-object ((obj string) s)<br>  (format s "\"foo\""))<br>foofoo<br>CL-USER> 'foo<br>foofoo<br>CL-USER> 22<br>foofoo<br>CL-USER><br></div><div><br data-mce-bogus="1"></div><div>==========</div><div>In the shell:<br data-mce-bogus="1"></div><div><br><br>alecto$ sbcl<br>This is SBCL 2.0.1.openbsd, an implementation of ANSI Common Lisp.<br>More information about SBCL is available at <http://www.sbcl.org/>.<br><br>SBCL is free software, provided as is, with absolutely no warranty.<br>It is mostly in the public domain; some portions are provided under<br>BSD-style licenses.  See the CREDITS and COPYING files in the<br>distribution for more information.<br>* (defmethod print-object ((obj string) s)<br>  (format s "\"foo\""))<br>#<STANDARD-METHOD COMMON-LISP:PRINT-OBJECT (STRING T) {10020C01C3}><br>* "xxx"<br>"foo"<br>* 'foo<br>FOO<br>* 22<br>22<br></div><div><br data-mce-bogus="1"></div><div>==========</div><div>I am using:<br><br>(progn (load "/home/<name>/quicklisp/dists/quicklisp/software/slime-v2.26.1/swank-loader.lisp" :verbose t) (funcall (read-from-string "swank-loader:init") :from-emacs t) (funcall (read-from-string "swank:start-server") "/tmp/slime.81676"))<br><br>This is SBCL 2.0.1.openbsd, an implementation of ANSI Common Lisp.<br>More information about SBCL is available at <http://www.sbcl.org/>.<br><br>SBCL is free software, provided as is, with absolutely no warranty.<br>It is mostly in the public domain; some portions are provided under<br>BSD-style licenses.  See the CREDITS and COPYING files in the<br>distribution for more information.<br>* ; loading #P"/home/<name>/quicklisp/dists/quicklisp/software/slime-v2.26.1/swank-loader.lisp"<br>WARNING:<br>   redefining EMACS-INSPECT (#<SB-PCL:SYSTEM-CLASS COMMON-LISP:T>) in DEFMETHOD<br>;; Swank started at port: 6421.<br>6421<br>* WARNING: redefining SWANK::SYMBOL-INDENTATION in DEFUN<br>WARNING: redefining SWANK::MACRO-INDENTATION in DEFUN<br>WARNING:<br>   redefining THREAD-FOR-EVALUATION (#<STRUCTURE-CLASS SWANK::MULTITHREADED-CONNECTION><br>                                     #<SB-MOP:EQL-SPECIALIZER :FIND-EXISTING>) in DEFMETHOD<br></div><div><br data-mce-bogus="1"></div></body></html>