[slime-devel] Conflict between SLIME and LispWorks IDE

Martin Simmons martin at lispworks.com
Wed Aug 10 15:54:04 UTC 2005


>>>>> On Wed, 10 Aug 2005 14:34:32 +0200, Edi Weitz <edi at agharta.de> said:

  Edi> On Wed, 10 Aug 2005 13:22:22 +0100, Martin Simmons <martin at lispworks.com> wrote:

  >> The debugger's idea of the args to
  >> EDITOR::DISPLAY-COMPILE-FILE-STATUS might be bogus, so the output
  >> from tracing COMPILE-FILE and EDITOR::DISPLAY-COMPILE-FILE-STATUS
  >> would be useful.

  Edi> See below.  This is what is written to the output pane up to the point
  Edi> where the error occurs.

  Edi> 0 COMPILE-FILE > ...
  >>> COMPILER::INPUT-FILE            : #<EDITOR::EDITOR-REGION-STREAM #<EDITOR:BUFFER foo.lisp> 20683C14>
  >>> COMPILER::IN-MEMORY             : T
  >>> :PARTIALP                       : T
  >>> :FASL-P                         : NIL
  >>> COMPILER::REAL-SOURCE-FILE-NAME : #P"C:/tmp/foo.lisp"
  >>> :PROGRESS-HOOK                  : #<closure (SUBFUNCTION 1 EDITOR::PANE-PROGRESS-HOOK) 206AB25A>
  Edi> ;;; Safety = 3, Speed = 1, Space = 1, Float = 1, Interruptible = 0
  Edi> ;;; Compilation speed = 1, Debug = 2, Fixnum safety = 3
  Edi> ;;; Source level debugging is on 
  Edi> ;;; Source file recording is  on 
  Edi> ;;; Cross referencing is on
  Edi> ; (TOP-LEVEL-FORM 1)
  Edi> ; TRANSPOSE-LISTS-EDI
  Edi> 0 COMPILE-FILE < ...
  Edi>   << VALUE-0 : NIL

Ah right, that would be the fault of someone called "eweitz" then :-)

I've commited a change to swank-lispworks.lisp that should fix it.

__Martin



More information about the slime-devel mailing list