<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>49707</integer>
    </number>
    <user>
      <string>fax</string>
    </user>
    <title>
      <string>maxima in SLIME repl</string>
    </title>
    <contents>
      <string>CL-USER&gt; (+ 1 1)
2
CL-USER&gt; (run)
Maxima 5.13.0 http://maxima.sourceforge.net
Using Lisp SBCL 1.0.10
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
This is a development version of Maxima. The function bug_report()
provides bug reporting information.
(%i1) 1+1;

(%o1)                                  2
(%i2) quit;

(%o2)                                quit
(%i3) exit;

(%o3)                                exit
(%i4) :/

 / is not break command
(%i4) Maxima restarted.
(%i4) 
; Evaluation aborted.
MAXIMA&gt; hah!
; Evaluation aborted.
</string>
    </contents>
    <universal-time>
      <integer>3402171222</integer>
    </universal-time>
    <channel>
      <string>#lispcafe</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <null/>
    </is-unicode>
  </paste>
  <annotation>
    <number>
      <integer>1</integer>
    </number>
    <user>
      <string>fax</string>
    </user>
    <title>
      <string>the magic</string>
    </title>
    <contents>
      <string>(defun load-maxima ()
  (setf *default-pathname-defaults*
        #P&quot;/Users/ed/Code/Lisp/maxima-5.13.0/src/&quot;)
  (load &quot;maxima-build.lisp&quot;)
  (funcall 'maxima-load))
</string>
    </contents>
    <universal-time>
      <integer>3402171253</integer>
    </universal-time>
    <channel>
      <string>#lispcafe</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <null/>
    </is-unicode>
  </annotation>
</paste-with-annotations>