summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2017-05-01Updated version (2.19.12.g7dc97e11 -> 2.19.14.g956c27fe).haawda
2017-04-30remove patch againhaawda
2017-04-22Updated version (2.19.11.g90771f1a -> 2.19.12.g7dc97e11).haawda
2017-04-20add patch for not bytecompiling one filehaawda
2017-03-22Updated version (2.19.4.g9eeb7163 -> 2.19.6.g0f3459f5).haawda
Changelog ========= Fix inspecting functions on SBCL. (0f3459f5) More energy efficient receive-if for threaded connections. (5f23adaa) Remove an unused variable. (9eeb7163) skip-comments-and-whitespace: don't die on EOF. (ea22c49a) sbcl: fix temp-file-name generation on macOS. (0ae10170) sbcl: Don't include &more variables in frame-locals. (0cb03fd4)
2017-02-09Updated version (2.19.1.g0cb03fd4 -> 2.19.4.g9eeb7163).Stefan Husmann
Changelog ========= Remove an unused variable. (9eeb7163) skip-comments-and-whitespace: don't die on EOF. (ea22c49a) sbcl: fix temp-file-name generation on macOS. (0ae10170) sbcl: Don't include &more variables in frame-locals. (0cb03fd4)
2017-02-09Updated version (2.18.37.g7a2b4694 -> 2.19.1.g0cb03fd4).Stefan Husmann
Changelog ========= sbcl: Don't include &more variables in frame-locals. (0cb03fd4)
2017-02-04Updated version (2.18.35.g38416762 -> 2.18.37.g7a2b4694).Stefan Husmann
Changelog ========= Autoload slime-selector (7a2b4694) Call slime-setup when slime.el is loaded (51600265) Function `create-server` now accepts optional `interface` argument. (38416762) When running on SBCL swank can be bound to IPv6 interface. (26060f27) Correct the customization type of lisp-loop-body-forms-indentation (f2ea33ec) Adjust for changes in SBCL. (786c032a) Gitignore *.abcl (14f2502c) swank/match: remove ! from symbol names (764832dd) swank/abcl: improve source locations (30566b17) Fix bug in swank/backend:compiler-macroexpand-1 (f54b0c44) swank.asd: pass :reload t to SWANK-LOADER::INIT (a6c0110b) Fix enriched arglists on SBCL for sb-assem:inst. (7158a313) Remove call to ASDF::OPERATION-FORCED (#350) (2628a706) Don't reload contribs each time a lisp starts up. (bad2acf6) Added emacs-inspect for core:cxx-object (8c48d59c) Merge pull request #331 from fice-t/master (a478c198) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed056) clasp: use the new source location facility. (20e0c1d3) Remove slime-parse-extended-operator-name (da3f7de5) Add missing cl- prefixes to cl-lib functions (893a9630) Fix byte-compiler warnings (12bf3aa8) slime-repl: bind TAB to self-insert-command (a8a3dd88) Extend load-path with contribs sooner (3ea02047) sbcl: Record the package active during C-c C-c. (3fa0c690) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff8) Make calling slime-setup unnecessary (9055a7e5) README.md: "setup" is a noun, not a verb (fd438e9f) slime-version: check if we're opening slime.el (4af7d6ca) Improve source location handling for ACL >= 10.0 (9e84d408) CONTRIBUTING.md: add note about commit messages (33081cb3) Remove ChangeLog files (7f6610fc) Build contributors.texi using Git (6878037d) Use slime-version in slime-{banner,repl} (08a16704) Derive SWANK protocol version from slime-version (21ae13c6) Add slime-version variable (c4dc1692) Remove the slime-motd contrib (3902904d) README.md: change (setf slime-contribs) to slime-setup. (330877a6)
2017-01-22Updated version (2.18.33.gf2ea33ec -> 2.18.35.g38416762).Stefan Husmann
Changelog ========= Function `create-server` now accepts optional `interface` argument. (38416762) When running on SBCL swank can be bound to IPv6 interface. (26060f27) Correct the customization type of lisp-loop-body-forms-indentation (f2ea33ec) Adjust for changes in SBCL. (786c032a) Gitignore *.abcl (14f2502c) swank/match: remove ! from symbol names (764832dd) swank/abcl: improve source locations (30566b17) Fix bug in swank/backend:compiler-macroexpand-1 (f54b0c44) swank.asd: pass :reload t to SWANK-LOADER::INIT (a6c0110b) Fix enriched arglists on SBCL for sb-assem:inst. (7158a313) Remove call to ASDF::OPERATION-FORCED (#350) (2628a706) Don't reload contribs each time a lisp starts up. (bad2acf6) Added emacs-inspect for core:cxx-object (8c48d59c) Merge pull request #331 from fice-t/master (a478c198) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed056) clasp: use the new source location facility. (20e0c1d3) Remove slime-parse-extended-operator-name (da3f7de5) Add missing cl- prefixes to cl-lib functions (893a9630) Fix byte-compiler warnings (12bf3aa8) slime-repl: bind TAB to self-insert-command (a8a3dd88) Extend load-path with contribs sooner (3ea02047) sbcl: Record the package active during C-c C-c. (3fa0c690) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff8) Make calling slime-setup unnecessary (9055a7e5) README.md: "setup" is a noun, not a verb (fd438e9f) slime-version: check if we're opening slime.el (4af7d6ca) Improve source location handling for ACL >= 10.0 (9e84d408) CONTRIBUTING.md: add note about commit messages (33081cb3) Remove ChangeLog files (7f6610fc) Build contributors.texi using Git (6878037d) Use slime-version in slime-{banner,repl} (08a16704) Derive SWANK protocol version from slime-version (21ae13c6) Add slime-version variable (c4dc1692) Remove the slime-motd contrib (3902904d) README.md: change (setf slime-contribs) to slime-setup. (330877a6)
2017-01-21Updated version (2.18.32.g786c032a -> 2.18.33.gf2ea33ec).Stefan Husmann
Changelog ========= Correct the customization type of lisp-loop-body-forms-indentation (f2ea33ec) Adjust for changes in SBCL. (786c032a) Gitignore *.abcl (14f2502c) swank/match: remove ! from symbol names (764832dd) swank/abcl: improve source locations (30566b17) Fix bug in swank/backend:compiler-macroexpand-1 (f54b0c44) swank.asd: pass :reload t to SWANK-LOADER::INIT (a6c0110b) Fix enriched arglists on SBCL for sb-assem:inst. (7158a313) Remove call to ASDF::OPERATION-FORCED (#350) (2628a706) Don't reload contribs each time a lisp starts up. (bad2acf6) Added emacs-inspect for core:cxx-object (8c48d59c) Merge pull request #331 from fice-t/master (a478c198) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed056) clasp: use the new source location facility. (20e0c1d3) Remove slime-parse-extended-operator-name (da3f7de5) Add missing cl- prefixes to cl-lib functions (893a9630) Fix byte-compiler warnings (12bf3aa8) slime-repl: bind TAB to self-insert-command (a8a3dd88) Extend load-path with contribs sooner (3ea02047) sbcl: Record the package active during C-c C-c. (3fa0c690) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff8) Make calling slime-setup unnecessary (9055a7e5) README.md: "setup" is a noun, not a verb (fd438e9f) slime-version: check if we're opening slime.el (4af7d6ca) Improve source location handling for ACL >= 10.0 (9e84d408) CONTRIBUTING.md: add note about commit messages (33081cb3) Remove ChangeLog files (7f6610fc) Build contributors.texi using Git (6878037d) Use slime-version in slime-{banner,repl} (08a16704) Derive SWANK protocol version from slime-version (21ae13c6) Add slime-version variable (c4dc1692) Remove the slime-motd contrib (3902904d) README.md: change (setf slime-contribs) to slime-setup. (330877a6)
2016-12-17Updated version (2.18.32.g786c032 -> 2.18.32.g786c032a).AUR Update Bot
2016-11-10Updated version (2.18.31.g14f2502 -> 2.18.32.g786c032).AUR Update Bot
Changelog ========= Adjust for changes in SBCL. (786c032) Gitignore *.abcl (14f2502) swank/match: remove ! from symbol names (764832d) swank/abcl: improve source locations (30566b1) Fix bug in swank/backend:compiler-macroexpand-1 (f54b0c4) swank.asd: pass :reload t to SWANK-LOADER::INIT (a6c0110) Fix enriched arglists on SBCL for sb-assem:inst. (7158a31) Remove call to ASDF::OPERATION-FORCED (#350) (2628a70) Don't reload contribs each time a lisp starts up. (bad2acf) Added emacs-inspect for core:cxx-object (8c48d59) Merge pull request #331 from fice-t/master (a478c19) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Remove slime-parse-extended-operator-name (da3f7de) Add missing cl- prefixes to cl-lib functions (893a963) Fix byte-compiler warnings (12bf3aa) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-11-03Updated version (2.18.28.gf54b0c4 -> 2.18.31.g14f2502).AUR Update Bot
Changelog ========= Gitignore *.abcl (14f2502) swank/match: remove ! from symbol names (764832d) swank/abcl: improve source locations (30566b1) Fix bug in swank/backend:compiler-macroexpand-1 (f54b0c4) swank.asd: pass :reload t to SWANK-LOADER::INIT (a6c0110) Fix enriched arglists on SBCL for sb-assem:inst. (7158a31) Remove call to ASDF::OPERATION-FORCED (#350) (2628a70) Don't reload contribs each time a lisp starts up. (bad2acf) Added emacs-inspect for core:cxx-object (8c48d59) Merge pull request #331 from fice-t/master (a478c19) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Remove slime-parse-extended-operator-name (da3f7de) Add missing cl- prefixes to cl-lib functions (893a963) Fix byte-compiler warnings (12bf3aa) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-10-14Updated version (2.18.27.ga6c0110 -> 2.18.28.gf54b0c4).AUR Update Bot
Changelog ========= Fix bug in swank/backend:compiler-macroexpand-1 (f54b0c4) swank.asd: pass :reload t to SWANK-LOADER::INIT (a6c0110) Fix enriched arglists on SBCL for sb-assem:inst. (7158a31) Remove call to ASDF::OPERATION-FORCED (#350) (2628a70) Don't reload contribs each time a lisp starts up. (bad2acf) Added emacs-inspect for core:cxx-object (8c48d59) Merge pull request #331 from fice-t/master (a478c19) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Remove slime-parse-extended-operator-name (da3f7de) Add missing cl- prefixes to cl-lib functions (893a963) Fix byte-compiler warnings (12bf3aa) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-10-08Updated version (2.18.26.g7158a31 -> 2.18.27.ga6c0110).AUR Update Bot
Changelog ========= swank.asd: pass :reload t to SWANK-LOADER::INIT (a6c0110) Fix enriched arglists on SBCL for sb-assem:inst. (7158a31) Remove call to ASDF::OPERATION-FORCED (#350) (2628a70) Don't reload contribs each time a lisp starts up. (bad2acf) Added emacs-inspect for core:cxx-object (8c48d59) Merge pull request #331 from fice-t/master (a478c19) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Remove slime-parse-extended-operator-name (da3f7de) Add missing cl- prefixes to cl-lib functions (893a963) Fix byte-compiler warnings (12bf3aa) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-10-05Updated version (2.18.25.g2628a70 -> 2.18.26.g7158a31).AUR Update Bot
Changelog ========= Fix enriched arglists on SBCL for sb-assem:inst. (7158a31) Remove call to ASDF::OPERATION-FORCED (#350) (2628a70) Don't reload contribs each time a lisp starts up. (bad2acf) Added emacs-inspect for core:cxx-object (8c48d59) Merge pull request #331 from fice-t/master (a478c19) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Remove slime-parse-extended-operator-name (da3f7de) Add missing cl- prefixes to cl-lib functions (893a963) Fix byte-compiler warnings (12bf3aa) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-10-04Updated version (2.18.24.gbad2acf -> 2.18.25.g2628a70).AUR Update Bot
Changelog ========= Remove call to ASDF::OPERATION-FORCED (#350) (2628a70) Don't reload contribs each time a lisp starts up. (bad2acf) Added emacs-inspect for core:cxx-object (8c48d59) Merge pull request #331 from fice-t/master (a478c19) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Remove slime-parse-extended-operator-name (da3f7de) Add missing cl- prefixes to cl-lib functions (893a963) Fix byte-compiler warnings (12bf3aa) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-09-07Updated version (2.18.22.ga478c19 -> 2.18.24.gbad2acf).AUR Update Bot
Changelog ========= Don't reload contribs each time a lisp starts up. (bad2acf) Added emacs-inspect for core:cxx-object (8c48d59) Merge pull request #331 from fice-t/master (a478c19) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Remove slime-parse-extended-operator-name (da3f7de) Add missing cl- prefixes to cl-lib functions (893a963) Fix byte-compiler warnings (12bf3aa) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-09-05Updated version (2.18.19.gc81ed05 -> 2.18.22.ga478c19).AUR Update Bot
Changelog ========= Merge pull request #331 from fice-t/master (a478c19) Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Remove slime-parse-extended-operator-name (da3f7de) Add missing cl- prefixes to cl-lib functions (893a963) Fix byte-compiler warnings (12bf3aa) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-09-02Updated version (2.18.18.g20e0c1d -> 2.18.19.gc81ed05).AUR Update Bot
Changelog ========= Use the eldoc-highlight-function-argument face for consistency (#335) (c81ed05) clasp: use the new source location facility. (20e0c1d) Add missing cl- prefixes to cl-lib functions (893a963) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-08-29Updated version (2.18.17.g893a963 -> 2.18.18.g20e0c1d).AUR Update Bot
Changelog ========= clasp: use the new source location facility. (20e0c1d) Add missing cl- prefixes to cl-lib functions (893a963) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-08-22Updated version (2.18.16.ga8a3dd8 -> 2.18.17.g893a963).AUR Update Bot
Changelog ========= Add missing cl- prefixes to cl-lib functions (893a963) slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-07-05Updated version (2.18.14.g3fa0c69 -> 2.18.16.ga8a3dd8).AUR Update Bot
Changelog ========= slime-repl: bind TAB to self-insert-command (a8a3dd8) Extend load-path with contribs sooner (3ea0204) sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-06-24Updated version (2.18.12.g9055a7e -> 2.18.14.g3fa0c69).AUR Update Bot
Changelog ========= sbcl: Record the package active during C-c C-c. (3fa0c69) Accidentally commented out slime-macrostep from slime-fancy. (6c9beff) Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-06-18Updated version (2.18.11.gfd438e9 -> 2.18.12.g9055a7e).AUR Update Bot
Changelog ========= Make calling slime-setup unnecessary (9055a7e) README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-06-13Updated version (2.18.1.g330877a -> 2.18.11.gfd438e9).AUR Update Bot
Changelog ========= README.md: "setup" is a noun, not a verb (fd438e9) slime-version: check if we're opening slime.el (4af7d6c) Improve source location handling for ACL >= 10.0 (9e84d40) CONTRIBUTING.md: add note about commit messages (33081cb) Remove ChangeLog files (7f6610f) Build contributors.texi using Git (6878037) Use slime-version in slime-{banner,repl} (08a1670) Derive SWANK protocol version from slime-version (21ae13c) Add slime-version variable (c4dc169) Remove the slime-motd contrib (3902904) README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-06-09shorter install fileStefan Husmann
2016-05-24Updated version (2.18 -> 2.18.1.g330877a).AUR Update Bot
Changelog ========= README.md: change (setf slime-contribs) to slime-setup. (330877a)
2016-05-21Updated version (2.17.17.g32fc742 -> 2.18).AUR Update Bot
Changelog =========
2016-04-19Updated version (2.17.15.ga91758e -> 2.17.17.g32fc742).AUR Update Bot
Changelog ========= * swank/clasp.lisp (call-with-debugging-environment): Use core:*stack-top-hint* (32fc742) * swank/clasp.lisp (frame-locals): list function arguments. (7861c19) contrib/slime-c-p-c.el: completion bugfix (a91758e) * mit-scheme: use correct function for file load (0e1c822) mit-scheme: stop using .com extension explicitly for load (c7726e0) * swank/sbcl.lisp (lisp-source-location): qualify the package of swank:*swank-debugger-condition*. (85e2e61) * swank/abcl.lisp: import mop:slot-makunbound-using-class into swank-mop. (1c9311b) method-specializers-for-inspect: handle methods without a GF on SBCL. (e0ea4a5) sbcl: be more careful with SB-C::META-INFO (ab6d1bd) swank: add BOOLEAN-TO-FEATURE-EXPRESSION (920b99e) Fix typo. (12145d1) * swank/sbcl.lisp (describe-symbol-for-emacs): Adjust for new SBCL, (sb-int:info :setf :inverse) is no longer present. (51997f5) Use standard string reader in simple-read. (0c18258) Fix simple-read so that it actually works. (c78d240) * swank.lisp (xref-doit): translate :sets to who-sets. (e71a42c) Bind common-lisp-hyperspec-glossary-term to C-c C-d g (f6e124f) Fix #288 by implementing glossary term lookup. (7e31b7e)
2016-04-17Updated version (2.17.14.g0e1c822 -> 2.17.15.ga91758e).AUR Update Bot
Changelog ========= contrib/slime-c-p-c.el: completion bugfix (a91758e) * mit-scheme: use correct function for file load (0e1c822) mit-scheme: stop using .com extension explicitly for load (c7726e0) * swank/sbcl.lisp (lisp-source-location): qualify the package of swank:*swank-debugger-condition*. (85e2e61) * swank/abcl.lisp: import mop:slot-makunbound-using-class into swank-mop. (1c9311b) method-specializers-for-inspect: handle methods without a GF on SBCL. (e0ea4a5) sbcl: be more careful with SB-C::META-INFO (ab6d1bd) swank: add BOOLEAN-TO-FEATURE-EXPRESSION (920b99e) Fix typo. (12145d1) * swank/sbcl.lisp (describe-symbol-for-emacs): Adjust for new SBCL, (sb-int:info :setf :inverse) is no longer present. (51997f5) Use standard string reader in simple-read. (0c18258) Fix simple-read so that it actually works. (c78d240) * swank.lisp (xref-doit): translate :sets to who-sets. (e71a42c) Bind common-lisp-hyperspec-glossary-term to C-c C-d g (f6e124f) Fix #288 by implementing glossary term lookup. (7e31b7e)
2016-04-12Updated version (2.17.13.gc7726e0 -> 2.17.14.g0e1c822).AUR Update Bot
Changelog ========= * mit-scheme: use correct function for file load (0e1c822) mit-scheme: stop using .com extension explicitly for load (c7726e0) * swank/sbcl.lisp (lisp-source-location): qualify the package of swank:*swank-debugger-condition*. (85e2e61) * swank/abcl.lisp: import mop:slot-makunbound-using-class into swank-mop. (1c9311b) method-specializers-for-inspect: handle methods without a GF on SBCL. (e0ea4a5) sbcl: be more careful with SB-C::META-INFO (ab6d1bd) swank: add BOOLEAN-TO-FEATURE-EXPRESSION (920b99e) Fix typo. (12145d1) * swank/sbcl.lisp (describe-symbol-for-emacs): Adjust for new SBCL, (sb-int:info :setf :inverse) is no longer present. (51997f5) Use standard string reader in simple-read. (0c18258) Fix simple-read so that it actually works. (c78d240) * swank.lisp (xref-doit): translate :sets to who-sets. (e71a42c) Bind common-lisp-hyperspec-glossary-term to C-c C-d g (f6e124f) Fix #288 by implementing glossary term lookup. (7e31b7e)
2016-04-11Updated version (2.17.12.g85e2e61 -> 2.17.13.gc7726e0).AUR Update Bot
Changelog ========= mit-scheme: stop using .com extension explicitly for load (c7726e0) * swank/sbcl.lisp (lisp-source-location): qualify the package of swank:*swank-debugger-condition*. (85e2e61) * swank/abcl.lisp: import mop:slot-makunbound-using-class into swank-mop. (1c9311b) method-specializers-for-inspect: handle methods without a GF on SBCL. (e0ea4a5) sbcl: be more careful with SB-C::META-INFO (ab6d1bd) swank: add BOOLEAN-TO-FEATURE-EXPRESSION (920b99e) Fix typo. (12145d1) * swank/sbcl.lisp (describe-symbol-for-emacs): Adjust for new SBCL, (sb-int:info :setf :inverse) is no longer present. (51997f5) Use standard string reader in simple-read. (0c18258) Fix simple-read so that it actually works. (c78d240) * swank.lisp (xref-doit): translate :sets to who-sets. (e71a42c) Bind common-lisp-hyperspec-glossary-term to C-c C-d g (f6e124f) Fix #288 by implementing glossary term lookup. (7e31b7e)
2016-04-02Updated version (2.17.10.ge0ea4a5 -> 2.17.12.g85e2e61).AUR Update Bot
Changelog ========= * swank/sbcl.lisp (lisp-source-location): qualify the package of swank:*swank-debugger-condition*. (85e2e61) * swank/abcl.lisp: import mop:slot-makunbound-using-class into swank-mop. (1c9311b) method-specializers-for-inspect: handle methods without a GF on SBCL. (e0ea4a5) sbcl: be more careful with SB-C::META-INFO (ab6d1bd) swank: add BOOLEAN-TO-FEATURE-EXPRESSION (920b99e) Fix typo. (12145d1) * swank/sbcl.lisp (describe-symbol-for-emacs): Adjust for new SBCL, (sb-int:info :setf :inverse) is no longer present. (51997f5) Use standard string reader in simple-read. (0c18258) Fix simple-read so that it actually works. (c78d240) * swank.lisp (xref-doit): translate :sets to who-sets. (e71a42c) Bind common-lisp-hyperspec-glossary-term to C-c C-d g (f6e124f) Fix #288 by implementing glossary term lookup. (7e31b7e)
2016-03-26Updated version (2.17.9.gab6d1bd -> 2.17.10.ge0ea4a5).AUR Update Bot
Changelog ========= method-specializers-for-inspect: handle methods without a GF on SBCL. (e0ea4a5) sbcl: be more careful with SB-C::META-INFO (ab6d1bd) swank: add BOOLEAN-TO-FEATURE-EXPRESSION (920b99e) Fix typo. (12145d1) * swank/sbcl.lisp (describe-symbol-for-emacs): Adjust for new SBCL, (sb-int:info :setf :inverse) is no longer present. (51997f5) Use standard string reader in simple-read. (0c18258) Fix simple-read so that it actually works. (c78d240) * swank.lisp (xref-doit): translate :sets to who-sets. (e71a42c) Bind common-lisp-hyperspec-glossary-term to C-c C-d g (f6e124f) Fix #288 by implementing glossary term lookup. (7e31b7e)
2016-03-21Updated version (2.17.7.g12145d1 -> 2.17.9.gab6d1bd).AUR Update Bot
Changelog ========= sbcl: be more careful with SB-C::META-INFO (ab6d1bd) swank: add BOOLEAN-TO-FEATURE-EXPRESSION (920b99e) Fix typo. (12145d1) * swank/sbcl.lisp (describe-symbol-for-emacs): Adjust for new SBCL, (sb-int:info :setf :inverse) is no longer present. (51997f5) Use standard string reader in simple-read. (0c18258) Fix simple-read so that it actually works. (c78d240) * swank.lisp (xref-doit): translate :sets to who-sets. (e71a42c) Bind common-lisp-hyperspec-glossary-term to C-c C-d g (f6e124f) Fix #288 by implementing glossary term lookup. (7e31b7e)
2016-03-19Updated version (2.17.5.g0c18258 -> 2.17.7.g12145d1).AUR Update Bot
Changelog ========= Fix typo. (12145d1) * swank/sbcl.lisp (describe-symbol-for-emacs): Adjust for new SBCL, (sb-int:info :setf :inverse) is no longer present. (51997f5) Use standard string reader in simple-read. (0c18258) Fix simple-read so that it actually works. (c78d240) * swank.lisp (xref-doit): translate :sets to who-sets. (e71a42c) Bind common-lisp-hyperspec-glossary-term to C-c C-d g (f6e124f) Fix #288 by implementing glossary term lookup. (7e31b7e)
2016-03-10Updated version (2.17.3.ge71a42c -> 2.17.5.g0c18258).AUR Update Bot
Changelog ========= Use standard string reader in simple-read. (0c18258) Fix simple-read so that it actually works. (c78d240) * swank.lisp (xref-doit): translate :sets to who-sets. (e71a42c) Bind common-lisp-hyperspec-glossary-term to C-c C-d g (f6e124f) Fix #288 by implementing glossary term lookup. (7e31b7e)
2016-03-04Updated version (2.17.2.gf6e124f -> 2.17.3.ge71a42c).AUR Update Bot
Changelog ========= * swank.lisp (xref-doit): translate :sets to who-sets. (e71a42c) Bind common-lisp-hyperspec-glossary-term to C-c C-d g (f6e124f) Fix #288 by implementing glossary term lookup. (7e31b7e)
2016-03-04Updated version (2.17 -> 2.17.2.gf6e124f).AUR Update Bot
Changelog ========= Bind common-lisp-hyperspec-glossary-term to C-c C-d g (f6e124f) Fix #288 by implementing glossary term lookup. (7e31b7e)
2016-02-20Updated version (2.16.7.g5d49e81 -> 2.17).AUR Update Bot
Changelog =========
2016-02-11Updated version (2.16.6.g364fa7d -> 2.16.7.g5d49e81).AUR Update Bot
Changelog ========= * contrib/swank-sbcl-exts.lisp (compute-enriched-decoded-arglist): Properly handle instruction macros and instruction functions. (5d49e81) * swank/backend.lisp: Squash a couple compilation warnings. (364fa7d) * swank-sbcl-exts.lisp (compute-enriched-decoded-arglist): Adjust for the changes in SBCL. (cac99fa) Add `slime-quicklisp' contrib. (59fc3a9) Add `slime-macrostep' contrib. (837ffe7) Add optional ENV argument to SWANK:MACROEXPAND-ALL (a38da72) * swank/abcl.lisp (macroexpand-all): Use EXT:MACROEXPAND-ALL. (864a946)
2016-02-10Updated version (2.16.5.gcac99fa -> 2.16.6.g364fa7d).AUR Update Bot
Changelog ========= * swank/backend.lisp: Squash a couple compilation warnings. (364fa7d) * swank-sbcl-exts.lisp (compute-enriched-decoded-arglist): Adjust for the changes in SBCL. (cac99fa) Add `slime-quicklisp' contrib. (59fc3a9) Add `slime-macrostep' contrib. (837ffe7) Add optional ENV argument to SWANK:MACROEXPAND-ALL (a38da72) * swank/abcl.lisp (macroexpand-all): Use EXT:MACROEXPAND-ALL. (864a946)
2016-02-07Updated version (2.16.4.g59fc3a9 -> 2.16.5.gcac99fa).AUR Update Bot
Changelog ========= * swank-sbcl-exts.lisp (compute-enriched-decoded-arglist): Adjust for the changes in SBCL. (cac99fa) Add `slime-quicklisp' contrib. (59fc3a9) Add `slime-macrostep' contrib. (837ffe7) Add optional ENV argument to SWANK:MACROEXPAND-ALL (a38da72) * swank/abcl.lisp (macroexpand-all): Use EXT:MACROEXPAND-ALL. (864a946)
2016-02-05Updated version (2.16.3.g837ffe7 -> 2.16.4.g59fc3a9).AUR Update Bot
Changelog ========= Add `slime-quicklisp' contrib. (59fc3a9) Add `slime-macrostep' contrib. (837ffe7) Add optional ENV argument to SWANK:MACROEXPAND-ALL (a38da72) * swank/abcl.lisp (macroexpand-all): Use EXT:MACROEXPAND-ALL. (864a946)
2016-02-02Updated version (2.16 -> 2.16.3.g837ffe7).AUR Update Bot
Changelog ========= Add `slime-macrostep' contrib. (837ffe7) Add optional ENV argument to SWANK:MACROEXPAND-ALL (a38da72) * swank/abcl.lisp (macroexpand-all): Use EXT:MACROEXPAND-ALL. (864a946)
2016-01-29Updated version (2.15.38.g7f950da -> 2.16).AUR Update Bot
Changelog =========
2016-01-13Updated version (2.15.37.gb6da17e -> 2.15.38.g7f950da).AUR Update Bot
Changelog ========= * swank-fancy-inspector.lisp (inspect-type-specifier): (sb-int:info :type :expander symbol) not always returns a list. Also print an empty lambda-list as () not NIL. (7f950da) * contrib/swank-repl.lisp (*globally-redirect-io*): move the definition before its usage. (b6da17e) * swank-fancy-inspector.lisp (inspect-type-specifier): Avoid calling (sb-int:info :type :translator) as it now produces a style-warning, guard it through #., not just with swank/sbcl::sbcl-version>=. (a7cceef) Trivial fix to enable loading of swank-listener-hooks (15292d5) ccl: fix tracing of complex function specs (137a6bf) Fix indentation (0261ba9) Minor review of the macroexpansion documentation (fcdb0af) Handle sexp shortages during macroexpansion (ce92983) * swank/sbcl.lisp (feature-in-list-p): Don't fall on :host-feature. (175d003) * swank/clasp.lisp (source-location): clasp now uses the same method for c-function source location as for lisp functions. (b2fe8a0) Revert "* swank-loader.lisp (compile-files): Don't abort on errors, otherwise" (0cd13d7) * swank-loader.lisp (compile-files): Don't abort on errors, otherwise it's impossible to debug them. (a1860ee) * swank-loader.lisp (compile-files): Don't abort on errors, otherwise it's impossible to debug them. (9ba4115) * swank-fancy-inspector.lisp (inspect-type-specifier): The latest SBCL doesn't have :type :translator info anymore. (4e9f2ed) swank-repl: make global IO redirection more global (d4e1bd1) Fix the indentation of several EMACS-INSPECT methods (90baa05) Robustify the indentation cache request handler (64640b0) * swank/sbcl.lisp (sigio-handler): run handlers with interrupts enabled. (ebb7fbd) Revert "* swank.lisp (parse-package): Use parse-string instead of read-from-string." (dd5b137) * swank.lisp (parse-package): Use parse-string instead of read-from-string. (a689890) * swank/abcl.lisp (package-local-nicknames): Support local nickname completion on ABCL too. (d0af5b8) * contrib/swank-fuzzy.lisp (fuzzy-find-matching-packages): match package local nicknames. (489969c) * packages.lisp: New file, put swank, swank/backend and friends there. The SWANK package depends on SWANK/BACKEND, but some swank/backends want to use functions from SWANK and accomplish that by using (funcall (find-symbol x :swank)), which is not really nice. package.lisp is loaded before swank.lisp and swank/backend.lisp (1615c0a) Complete symbols in locally-nicknamed packages (cd3979a) Fixed Typo (8aa831c) add significant whitespace to summary line (04cb810) Fixed documentation bugs for the mrepl contrib. (f80c997) Minor factorization. (66f0096) Mark some things as obsolete. (7549d5b) Fix a renaming issue. (e1505d9) Set completion-at-point-functions in slime-mode buffers. (77d0edb) * swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc) Fix github issue#273. (726e927) * slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e) Deal with SBCL's sb-c::comma-expr (6023626) Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1) Don't rebind TAB is slime-repl-mode. (f8cffb1) * swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
2016-01-11Updated version (2.15.35.g15292d5 -> 2.15.37.gb6da17e).AUR Update Bot
Changelog ========= * contrib/swank-repl.lisp (*globally-redirect-io*): move the definition before its usage. (b6da17e) * swank-fancy-inspector.lisp (inspect-type-specifier): Avoid calling (sb-int:info :type :translator) as it now produces a style-warning, guard it through #., not just with swank/sbcl::sbcl-version>=. (a7cceef) Trivial fix to enable loading of swank-listener-hooks (15292d5) ccl: fix tracing of complex function specs (137a6bf) Fix indentation (0261ba9) Minor review of the macroexpansion documentation (fcdb0af) Handle sexp shortages during macroexpansion (ce92983) * swank/sbcl.lisp (feature-in-list-p): Don't fall on :host-feature. (175d003) * swank/clasp.lisp (source-location): clasp now uses the same method for c-function source location as for lisp functions. (b2fe8a0) Revert "* swank-loader.lisp (compile-files): Don't abort on errors, otherwise" (0cd13d7) * swank-loader.lisp (compile-files): Don't abort on errors, otherwise it's impossible to debug them. (a1860ee) * swank-loader.lisp (compile-files): Don't abort on errors, otherwise it's impossible to debug them. (9ba4115) * swank-fancy-inspector.lisp (inspect-type-specifier): The latest SBCL doesn't have :type :translator info anymore. (4e9f2ed) swank-repl: make global IO redirection more global (d4e1bd1) Fix the indentation of several EMACS-INSPECT methods (90baa05) Robustify the indentation cache request handler (64640b0) * swank/sbcl.lisp (sigio-handler): run handlers with interrupts enabled. (ebb7fbd) Revert "* swank.lisp (parse-package): Use parse-string instead of read-from-string." (dd5b137) * swank.lisp (parse-package): Use parse-string instead of read-from-string. (a689890) * swank/abcl.lisp (package-local-nicknames): Support local nickname completion on ABCL too. (d0af5b8) * contrib/swank-fuzzy.lisp (fuzzy-find-matching-packages): match package local nicknames. (489969c) * packages.lisp: New file, put swank, swank/backend and friends there. The SWANK package depends on SWANK/BACKEND, but some swank/backends want to use functions from SWANK and accomplish that by using (funcall (find-symbol x :swank)), which is not really nice. package.lisp is loaded before swank.lisp and swank/backend.lisp (1615c0a) Complete symbols in locally-nicknamed packages (cd3979a) Fixed Typo (8aa831c) add significant whitespace to summary line (04cb810) Fixed documentation bugs for the mrepl contrib. (f80c997) Minor factorization. (66f0096) Mark some things as obsolete. (7549d5b) Fix a renaming issue. (e1505d9) Set completion-at-point-functions in slime-mode buffers. (77d0edb) * swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc) Fix github issue#273. (726e927) * slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e) Deal with SBCL's sb-c::comma-expr (6023626) Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1) Don't rebind TAB is slime-repl-mode. (f8cffb1) * swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)
2015-12-29Updated version (2.15.34.g137a6bf -> 2.15.35.g15292d5).AUR Update Bot
Changelog ========= Trivial fix to enable loading of swank-listener-hooks (15292d5) ccl: fix tracing of complex function specs (137a6bf) Fix indentation (0261ba9) Minor review of the macroexpansion documentation (fcdb0af) Handle sexp shortages during macroexpansion (ce92983) * swank/sbcl.lisp (feature-in-list-p): Don't fall on :host-feature. (175d003) * swank/clasp.lisp (source-location): clasp now uses the same method for c-function source location as for lisp functions. (b2fe8a0) Revert "* swank-loader.lisp (compile-files): Don't abort on errors, otherwise" (0cd13d7) * swank-loader.lisp (compile-files): Don't abort on errors, otherwise it's impossible to debug them. (a1860ee) * swank-loader.lisp (compile-files): Don't abort on errors, otherwise it's impossible to debug them. (9ba4115) * swank-fancy-inspector.lisp (inspect-type-specifier): The latest SBCL doesn't have :type :translator info anymore. (4e9f2ed) swank-repl: make global IO redirection more global (d4e1bd1) Fix the indentation of several EMACS-INSPECT methods (90baa05) Robustify the indentation cache request handler (64640b0) * swank/sbcl.lisp (sigio-handler): run handlers with interrupts enabled. (ebb7fbd) Revert "* swank.lisp (parse-package): Use parse-string instead of read-from-string." (dd5b137) * swank.lisp (parse-package): Use parse-string instead of read-from-string. (a689890) * swank/abcl.lisp (package-local-nicknames): Support local nickname completion on ABCL too. (d0af5b8) * contrib/swank-fuzzy.lisp (fuzzy-find-matching-packages): match package local nicknames. (489969c) * packages.lisp: New file, put swank, swank/backend and friends there. The SWANK package depends on SWANK/BACKEND, but some swank/backends want to use functions from SWANK and accomplish that by using (funcall (find-symbol x :swank)), which is not really nice. package.lisp is loaded before swank.lisp and swank/backend.lisp (1615c0a) Complete symbols in locally-nicknamed packages (cd3979a) Fixed Typo (8aa831c) add significant whitespace to summary line (04cb810) Fixed documentation bugs for the mrepl contrib. (f80c997) Minor factorization. (66f0096) Mark some things as obsolete. (7549d5b) Fix a renaming issue. (e1505d9) Set completion-at-point-functions in slime-mode buffers. (77d0edb) * swank.lisp (eval-in-emacs): wrap unreadable results in a structure. Should make it easier to work with than signalling an error. (9b533dc) Fix github issue#273. (726e927) * slime-repl.el (slime-repl-mode): Delete remaining use of (84a4a5e) Deal with SBCL's sb-c::comma-expr (6023626) Remove slime-pre-command-actions; apparently not needed anymore. (0177bc1) Don't rebind TAB is slime-repl-mode. (f8cffb1) * swank-loader.lisp (*architecture-features*): Add :arm64. (c17a649)