(slime-choose-overlay-region): Tweaked overlay placement. |
|
More...
|
over 21 years ago
|
Merged in Helmut's CVS logs -- lots of new stuff! |
|
More...
|
over 21 years ago
|
(slime-connect): Propose default values when called interactively. |
|
More...
|
over 21 years ago
|
(interactive-eval-region): New function. |
|
More...
|
over 21 years ago
|
(read-string, from-string): Renamed read-string to from-string. (to-string) New function. |
|
More...
|
over 21 years ago
|
(slime-apropos-all): New command, bound to C-c M-a. |
|
More...
|
over 21 years ago
|
(function-source-location, function-source-location-for-emacs): New functions to extract source locations from compiled code. For struct-accessors we try to find the source location of the corresponding constructor. |
|
More...
|
over 21 years ago
|
(slime-toggle-trace-fdefinition): New command. |
|
More...
|
over 21 years ago
|
Moved many CL fragments from slime.el to swank.lisp. |
|
More...
|
over 21 years ago
|
Moved many CL fragments from slime.el to swank.lisp. |
|
More...
|
over 21 years ago
|
*** empty log message *** |
|
More...
|
almost 22 years ago
|
(apropos-list-for-emacs): Hacked the apropos listing to accept more options and to specially sort results. |
|
More...
|
almost 22 years ago
|
(slime-net-send): Added newlines to messages over the wire. This makes the protocol nicely readable in Ethereal. |
|
More...
|
almost 22 years ago
|
(serve-request, read-next-form): Don't bind any handlers that are visible in the code we are going to evaluate. |
|
More...
|
almost 22 years ago
|
(slime-net-connect, slime-net-send): Set coding system to 'no-conversion and convert mutlibyte-strings to unibyte before sending. |
|
More...
|
almost 22 years ago
|
Removed (require 'cmucl-wire). |
|
More...
|
almost 22 years ago
|
Removed. |
|
More...
|
almost 22 years ago
|
*** empty log message *** |
|
More...
|
almost 22 years ago
|
Debugger from Helmut, new communication protocol. |
|
More...
|
almost 22 years ago
|
*** empty log message *** |
|
More...
|
almost 22 years ago
|
(slime-mode): Added Helmut's commands to the mode description. (slime-show-apropos): Setting `truncate-lines' to t in apropos listings, to avoid line-wrapping on overly long descriptions. (slime-run-tests): Added the beginnings of an automated test suite. (This is most useful for testing cross-Emacsen compatibility before releases.) |
|
More...
|
almost 22 years ago
|
(symbol-external-p): Put back this function which was lost in a merge. |
|
More...
|
almost 22 years ago
|
Large patch from Helmut Eller. Includes: apropos, describe, compile-defun, fully asynchronous continuation-based wire interface, interactive evaluation, and more. Very nice :-) |
|
More...
|
almost 22 years ago
|
*** empty log message *** |
|
More...
|
almost 22 years ago
|
(find-fdefinition): Support for finding function/macro definitions for Emacs. |
|
More...
|
almost 22 years ago
|
(slime-swank-connection-retries): Increased default number of connection retries from 5 to ten. |
|
More...
|
almost 22 years ago
|
(wire-symbol-name, wire-symbol-package): Fixed to handle internal references (pkg::name). |
|
More...
|
almost 22 years ago
|
*** empty log message *** |
|
More...
|
almost 22 years ago
|
Completion now works for internal symbols. i.e. 'package::foo' can be used to complete non-exported symbols. |
|
More...
|
almost 22 years ago
|
Completion now works for internal symbols. i.e. 'package::foo' can be used to complete non-exported symbols. |
|
More...
|
almost 22 years ago
|