Script started on Fri Sep 29 19:05:43 2006
]0;jm@jmorrison:/tmp[jm@jmorrison tmp]$ scls -ltrh *.lisp[4hfgrep -i[4l version *.lisp[4Pcvs *.lisp[3Pcvs *.lisp[4Pmore README [Ksbcl --core /home/disk1/mcclim/mcclim00.core --load foo.lisp
This is SBCL 0.9.14, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.

debugger invoked on a SIMPLE-ERROR in thread #<THREAD "initial thread" {956C501}>:
  Error during processing of --eval option (LOAD #P"foo.lisp"):

  There is no applicable method for the generic function
    #<STANDARD-GENERIC-FUNCTION GOATEE::BUFFER (2)>
  when called with arguments
    (NIL).

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [CONTINUE] Ignore and continue with next --eval option.
  1: [ABORT   ] Skip rest of --eval options.
  2:            Skip to toplevel READ/EVAL/PRINT loop.
  3: [QUIT    ] Quit SBCL (calling #'QUIT, killing the process).

((LAMBDA (SB-IMPL::E)) #<SIMPLE-ERROR {9D80E11}>)
0] :back

0: ((LAMBDA (SB-IMPL::E)) #<SIMPLE-ERROR {9D80E11}>)
1: ((LAMBDA (SB-IMPL::E)) #<SIMPLE-ERROR {9D80E11}>)
2: (SIGNAL #<SIMPLE-ERROR {9D80E11}>)
3: (ERROR
    "~@<There is no applicable method for the generic function ~2I~_~S~
          ~I~_when called with arguments ~2I~_~S.~:>")
4: ((SB-PCL::FAST-METHOD NO-APPLICABLE-METHOD (T))
    #<unavailable argument>
    #<unavailable argument>
    #<STANDARD-GENERIC-FUNCTION GOATEE::BUFFER (2)>
    (NIL))
5: ((SB-PCL::FAST-METHOD NO-APPLICABLE-METHOD (T))
    #<unavailable argument>
    #<unavailable argument>
    #<STANDARD-GENERIC-FUNCTION GOATEE::BUFFER (2)>
    (NIL))
6: ((SB-PCL::FAST-METHOD (SETF GADGET-VALUE) :AFTER (T TEXT-FIELD-PANE))
    #<unavailable argument>
    #<unavailable argument>
    "this doesn't"
    #<TEXT-FIELD-PANE TESTER {9FD78D9}>
    NIL)
7: ((LAMBDA
        (SB-PCL::.PV-CELL. SB-PCL::.NEXT-METHOD-CALL. SB-PCL::.ARG0.
         SB-PCL::.ARG1. SB-PCL::.DFUN-REST-ARG.))
    #<unavailable argument>
    #<unavailable argument>
    "this doesn't"
    #<TEXT-FIELD-PANE TESTER {9FD78D9}>
    NIL)
8: ((LAMBDA
        (SB-PCL::.PV-CELL. SB-PCL::.NEXT-METHOD-CALL. SB-PCL::.ARG0.
         SB-PCL::.DFUN-REST-ARG.))
    #<unavailable argument>
    #<unavailable argument>
    #<TEST-FRAME {97FA0C9}>
    NIL)
9: ((SB-PCL::FAST-METHOD RUN-FRAME-TOP-LEVEL :AROUND (APPLICATION-FRAME))
    #<unavailable argument>
    #S(SB-PCL::FAST-METHOD-CALL
       :FUNCTION #<CLOSURE # {987C215}>
       :PV-CELL NIL
       :NEXT-METHOD-CALL NIL
       :ARG-INFO (1 . T))
    #<TEST-FRAME {97FA0C9}>
    NIL)
10: (SB-INT:EVAL-IN-LEXENV
     (RUN-FRAME-TOP-LEVEL (MAKE-APPLICATION-FRAME 'TEST-FRAME))
     #<NULL-LEXENV>)
11: (SB-FASL::LOAD-AS-SOURCE
     #<SB-SYS:FD-STREAM for "file /tmp/foo.lisp" {95729F1}>
     NIL
     NIL)
12: (SB-FASL::INTERNAL-LOAD
     #P"foo.lisp"
     #P"/tmp/foo.lisp"
     :ERROR
     NIL
     NIL
     :SOURCE
     :DEFAULT)
13: (SB-FASL::INTERNAL-LOAD
     #P"foo.lisp"
     #P"/tmp/foo.lisp"
     :ERROR
     NIL
     NIL
     NIL
     :DEFAULT)
14: (LOAD #P"foo.lisp")
15: (SB-INT:EVAL-IN-LEXENV (LOAD #P"foo.lisp") #<NULL-LEXENV>)
16: (SB-IMPL::PROCESS-EVAL-OPTIONS ((LOAD #P"foo.lisp")))
17: (SB-IMPL::TOPLEVEL-INIT)
18: ((LABELS SB-IMPL::RESTART-LISP))

0] :q
]0;jm@jmorrison:/tmp[jm@jmorrison tmp]$ (e  exit
exit

Script done on Fri Sep 29 19:06:31 2006
