<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>svn status cocoa-ide</div><div><br></div><div>returns nothing. The Clozure CL32 and Clozure CL64 Apps created worked fine for weeks. The cocoa-ide never got touched. This rules out a). b) would not be very likely given that the problem only manifests itself after a long time (weeks) of use. </div><div><br></div><div>Where does the meta info go regarding hemlock buffer window position and size. Could there be some caching going on that could go bad after a crash?</div><div><br></div><div>Alex</div><div><br></div><br><div><div>On Oct 26, 2010, at 9:28 PM, Gary Byers wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>I haven't seen or heard of this happening; I have a couple of theories but<br>no real confidence that either is correct.<br><br>a) someone in your organization (Mike Minerva) was asking about suppressing<br>the display of the IDE's initial listener a month or so ago.  I explained<br>some of the issues and they said that they were successful.<br><br>I don't know whether or not it makes sense to wonder whether any of the<br>sources you used to build the IDE were modified when that was going on,<br>but I do wonder about that.  If you're not sure whether any of those sources<br>differ from the versions you got from svn, you can check via:<br><br>$ cd CCL                # wherever it's installed<br>$ svn status cocoa-ide<br><br>If that generates some lines prefixed with the letter M, as in:<br><br>M       cocoa-ide/hemlock/src/killcoms.lisp<br>M       cocoa-ide/cocoa-utils.lisp<br><br>then the files named on those lines have been locally modified.  If you<br>see such output, you can revert to the versions you obtained from svn by doing:<br><br>$ svn revert -R cocoa-ide<br><br>and rebuilding the IDE.<br><br>b) The error has to do with the fact that creation of the initial listener<br>tries to create a Hemlock buffer with the name "Untitled"; in your environment,<br>a buffer with that name already exists and an error is signaled; that doesn't<br>make sense, because no other Hemlock buffers should exist at this point in time.<br>The only way that I can (sort of, almost) imagine another "Untitled" buffer<br>existing at this point is if it was saved in the image.<br><br>Doing<br><br>? (require "COCOA-APPLICATION")<br><br>loads everything and starts the event loop, then almost immediately closes any<br>active windows, shuts down all other threads, and saves an image.  It -may- be<br>possible for the event thread to get interrupted after it's created an "Untitled"<br>buffer for the listener window that generally appears briefly at this point but<br>before window creation is complete (so the window's never closed and the buffer's<br>never deleted.)<br><br>I just barely believe that this is possible; if it is, it's happening in a way<br>that I don't understand.  (I don't think that the initial/event thread can<br>respond to the request to shut things down while it's in the middle of window<br>creation.)  If there is a time window in the middle of window creation where<br>it can respond, then I don't understand how you could have hit that time window<br>when building both the 32- and 64-bit versions of the IDE.<br><br>If doing an "svn checkout" fixes things reliably, then that pretty<br>strongly suggests that the version of the sources that you were<br>running differs from the versions available in svn.  (In other words,<br>some of your sources were locally modified.)  I have no idea whether<br>they were or not, but at this point that seems like a strong<br>possibility.<br><br>On Tue, 26 Oct 2010, Alexander Repenning wrote:<br><br><blockquote type="cite">This is happening to me the second time. I launch CCL (1.6-dev-r14313M-trunk<br></blockquote><blockquote type="cite">?(DarwinX8664)) but get no Listener and cannot open files. I installed this<br></blockquote><blockquote type="cite">version a while ago, used it for some time without a problem. Today, after a<br></blockquote><blockquote type="cite">reboot of the machine, I get the error below. I blew away the preferences.<br></blockquote><blockquote type="cite">Does not help. Both 64 and 32 bit versions are not working anymore. Last<br></blockquote><blockquote type="cite">time I had to check out a complete new version of CCL to make things work<br></blockquote><blockquote type="cite">again.<br></blockquote><blockquote type="cite">I suspect that it has something to do with the hemlock code trying to<br></blockquote><blockquote type="cite">remember where edit windows are located on the screen. Where is that<br></blockquote><blockquote type="cite">information stored? How can this be fixed?<br></blockquote><blockquote type="cite">Alex<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ***<br></blockquote><blockquote type="cite">Error in event process: "Untitled" already exists<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BBC0)<br></blockquote><blockquote type="cite">: 0 (FUNCALL #'#<(:INTERNAL GUI::|-[HemlockEditorDocument ini<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] t]|)><br></blockquote><blockquote type="cite">#<SIMPLE-ERROR #xC6726E6>) 143<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?(#:G59174)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">#:G59174: #<SIMPLE-ERROR #xC6726E6><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:COMPILER-VAR: (NIL)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G59172: #<<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] A<br></blockquote><blockquote type="cite">Foreign Pointer [stack-allocated] #xBFFFEB58><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BBD4)<br></blockquote><blockquote type="cite">: 1 (SIGNAL #<SIMPLE-ERROR #xC6726E6>) 903<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?(CONDITION &REST CCL::ARGS)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CONDITION: #<SIMPLE-ERROR #xC6726E6><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::ARGS: NIL<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::%HANDLERS%: ((ERROR) (CONDITION #) (CONDITION #) (CONDITIO<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] N #)<br></blockquote><blockquote type="cite">(ERROR))<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::TAG: (CONDITION #<COMPILED-LEXICAL-CLOSURE # #xE3B7E>)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::HANDLERS: (CONDITION #<COMPILED-LEXICAL-CLOSU<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] RE #<br></blockquote><blockquote type="cite">#xE3B7E>)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::FN: #<COMPILED-LEXICAL-CLOSURE (:INTERNAL<br></blockquote><blockquote type="cite">GUI::|-[HemlockEditorDocument init]|) #xE3B7E><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BBFC)<br></blockquote><blockquote type="cite">: 2 (%ERROR #<SIMPLE-ERROR #xC6726E6> NIL 864021) 111<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?(CONDITION CCL::ARGS CCL::ERROR-POINTER)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CONDITION: #<SIMPLE-ERROR #xC6726E<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] 6><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::ARGS: NIL<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::ERROR-POINTER: 864021<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BC10)<br></blockquote><blockquote type="cite">: 3 (CERROR "Try to delete" "~s already exists" "Untitled") 823<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?(CCL::CONT-STRING CONDITION &REST CCL::ARGS)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::CONT-STRING: "Try to delete"<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CONDITION: "~s already exists"<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::ARGS: ("Untitled")<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::FP: 864021<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G146824: #<RESTART CONTINUE #xE3B2E><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G146821: (#<RESTART CONTINUE #xE3B2E>)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?CCL::%<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">RESTARTS%: ((#<# # #xE3B2E>))<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G146822: #<SIMPLE-ERROR #xC6726E6><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::*CONDITION-RESTARTS*: ((#<# # #xE3B2E> . #))<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?#:G14<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] 6825:<br></blockquote><blockquote type="cite">#<SIMPLE-ERROR #xC6726E6><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BC54)<br></blockquote><blockquote type="cite">: 4 (MAKE-BUFFER "Untitled" :MODES ("Lisp" "Editor") :MODELINE-FIELDS<br></blockquote><blockquote type="cite">(#<Hemlock Modeline-field :MODIFIEDP> #<Hemlock Modeline-field<br></blockquote><blockquote type="cite">:EXTERNAL-FORMAT> #<Hemlock Modeline-field :PACKAGE> #<Hemlock<br></blockquote><blockquote type="cite">Modeline-field :MODES>) :DELETE-HOOK NIL) 239<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?(HI::NAME &KEY :MODES :MODELINE-FIELDS :DELETE-HOOK)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">HI::NAME: "Untitled"<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">HI::MODES: ("Lisp" "Editor")<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">HI::MODELINE-FIELDS: (#<Hemlock Modeline-field :MODIFIEDP> #<Hemlock<br></blockquote><blockquote type="cite">Modeline-field :EXTERNAL-FORMAT> #<Hemlock Modeline-field :PACKAGE><br></blockquote><blockquote type="cite">#<Hemlock Modeline-field :MODES>)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">HI::DELETE-HOOK: NIL<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BC78)<br></blockquote><blockquote type="cite">: 5 (MAKE-HEMLOCK-BUFFER "Untitle<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] d"<br></blockquote><blockquote type="cite">:MODES ("Lisp" "Editor")) 111<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?(&REST<br></blockquote><blockquote type="cite">GUI::ARGS)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">GUI::ARGS: ("Untitled" :MODES ("Lisp" "Editor"))<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BC84)<br></blockquote><blockquote type="cite">: 6 (FUNCALL #'#<GUI::|-[HemlockEditorDocument init]|> -268436778) 823<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?(#:G59171)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">#:G59171: -268436778<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G59186: #<A Foreign Point<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] er<br></blockquote><blockquote type="cite">[stack-allocated] #xBFFFEB58><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G59172: #<A Foreign Pointer [stack-allocated] #xBFFFEB58><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:COMPILER-VAR: (NIL)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G59176: #<COMPILED-LEXICAL-CLOSURE (:INTERNAL<br></blockquote><blockquote type="cite">GUI::|-[HemlockEditorDocument init]|) #xE3B7E><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G59187: (CONDITION #<COMPILED-LEXICA<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">L-CLOSURE # #xE3B7E>)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::%HANDLERS%: ((CONDITION #) (CONDITION #) (CONDITION #) (CONDITION #)<br></blockquote><blockquote type="cite">(ERROR))<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?GUI::SELF: #<HEMLOC<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">K-LISTENER-DOCUMENT <HemlockListenerDocument: 0x183e400> (#x183E400)><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?GUI::DOC: #<HEMLOCK-LISTENER-DOCUMENT <HemlockListenerDocument: 0x183e400><br></blockquote><blockquote type="cite">(#x183E400)><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BCB8)<br></blockquote><blockquote type="cite">: 7 (%PASCAL-FUNCTIONS% 118 -268436778) 343<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?(CCL::INDEX CCL::ARGS-PTR-FIXNUM)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::INDEX: 118<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::ARGS-PTR-FIXNUM: -268436778<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::LISP-FUNCTION: #<Compiled-function GUI::|-[HemlockEditorDocument init]<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] |<br></blockquote><blockquote type="cite">(Non-Global) ?#x5799BDE><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?WITHOUT-INTERRUPTS: NIL<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::*CALLBACK-TRACE-P*: NIL<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BD00)<br></blockquote><blockquote type="cite">: 8 (FUNCALL #'#<Anonymous Function #x4C7311E> #<A Foreign Pointer<br></blockquote><blockquote type="cite">[stack-allocated] (:* #) #xBFFFEC10> #<A Foreign Pointer #x98FC13B4>) 183<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?(#:G3568 #:G3569)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">#:G3568: #<A Foreign Pointer [stack-allocated] (:* #) #xBFFFEC10><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">#:G3569: #<A Foreign Pointer #x98FC13B4><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BD10)<br></blockquote><blockquote type="cite">: 9 (%CALL-NEXT-OBJC-METHOD #<HEMLOCK-LISTENER-DOCUMENT<br></blockquote><blockquote type="cite"><HemlockListenerDocument: 0x183e400> (#x183E400)> #<OBJC:OBJC-CLASS GUI::H<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">EMLOCK-LISTENER-DOCUMENT (#x402C30)> #<A Foreign Pointer #x98FC13B4> (:ID))<br></blockquote><blockquote type="cite">1535<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?(CCL::SELF CLASS CCL::SELECTOR CCL::SIG &REST CCL::ARGS)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::SELF: #<HEMLOCK-LISTENER-DOCUMENT <HemlockListenerDocument: 0x183e400><br></blockquote><blockquote type="cite">(#x183E400)><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ? CLASS:<br></blockquote><blockquote type="cite">#<OBJC:OBJC-CLASS GUI::HEMLOCK-LISTENER-DOCUMENT (#x402C30)><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::SELECTOR: #<A Foreign Pointer #x98FC13B4><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::SIG: (:ID)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::ARGS: NIL<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?CCL::S:<br></blockquote><blockquote type="cite">#<A Foreign Pointer [stack-allocated] (:* #) #xBFFFEC10><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::SIGINFO: #S(CCL::OBJC-METHOD-SIGNATURE-INFO :TYPE-SIGNATURE (:ID)<br></blockquote><blockquote type="cite">:FUNCTION #<Anonymous Function #x4C72FC6> ...)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?FUNCTION: #<Anonymous Function #x4C7311E><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G3246: #<A Foreign Pointer [stack-allocated] (:* #) #xBFFFEBA0><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G3247: -268436770<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BD60)<br></blockquote><blockquote type="cite">: 10 (FUNCALL #'#<GUI::|-[HemlockListenerDocument init]|> -268436706) 711<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?(#:G63079)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">#:G63079: -268436706<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G63094: #<A Foreign Pointer [stack-allocated] #xBFFFEC78><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G63080: #<A Foreign Pointer [stack-allocated] #xBFFFEC78><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:COMPILER-VAR: (NIL)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G63084: #<COMPILED-LEXICAL-CLOSURE (:INTERNAL<br></blockquote><blockquote type="cite">GUI::|-[HemlockListenerDocument init]|) #xE3C86><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G63095: (CONDITION #<COMPILED-LEXICAL-CLOSURE # #xE3C86>)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?CCL::%<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">HANDLERS%: ((CONDITION #) (CONDITION #) (CONDITION #) (ERROR))<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?GUI::SELF: #<HEMLOCK-LISTENER-DOCUMENT <HemlockListenerDocument: 0x183e400><br></blockquote><blockquote type="cite">(#x183E400)><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BD90)<br></blockquote><blockquote type="cite">: 11 (%PASCAL-FUNCTIONS% 143 -268436706) 343<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?(CCL::INDEX CCL::ARGS-PTR-FIXNUM)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::INDEX: 143<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::ARGS-PTR-FIXNUM: -268436706<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::LISP-FUNCTION: #<Compiled-function GUI::|-[HemlockListenerDocument<br></blockquote><blockquote type="cite">init]| (Non-Global) ?#x57D1386><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?WITHOUT-INTERRUPTS: NIL<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::*CALLBACK-TRACE-P*: NIL<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BDD8)<br></blockquote><blockquote type="cite">: 12 (FUNCALL #'#<Anonymous Function #x4DC6BF6><br></blockquote><blockquote type="cite">#<HEMLOCK-DOCUMENT-CONTROLLER <HemlockDocumentController: 0x84001200><br></blockquote><blockquote type="cite">(#x84001200)> #S(CCL::OBJC-SELECTOR :NAME<br></blockquote><blockquote type="cite">"openUntitledDocumentOfType:display:" :%SEL #<A Foreign Pointer #x98FD29ED>)<br></blockquote><blockquote type="cite">#<NS-CONSTANT-STRING "Listener" (#x600490)> T) 527<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?(#<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] :G3804<br></blockquote><blockquote type="cite">#:G3805 CCL::ARG0 CCL::ARG1)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">#:G3804: #<HEMLOCK-DOCUMENT-CONTROLLER <HemlockDocumentController:<br></blockquote><blockquote type="cite">0x84001200> (#x84001200)><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">#:G3805: #S(CCL::OBJC-SELECTOR :NAME "openUntitledDocumentOfType:display:"<br></blockquote><blockquote type="cite">:%SEL #<A Foreign Pointer #x98FD29ED>)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::ARG0: #<NS-CONSTANT-STRING "Listener" (#x600490)><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::ARG1: T<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BDF0)<br></blockquote><blockquote type="cite">: 13 (FUNCALL #'#<(:OBJC-DISPATCH<br></blockquote><blockquote type="cite">NEXTSTEP-FUNCTIONS:|openUntitledDocumentOfType:display:|)> ???) 1151<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?NIL<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BE28)<br></blockquote><blockquote type="cite">: 14 (FUNCALL #'#<GUI::|-[LispApplicationDelegate newL<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">istener:]|> -268436618) 759<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?(#:G72131)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">#:G72131: -268436618<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G72146: #<A Foreign Pointer [stack-allocated] #xBFFFEDD8><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G72132: #<A Foreign Pointer [stack-allocated] #xBFFFEDD8><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:COMPILER-VAR: (NIL)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G72136: #<COMPILED-LEXICAL-CLOSURE (:INTERNAL<br></blockquote><blockquote type="cite">GUI::|-[LispApplicationDelegate newListener:]|) #xE3D9E><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G72147: (CONDITION #<COMPILED-LEXICAL-CLOSURE # #xE3D9E>)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::%HANDLERS%: ((CONDITION #) (CONDITION #) (ERROR))<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?GUI::SELF: #<LISP-APPLICATION-DELEGATE [uninitialized] (#x608510)><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?GUI::SENDER: #<LISP-APPLICATION <LispApplication: 0x1801600> (#x1801600)><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BE5C)<br></blockquote><blockquote type="cite">: 15 (%PASCAL-FUNCTIONS% 284 -268436618) 343<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?(CCL::INDEX CCL::ARGS-PTR-FIXNUM)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::INDEX: 284<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::ARGS-PTR-FIXNUM: -268436618<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::LISP-FUNCTION: #<Compiled-function GUI::|-[LispApplicationDelegate<br></blockquote><blockquote type="cite">newListener:]| (Non-Global) ?#x5915B36><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?WITHOUT-INTERRUPTS: NIL<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::*CALLBACK-TRACE-P*: NIL<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BEA4)<br></blockquote><blockquote type="cite">: 16 (FUNCALL #'#<Anonymous Function #x4EA55BE> #<LISP-APPLICATION-DELEGATE<br></blockquote><blockquote type="cite">[uninitialized] (#x608510)> #S(CCL::OBJC-SELECTOR :NAME "newListener:" :%SEL<br></blockquote><blockquote type="cite">#<A Foreign Pointer #x605B30>) #<LISP-APPLICATION <LispApplication:<br></blockquote><blockquote type="cite">0x1801600> (#x1801600)>) 431<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?(#:G7622 #:G7623 CCL::ARG0)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">#:G7622: #<LISP-APPLICATION-DELEGATE [uninitialized] (#x608510)><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">#:G7623: #S(CCL::OBJC-SELECTOR :NAME "newListener:" :%SEL #<A Foreign<br></blockquote><blockquote type="cite">Pointer #x605B30>)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::ARG0: #<LISP-APPLICATION <LispApplication: 0x<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] 1801600><br></blockquote><blockquote type="cite">(#x1801600)><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BEB8)<br></blockquote><blockquote type="cite">: 17 (FUNCALL #'#<(:OBJC-DISPATCH NEXTSTEP-FUNCTIONS:|newListener:|)> ???)<br></blockquote><blockquote type="cite">1151<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?NIL<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BEF0)<br></blockquote><blockquote type="cite">: 18 (FUNCALL #'#<GUI::|-[LispApplicationDelegate<br></blockquote><blockquote type="cite">applicationOpenUntitledFile:]|> -268436554) 799<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?(#:G72300)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">#:G72300: -268436554<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G72315: #<A Foreign Pointer [stack-allocated] #xBFFFEED8><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G72301: #<A Foreign Pointer [stack-allocated] #xBFFFEED8><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:COMPILER-VAR: (NIL)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G72305: #<COMPILED-LEXICAL-CLOSURE (:INTERNAL<br></blockquote><blockquote type="cite">GUI::|-[LispApplicationDelegate applicationOpenUntitledFile:]|) #xE3EAE><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?#:G72316: (CONDITION #<COMPILED-LEXICAL-CLOSURE # #xE3EAE>)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::%HANDLERS%: ((CONDITION #) (ERROR))<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?GUI::SELF: #<LISP-APPLICATION-DELEGATE [uninitialized] (#x608510)><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?GUI::APP: #<LISP-APPLICATION <LispApplication: 0x18<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] 01600><br></blockquote><blockquote type="cite">(#x1801600)><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] (34BF24)<br></blockquote><blockquote type="cite">: 19 (%PASCAL-FUNCTIONS% 289 -268436554) 343<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?(CCL::INDEX CCL::ARGS-PTR-FIXNUM)<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::INDEX: 289<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343] ?<br></blockquote><blockquote type="cite">CCL::ARGS-PTR-FIXNUM: -268436554<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::LISP-FUNCTION: #<Compiled-function GUI::|-[LispApplicationDelegate<br></blockquote><blockquote type="cite">applicationOpenUntitledFile:]| (Non-Global) ?#x5919ADE><br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?WITHOUT-INTERRUPTS: NIL<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM [0x0-0x2a02a].com.clozure.Clozure CL-x8632[343]<br></blockquote><blockquote type="cite">?CCL::*CALLBACK-TRACE-P*: NIL<br></blockquote><blockquote type="cite">10/26/10 3:00:50 PM dx86cl[343] Lisp exception: "Untitled" already exists<br></blockquote><blockquote type="cite">10/26/10 3:01:13 PM login[403] USER_PROCESS: 403 ttys000<br></blockquote><blockquote type="cite">Prof. Alexander Repenning<br></blockquote><blockquote type="cite">University of Colorado<br></blockquote><blockquote type="cite">Computer Science Department<br></blockquote><blockquote type="cite">Boulder, CO 80309-430<br></blockquote><blockquote type="cite">vCard: <a href="http://www.cs.colorado.edu/~ralex/AlexanderRepenning.vcf">http://www.cs.colorado.edu/~ralex/AlexanderRepenning.vcf</a><br></blockquote><blockquote type="cite"><br></blockquote></div></blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; "><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">Prof. Alexander Repenning</font></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><br class="khtml-block-placeholder"></p><p style="margin: 0.0px 0.0px 0.0px 0.0px">University of Colorado</p><p style="margin: 0.0px 0.0px 0.0px 0.0px">Computer Science Department</p><p style="margin: 0.0px 0.0px 0.0px 0.0px">Boulder, CO 80309-430</p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><br class="khtml-block-placeholder"></p><p style="margin: 0.0px 0.0px 0.0px 0.0px"><font face="Helvetica" size="3" style="font: 12.0px Helvetica">vCard: <a href="http://www.cs.colorado.edu/~ralex/AlexanderRepenning.vcf">http://www.cs.colorado.edu/~ralex/AlexanderRepenning.vcf</a></font></p><br class="Apple-interchange-newline"></span></span></span></span>
</div>
<br></body></html>