115
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 15, 2024 — Jun 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
(slime-choose-overlay-region): Tweaked overlay placement.
lukego
as Luke Gorrie
More... over 21 years ago
Merged in Helmut's CVS logs -- lots of new stuff!
lukego
as Luke Gorrie
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 ***
lukego
as Luke Gorrie
More... almost 22 years ago
(apropos-list-for-emacs): Hacked the apropos listing to accept more options and to specially sort results.
lukego
as Luke Gorrie
More... almost 22 years ago
(slime-net-send): Added newlines to messages over the wire. This makes the protocol nicely readable in Ethereal.
lukego
as Luke Gorrie
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).
lukego
as Luke Gorrie
More... almost 22 years ago
Removed.
lukego
as Luke Gorrie
More... almost 22 years ago
*** empty log message ***
lukego
as Luke Gorrie
More... almost 22 years ago
Debugger from Helmut, new communication protocol.
lukego
as Luke Gorrie
More... almost 22 years ago
*** empty log message ***
lukego
as Luke Gorrie
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.)
lukego
as Luke Gorrie
More... almost 22 years ago
(symbol-external-p): Put back this function which was lost in a merge.
lukego
as Luke Gorrie
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 :-)
lukego
as Luke Gorrie
More... almost 22 years ago
*** empty log message ***
lukego
as Luke Gorrie
More... almost 22 years ago
(find-fdefinition): Support for finding function/macro definitions for Emacs.
lukego
as Luke Gorrie
More... almost 22 years ago
(slime-swank-connection-retries): Increased default number of connection retries from 5 to ten.
lukego
as Luke Gorrie
More... almost 22 years ago
(wire-symbol-name, wire-symbol-package): Fixed to handle internal references (pkg::name).
lukego
as Luke Gorrie
More... almost 22 years ago
*** empty log message ***
lukego
as Luke Gorrie
More... almost 22 years ago
Completion now works for internal symbols. i.e. 'package::foo' can be used to complete non-exported symbols.
lukego
as Luke Gorrie
More... almost 22 years ago
Completion now works for internal symbols. i.e. 'package::foo' can be used to complete non-exported symbols.
lukego
as Luke Gorrie
More... almost 22 years ago