[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/slime updated (28adf1dca0 -> 4349a0bbec)
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/slime updated (28adf1dca0 -> 4349a0bbec) |
Date: |
Fri, 29 Dec 2023 01:00:00 -0500 (EST) |
elpasync pushed a change to branch elpa/slime.
from 28adf1dca0 Merge commit 'a4f3471487db48f7289dc0ea019611d093e5ee7f'
into elpa--merge/slime
new 173aad693d Remove unused lexical variable ‘start’ from
slime-print-apropos
new ce024caf08 clasp: Use external interfaces where available
new 2df69effea clasp: cleanup old debugging code
new 3b91ecec83 clasp: define more of the backend interfaces
new 2d52732fc0 Add: local systems to swank-quicklisp systems list
new aa3da5f7ae abcl: normalize whitespace to SLIME conventions
new 360948cad0 abcl: fix source position from string buffer evalulation
new 7d39285af4 news: update for ABCL fixes
new e6a71c725c slime-repl: reset the output column on new evaluation.
Independently from the lisp side.
new 1098d16666 slime-repl.el: fix READ.
new 5e8fc7cad5 slime-repl: reset the output column in the right way.
new e193bc5f34 I'm not your brother, pal.
new dd179f4a0c Rework swank.asd to produce actual compilation artifact
(#760)
new da5c14434d Update ci.yml
new 117bbf0d3c abcl: fix for abcl-1.8.0
new 96de8b0baa abcl: conditionalize use of Gray Streams
new 50d4a7b168 Fix emacs error when M-.-ing to nonexistent file
new 8f166c4149 Align compilation artifact paths in swank-loader with
ASDF
new b86b388234 asdf: Upcase INTERN'd symbols for ECL usage
new 31c5449848 Fix build under SBCL
new d5b8da7ce1 eliminate package variance warning on SBCL
new 5cb01098e9 Fixed a problem with intering symbols into the user's
package.
new ba3d0794e7 Fix parsing after reader conditionals.
new 1e4b7417a1 slime-definition-at-point: consider non-top level
definitions.
new fcd6bccffd clasp: new xref implementation
new 46714e8eef Fix typo in message shown when inspecting a macro
new 0cc2e73611 inspector: show array-displacement.
new 875f14f593 No error when there's no continue/abort restarts.
new 735258a26b Handle case when there is no emacs-connection.
new c753c7e912 Escape %-Constructs in the Mode Line (manual 24.4.5)
new 0880c32716 Fix typo in docs.
new a924516084 Fix punctuation in docs.
new 86f0dc306f disassemble/inspect-definition: use the method of
DEFMETHOD.
new 2063445ce5 slime-in-expression-p: match symbols case-insensitively.
new 65ab630434 Inspect definition: handle eql specializers.
new 799a05f5b8 sb-mop=>swank-mop
new 607fa638f1 clasp: Close temp file before compile-file
new 2ca97012da slime-draw-connection-list: remove closed connections.
new 1be7fd2da0 Fix highlighting multi-line reader conditionals.
new 6f521dd980 slime-parse-toplevel-form: move ignore-errors.
new 60cbb652c1 clasp: fix detection of serve-event module
new 96e8cae607 news: update for Clasp changes
new dfb83b4b4f fix HANDLER-CASE indentation
new 4349a0bbec Merge remote-tracking branch
'refs/remotes/upstream/slime/main' into elpa--merge/slime
Summary of changes:
.github/workflows/ci.yml | 2 +-
NEWS | 10 +
contrib/slime-autodoc.el | 2 +-
contrib/slime-cl-indent.el | 2 +-
contrib/slime-fontifying-fu.el | 26 +-
contrib/slime-parse.el | 59 +++-
contrib/slime-repl.el | 4 +-
contrib/swank-fancy-inspector.lisp | 2 +-
contrib/swank-quicklisp.lisp | 6 +-
contrib/swank-repl.lisp | 2 +
doc/slime.texi | 2 +-
packages.lisp | 238 +++++++--------
slime.el | 24 +-
swank-loader.lisp | 22 +-
swank.asd | 96 +++---
swank.lisp | 65 ++++-
swank/abcl.lisp | 577 +++++++++++++++++++------------------
swank/clasp.lisp | 135 +++++----
swank/gray.lisp | 3 +
19 files changed, 735 insertions(+), 542 deletions(-)
- [nongnu] elpa/slime updated (28adf1dca0 -> 4349a0bbec),
ELPA Syncer <=
- [nongnu] elpa/slime 173aad693d 01/44: Remove unused lexical variable ‘start’ from slime-print-apropos, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 3b91ecec83 04/44: clasp: define more of the backend interfaces, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 2d52732fc0 05/44: Add: local systems to swank-quicklisp systems list, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 360948cad0 07/44: abcl: fix source position from string buffer evalulation, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 1098d16666 10/44: slime-repl.el: fix READ., ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 50d4a7b168 17/44: Fix emacs error when M-.-ing to nonexistent file, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime b86b388234 19/44: asdf: Upcase INTERN'd symbols for ECL usage, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 7d39285af4 08/44: news: update for ABCL fixes, ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 5cb01098e9 22/44: Fixed a problem with intering symbols into the user's package., ELPA Syncer, 2023/12/29
- [nongnu] elpa/slime 875f14f593 28/44: No error when there's no continue/abort restarts., ELPA Syncer, 2023/12/29