-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.lisp
35 lines (33 loc) · 987 Bytes
/
package.lisp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
;;; -*- mode: lisp; indent-tabs: nil -*-
(defpackage :conium
(:use :common-lisp)
(:export #:sldb-condition
#:original-condition
#:compiler-condition
#:message
#:short-message
#:condition
#:severity
#:with-compilation-hooks
#:location
#:location-p
#:location-buffer
#:location-position
#:position-p
#:position-pos
#:print-output-to-string
#:quit-lisp
#:references
#:unbound-slot-filler
#:declaration-arglist
#:type-specifier-arglist
;; interrupt macro for the backend
#:*pending-slime-interrupts*
#:check-slime-interrupts
#:*interrupt-queued-handler*
;; inspector related symbols
#:emacs-inspect
#:label-value-line
#:label-value-line*
#:with-struct
))