Lisp: Fix issue with slime-export-symbol-at-point when using uiop:define-package.

master
Pierre Neidhardt 2019-08-25 12:14:06 +02:00
parent aa7beb040d
commit ab5ac92c2a
1 changed files with 4 additions and 0 deletions

View File

@ -26,6 +26,10 @@
(pop-to-buffer (slime-output-buffer))))))
(with-eval-after-load 'slime
;; REVIEW: Fix issue https://github.com/slime/slime/issues/523:
(setq slime-defpackage-regexp
"^(\\(cl:\\|common-lisp:\\|uiop:\\)?\\(defpackage\\|define-package\\)\\>[ \t']*")
(setq slime-lisp-implementations
'((sbcl ("sbcl" "--noinform"))
(ccl ("ccl"))