(completions): Slight change of semantics: when a prefix-designator is package-qualified, like "swank:", only match symbols whose home-package matches the one given - ignore inherited symbols. |
|
More...
|
over 21 years ago
|
*** empty log message *** |
|
More...
|
over 21 years ago
|
Updated test suite to work with the different backends: (find-definition): Lookup definitions in swank.lisp. (arglist): Lookup arglists of functions in swank.lisp. |
|
More...
|
over 21 years ago
|
*** empty log message *** |
|
More...
|
over 21 years ago
|
interactive-eval: Test case independent of *print-case*. |
|
More...
|
over 21 years ago
|
Updated: works with CMU18e, and with SBCL requires sb-introspect. |
|
More...
|
over 21 years ago
|
*** empty log message *** |
|
More...
|
over 21 years ago
|
(clear-xref-info): Conditionalised xref:*who-is-called* and xref:*who-macroexpands* with #+CMU19. This makes SLIME compatible with CMUCL 18e, but also disables the `who-macroexpands' command in any CMUCL version that doesn't have the "19A" feature. |
|
More...
|
over 21 years ago
|
*** empty log message *** |
|
More...
|
over 21 years ago
|
*** empty log message *** |
|
More...
|
over 21 years ago
|
Bind *slime-input* and *slime-io* to dummy values. |
|
More...
|
over 21 years ago
|
First shoot at input redirection. *slime-input*, *slime-io*: New variables. |
|
More...
|
over 21 years ago
|
First shoot at input redirection. slime-input-stream: New structure. *read-input-catch-tag*: New variable. slime-input-stream/n-bin, take-input: New functions. serve-request: Bind input streams. |
|
More...
|
over 21 years ago
|
Support for input redirection. (slime-activate-state, slime-evaluating-state, slime-read-input-state): Add new read-input-state. (slime-show-output-buffer): New function. |
|
More...
|
over 21 years ago
|
*** empty log message *** |
|
More...
|
over 21 years ago
|
(slime-connect): Print a message during connection attempts unless the minibuffer is active (it's annoying to get messages while trying to enter commands). |
|
More...
|
over 21 years ago
|
*** empty log message *** |
|
More...
|
over 21 years ago
|
(slime-state/event-panic): Illegal events in the communication state machine now trigger a general panic that disconnects from Lisp and displays a message describing what has happened. This is a bug situation. |
|
More...
|
over 21 years ago
|
*** empty log message *** |
|
More...
|
over 21 years ago
|
(slime): Connection setup is now asynchronous, with retrying on a timer. This makes it possible to bring the server up by hand while debugging. `M-x slime' while already connected will cause the old connection to be dropped and a new one established. |
|
More...
|
over 21 years ago
|
s/Christopher/Christophe/g -- oops! |
|
More...
|
over 21 years ago
|
*** empty log message *** |
|
More...
|
over 21 years ago
|
(slime-dispatch-event, slime-activate-state, slime-push-state, slime-pop-state): Add a process-input argument to control processing of pending input. The argument should be true when the function is called in "tail position". Modify callers accordingly. |
|
More...
|
over 21 years ago
|
*** empty log message *** |
|
More...
|
over 21 years ago
|
Add OpenMCL and SBCL fasl file extensions. |
|
More...
|
over 21 years ago
|
(who-calls): Fix bug where we would try to take the TRUENAME of NIL when source information isn't available for a caller. (backtrace-for-emacs): Clean up the backtrace code a bit in preparation for implementing FRAME-LOCALS. (frame-catch-tags): Implement a stub version of this. (frame-locals): Implemented fully for OpenMCL. |
|
More...
|
over 21 years ago
|
(compile-files-if-needed-serially): Be a little more verbose when compiling files. |
|
More...
|
over 21 years ago
|
*** empty log message *** |
|
More...
|
over 21 years ago
|
Move more stuff to swank.lisp. |
|
More...
|
over 21 years ago
|
*** empty log message *** |
|
More...
|
over 21 years ago
|