通过 Emacs 的包管理功能安装 swank-clojure 的报错信息

打算把 Emacs+slime+clojure+leiningen 的环境搭起来,于是稍微了解了一下才发现 Clojure 现在不支持 slime了,swank-clojure 都停止更新了,改为使用 nREPL+Emacs。

不过还是习惯用slime,就试着用 Emacs 的包管理功能安装了一下 swank-clojure ,结果出现了一大堆的告警信息,如下:

Leaving directory `/Users/admin/.emacs.d/elpa/slime-20131116.2359'

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/hyperspec.el at Thu Dec 19 22:08:16 2013
Entering directory `/Users/admin/.emacs.d/elpa/slime-20131116.2359/'
hyperspec.el:36:1:Warning: cl package required at runtime

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/slime-autoloads.el at Thu Dec 19 22:08:16 2013

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/slime-pkg.el at Thu Dec 19 22:08:16 2013

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/slime.el at Thu Dec 19 22:08:16 2013
slime.el:60:1:Warning: cl package required at runtime

In slime-edit-definition:
slime.el:3915:28:Warning: called-interactively-p called with 0 arguments, but
    requires 1
slime.el:3925:16:Warning: called-interactively-p called with 0 arguments, but
    requires 1

In slime-next-line/not-add-newlines:
slime.el:4729:10:Warning: `next-line' used from Lisp code
That command is designed for interactive use only
slime.el:4850:1:Warning: Unused lexical variable `xrefs'
slime.el:5817:1:Warning: variable `_' not left unused
slime.el:9307:1:Warning: variable `_' not left unused

In end of data:
slime.el:9476:1:Warning: the function `slime-update-system-indentation' is not
    known to be defined.
Leaving directory `/Users/admin/.emacs.d/elpa/slime-20131116.2359/'

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/bridge.el at Thu Dec 19 22:08:18 2013
Entering directory `/Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/'

In bridge-send-handler:
bridge.el:223:31:Warning: bridge-insert called with 2 arguments, but accepts
    only 1

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/inferior-slime.el at Thu Dec 19 22:08:18 2013

In inferior-slime-init-keymap:
inferior-slime.el:80:8:Warning: `[return]' is a malformed function
inferior-slime.el:80:8:Warning: `[(control return)]' is a malformed function
inferior-slime.el:80:8:Warning: `[(meta control 109)]' is a malformed function
inferior-slime.el:80:8:Warning: `" "' is a malformed function
inferior-slime.el:80:8:Warning: `" "' is a malformed function
inferior-slime.el:82:28:Warning: reference to free variable `slime-parent-map'

In end of data:
inferior-slime.el:134:1:Warning: the following functions are not known to be defined:
    slime-input-complete-p, slime-process, slime-define-keys,
    slime-inferior-process, def-slime-selector-method

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-asdf.el at Thu Dec 19 22:08:18 2013
slime-asdf.el:1:23:Warning: reference to free variable `slime-asdf'
slime-asdf.el:1:23:Warning: `:authors' called as a function
slime-asdf.el:3:4:Warning: `:license' called as a function
slime-asdf.el:8:4:Warning: `:slime-dependencies' called as a function
slime-asdf.el:9:24:Warning: reference to free variable `slime-repl'
slime-asdf.el:9:24:Warning: `:swank-dependencies' called as a function
slime-asdf.el:10:24:Warning: reference to free variable `swank-asdf'
slime-asdf.el:10:24:Warning: `:on-load' called as a function
slime-asdf.el:12:18:Warning: assignment to free variable
    `slime-edit-uses-xrefs'
slime-asdf.el:13:16:Warning: reference to free variable `slime-who-map'

In slime-find-asd-file:
slime-asdf.el:63:53:Warning: function `find' from cl package called at runtime

In slime-open-system:
slime-asdf.el:118:19:Warning: called-interactively-p called with 0 arguments,
    but requires 1

In slime-read-query-replace-args:
slime-asdf.el:181:32:Warning: reference to free variable
    `slime-minibuffer-map'
slime-asdf.el:256:1:Warning: `"force-load-system"' is a malformed function
slime-asdf.el:256:25:Warning: reference to free variable
    `slime-repl-load/force-system'
slime-asdf.el:256:25:Warning: `:handler' called as a function
slime-asdf.el:259:67:Warning: `:one-liner' called as a function
slime-asdf.el:262:1:Warning: `"load-system"' is a malformed function
slime-asdf.el:262:25:Warning: reference to free variable
    `slime-repl-load-system'
slime-asdf.el:262:25:Warning: `:handler' called as a function
slime-asdf.el:265:52:Warning: `:one-liner' called as a function
slime-asdf.el:268:1:Warning: `"force-test-system"' is a malformed function
slime-asdf.el:268:25:Warning: reference to free variable
    `slime-repl-test/force-system'
slime-asdf.el:268:25:Warning: `:handler' called as a function
slime-asdf.el:271:67:Warning: `:one-liner' called as a function
slime-asdf.el:274:1:Warning: `"test-system"' is a malformed function
slime-asdf.el:274:25:Warning: reference to free variable
    `slime-repl-test-system'
slime-asdf.el:274:25:Warning: `:handler' called as a function
slime-asdf.el:277:52:Warning: `:one-liner' called as a function
slime-asdf.el:280:1:Warning: `"compile-system"' is a malformed function
slime-asdf.el:280:25:Warning: reference to free variable
    `slime-repl-compile-system'
slime-asdf.el:280:25:Warning: `:handler' called as a function
slime-asdf.el:283:52:Warning: `:one-liner' called as a function
slime-asdf.el:286:1:Warning: `"force-compile-system"' is a malformed function
slime-asdf.el:286:25:Warning: reference to free variable
    `slime-repl-compile/force-system'
slime-asdf.el:286:25:Warning: `:handler' called as a function
slime-asdf.el:290:70:Warning: `:one-liner' called as a function
slime-asdf.el:293:1:Warning: `"open-system"' is a malformed function
slime-asdf.el:293:25:Warning: reference to free variable
    `slime-repl-open-system'
slime-asdf.el:293:25:Warning: `:handler' called as a function
slime-asdf.el:294:14:Warning: `:one-liner' called as a function
slime-asdf.el:297:1:Warning: `"browse-system"' is a malformed function
slime-asdf.el:297:25:Warning: reference to free variable
    `slime-repl-browse-system'
slime-asdf.el:297:25:Warning: `:handler' called as a function
slime-asdf.el:298:14:Warning: `:one-liner' called as a function
slime-asdf.el:301:1:Warning: `"delete-system-fasls"' is a malformed function
slime-asdf.el:301:25:Warning: reference to free variable
    `slime-repl-delete-system-fasls'
slime-asdf.el:301:25:Warning: `:handler' called as a function
slime-asdf.el:302:14:Warning: `:one-liner' called as a function
slime-asdf.el:305:1:Warning: `"reload-system"' is a malformed function
slime-asdf.el:305:25:Warning: reference to free variable
    `slime-repl-reload-system'
slime-asdf.el:305:25:Warning: `:handler' called as a function
slime-asdf.el:306:14:Warning: `:one-liner' called as a function

In end of data:
slime-asdf.el:310:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :slime-dependencies,
    :swank-dependencies, :on-load, slime-eval, slime-current-package,
    slime-bogus-completion-alist, slime-to-lisp-filename,
    slime-compilation-finished, slime-save-some-lisp-buffers,
    slime-display-output-buffer, slime-repl-shortcut-eval-async,
    slime-eval-async, slime-from-lisp-filename, grep-read-regexp,
    slime-minibuffer-setup-hook, slime-xref, defslime-repl-shortcut,
    :handler, :one-liner

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-autodoc.el at Thu Dec 19 22:08:18 2013
slime-autodoc.el:2:23:Warning: reference to free variable `slime-autodoc'
slime-autodoc.el:2:23:Warning: `:license' called as a function
slime-autodoc.el:4:4:Warning: `:authors' called as a function
slime-autodoc.el:5:4:Warning: `:slime-dependencies' called as a function
slime-autodoc.el:9:24:Warning: reference to free variable `slime-parse'
slime-autodoc.el:9:24:Warning: `:swank-dependencies' called as a function
slime-autodoc.el:10:24:Warning: reference to free variable `swank-arglists'
slime-autodoc.el:10:24:Warning: `:on-load' called as a function
slime-autodoc.el:18:22:Warning: `:on-unload' called as a function
slime-autodoc.el:16:10:Warning: assignment to free variable
    `slime-echo-arglist-function'

In slime-autodoc-maybe-enable:
slime-autodoc.el:21:9:Warning: reference to free variable
    `slime-use-autodoc-mode'
slime-autodoc.el:25:17:Warning: reference to free variable
    `slime-autodoc-mode'
slime-autodoc.el:23:11:Warning: assignment to free variable
    `slime-echo-arglist-function'
slime-autodoc.el:29:1:Warning: defcustom for `slime-use-autodoc-mode' fails to
    specify containing group
slime-autodoc.el:42:1:Warning: defcustom for `slime-autodoc-accuracy-depth'
    fails to specify containing group

In slime-retrieve-arglist:
slime-autodoc.el:60:47:Warning: reference to free variable
    `slime-cursor-marker'

In slime-fontify-string:
slime-autodoc.el:104:30:Warning: attempt to inline `slime-insert-propertized'
    before it was defined

In slime-autodoc-manually:
slime-autodoc.el:189:37:Warning: reference to free variable
    `slime-autodoc-mode'

In slime-autodoc-mode:
slime-autodoc.el:200:9:Warning: assignment to free variable `eldoc-idle-delay'
slime-autodoc.el:205:26:Warning: `interactive-p' is an obsolete function (as
    of 23.2); use `called-interactively-p' instead.
slime-autodoc.el:242:17:Warning: reference to free variable `autodoc\.1'
slime-autodoc.el:243:19:Warning: reference to free variable `wished-arglist'
slime-autodoc.el:243:34:Warning: reference to free variable `&optional'
slime-autodoc.el:243:44:Warning: reference to free variable
    `skip-trailing-test-p'
slime-autodoc.el:344:11:Warning: assignment to free variable
    `slime-buffer-package'
slime-autodoc.el:346:13:Warning: reference to free variable `buffer-sexpr'

In end of data:
slime-autodoc.el:356:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :license, :authors, :slime-dependencies,
    :swank-dependencies, :on-load, :on-unload, eldoc-message,
    slime-show-arglist, slime-read-symbol-name, slime-eval,
    slime-parse-form-upto-point, slime-oneliner, slime-buffer-name,
    slime-insert-propertized, slime-inside-string-or-comment-p,
    slime-eval-async, slime-test-expect, def-slime-test,
    buffer-sexpr, slime-check-top-level

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-banner.el at Thu Dec 19 22:08:18 2013
slime-banner.el:2:23:Warning: reference to free variable `slime-banner'
slime-banner.el:2:23:Warning: `:authors' called as a function
slime-banner.el:4:4:Warning: `:license' called as a function
slime-banner.el:6:4:Warning: `:on-load' called as a function
slime-banner.el:8:21:Warning: assignment to free variable
    `slime-repl-banner-function'
slime-banner.el:8:21:Warning: `:on-unload' called as a function

In end of data:
slime-banner.el:35:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :on-load, :on-unload,
    slime-lisp-implementation-type, slime-connection-port,
    slime-connection, slime-pid

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-c-p-c.el at Thu Dec 19 22:08:18 2013
slime-c-p-c.el:3:23:Warning: reference to free variable `slime-c-p-c'
slime-c-p-c.el:3:23:Warning: `:authors' called as a function
slime-c-p-c.el:5:4:Warning: `:license' called as a function
slime-c-p-c.el:9:4:Warning: `:slime-dependencies' called as a function
slime-c-p-c.el:10:24:Warning: reference to free variable `slime-parse'
slime-c-p-c.el:10:36:Warning: reference to free variable
    `slime-editing-commands'
slime-c-p-c.el:10:59:Warning: reference to free variable `slime-autodoc'
slime-c-p-c.el:10:59:Warning: `:swank-dependencies' called as a function
slime-c-p-c.el:11:24:Warning: reference to free variable `swank-c-p-c'
slime-c-p-c.el:11:24:Warning: `:on-load' called as a function
slime-c-p-c.el:15:47:Warning: reference to free variable
    `slime-complete-symbol-function'
slime-c-p-c.el:19:34:Warning: reference to free variable `slime-mode-map'
slime-c-p-c.el:21:34:Warning: reference to free variable `slime-repl-mode-map'
slime-c-p-c.el:23:10:Warning: assignment to free variable
    `slime-complete-symbol-function'
slime-c-p-c.el:26:50:Warning: `:on-unload' called as a function

In slime-expand-abbreviations-and-complete:
slime-c-p-c.el:87:51:Warning: function `mismatch' from cl package called at
    runtime

In slime-contextual-completions:
slime-c-p-c.el:132:42:Warning: function `subseq' from cl package called at
    runtime

In slime-completions-for-character:
slime-c-p-c.el:145:42:Warning: function `subseq' from cl package called at
    runtime
slime-c-p-c.el:176:17:Warning: reference to free variable `complete-symbol*'
slime-c-p-c.el:177:13:Warning: reference to free variable
    `expected-completions'
slime-c-p-c.el:192:41:Warning: reference to free variable `prefix'
slime-c-p-c.el:195:17:Warning: reference to free variable `complete-form'
slime-c-p-c.el:196:19:Warning: reference to free variable `wished-completion'
slime-c-p-c.el:196:37:Warning: reference to free variable `&optional'
slime-c-p-c.el:196:47:Warning: reference to free variable
    `skip-trailing-test-p'
slime-c-p-c.el:211:11:Warning: assignment to free variable
    `slime-buffer-package'
slime-c-p-c.el:212:13:Warning: reference to free variable `buffer-sexpr'

In end of data:
slime-c-p-c.el:238:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :slime-dependencies,
    :swank-dependencies, :on-load, :on-unload,
    slime-maybe-complete-as-filename, slime-symbol-end-pos,
    slime-symbol-start-pos, slime-minibuffer-respecting-message,
    slime-complete-restore-window-configuration, slime-length=,
    slime-display-or-scroll-completions, slime-retrieve-arglist,
    slime-symbol-at-point, slime-background-activities-enabled-p,
    slime-echo-arglist, slime-parse-form-upto-point, slime-eval,
    slime-current-package, slime-close-all-parens-in-sexp,
    def-slime-test, prefix, slime-test-expect, buffer-sexpr,
    slime-check-top-level

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-cl-indent.el at Thu Dec 19 22:08:18 2013

In common-lisp-lisp-mode-hook:
slime-cl-indent.el:242:38:Warning: reference to free variable
    `common-lisp-style-default'

In common-lisp-add-style:
slime-cl-indent.el:276:36:Warning: function `copy-list' from cl package called
    at runtime

In common-lisp-active-style-methods:
slime-cl-indent.el:339:14:Warning: reference to free variable
    `common-lisp-active-style'
slime-cl-indent.el:344:11:Warning: assignment to free variable
    `common-lisp-active-style'

In common-lisp-set-style:
slime-cl-indent.el:373:9:Warning: assignment to free variable
    `common-lisp-active-style'

In common-lisp-symbol-package:
slime-cl-indent.el:549:14:Warning: reference to free variable
    `common-lisp-current-package-function'

In common-lisp-loop-part-indentation:
slime-cl-indent.el:652:31:Warning: reference to free variable
    `common-lisp-body-introducing-loop-macro-keyword'

In common-lisp-indent-function-1:
slime-cl-indent.el:997:22:Warning: reference to free variable
    `containing-sexp'

In common-lisp-run-indentation-tests:
slime-cl-indent.el:1817:30:Warning: `insert-file' used from Lisp code
That command is designed for interactive use only

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-clipboard.el at Thu Dec 19 22:08:18 2013
slime-clipboard.el:2:23:Warning: reference to free variable `slime-clipboard'
slime-clipboard.el:2:23:Warning: `:authors' called as a function
slime-clipboard.el:14:4:Warning: `:license' called as a function
slime-clipboard.el:15:4:Warning: `:swank-dependencies' called as a function
slime-clipboard.el:16:24:Warning: reference to free variable `swank-clipboard'
slime-clipboard.el:24:1:Warning: `"g"' is a malformed function
slime-clipboard.el:24:1:Warning: `(kbd "C-k")' is a malformed function
slime-clipboard.el:24:1:Warning: `"i"' is a malformed function
slime-clipboard.el:31:1:Warning: `"?"' is a malformed function
slime-clipboard.el:31:1:Warning: `"+"' is a malformed function
slime-clipboard.el:31:1:Warning: `"@"' is a malformed function
slime-clipboard.el:36:13:Warning: reference to free variable `slime-mode-map'
slime-clipboard.el:37:13:Warning: reference to free variable
    `slime-repl-mode-map'
slime-clipboard.el:39:1:Warning: `"+"' is a malformed function
slime-clipboard.el:39:20:Warning: reference to free variable
    `slime-inspector-mode-map'
slime-clipboard.el:42:1:Warning: `"+"' is a malformed function
slime-clipboard.el:42:20:Warning: reference to free variable `sldb-mode-map'

In slime-clipboard-display-entries:
slime-clipboard.el:63:41:Warning: `(slime-buffer-name :clipboard)' is a
    malformed function

In slime-clipboard-insert-entries:
slime-clipboard.el:68:40:Warning: attempt to inline `slime-insert-propertized'
    before it was defined

In slime-clipboard-insert-ref:
slime-clipboard.el:119:36:Warning: attempt to inline
    `slime-insert-propertized' before it was defined

In end of data:
slime-clipboard.el:166:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :swank-dependencies,
    slime-define-keys, slime-read-from-minibuffer,
    slime-sexp-at-point, slime-current-package, slime-eval-async,
    slime-with-popup-buffer, slime-insert-propertized,
    slime-save-coordinates, slime-inspect, slime-eval,
    slime-property-bounds, slime-rcurry, sldb-frame-number-at-point,
    sldb-var-number-at-point

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-compiler-notes-tree.el at Thu Dec 19 22:08:18 2013
slime-compiler-notes-tree.el:2:23:Warning: reference to free variable
    `slime-compiler-notes-tree'
slime-compiler-notes-tree.el:2:23:Warning: `:authors' called as a function
slime-compiler-notes-tree.el:11:4:Warning: `:license' called as a function

In slime-maybe-list-compiler-notes:
slime-compiler-notes-tree.el:18:46:Warning: function `every' from cl package
    called at runtime

In slime-list-compiler-notes:
slime-compiler-notes-tree.el:23:23:Warning: `(slime-buffer-name :notes)' is a
    malformed function
slime-compiler-notes-tree.el:67:1:Warning: `(kbd "RET")' is a malformed
    function
slime-compiler-notes-tree.el:67:1:Warning: `[return]' is a malformed function
slime-compiler-notes-tree.el:67:1:Warning: `[mouse-2]' is a malformed function

In slime-tree-insert:
slime-compiler-notes-tree.el:148:29:Warning: reference to free variable
    `print-fn'
slime-compiler-notes-tree.el:148:38:Warning: reference to free variable `kids'
slime-compiler-notes-tree.el:148:43:Warning: reference to free variable
    `collapsed-p'
slime-compiler-notes-tree.el:148:55:Warning: reference to free variable
    `start-mark'
slime-compiler-notes-tree.el:148:66:Warning: reference to free variable
    `end-mark'
slime-compiler-notes-tree.el:153:31:Warning: assignment to free variable
    `start-mark'
slime-compiler-notes-tree.el:160:13:Warning: assignment to free variable
    `end-mark'

In slime-tree-toggle:
slime-compiler-notes-tree.el:173:29:Warning: reference to free variable
    `collapsed-p'
slime-compiler-notes-tree.el:173:41:Warning: reference to free variable
    `start-mark'
slime-compiler-notes-tree.el:173:52:Warning: reference to free variable
    `end-mark'
slime-compiler-notes-tree.el:173:61:Warning: reference to free variable
    `prefix'
slime-compiler-notes-tree.el:174:28:Warning: assignment to free variable
    `collapsed-p'

In end of data:
slime-compiler-notes-tree.el:183:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, slime-compiler-notes,
    slime-with-popup-buffer, slime-note.message,
    slime-severity-label, slime-alistify, slime-length>,
    slime-set-truncate-lines, slime-define-keys,
    slime-show-source-location, slime-note.location, with-struct,
    slime-tree.

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-editing-commands.el at Thu Dec 19 22:08:18 2013
slime-editing-commands.el:2:23:Warning: reference to free variable
    `slime-editing-commands'
slime-editing-commands.el:2:23:Warning: `:authors' called as a function
slime-editing-commands.el:4:4:Warning: `:license' called as a function
slime-editing-commands.el:8:4:Warning: `:on-load' called as a function
slime-editing-commands.el:10:16:Warning: reference to free variable
    `slime-mode-map'

In slime-close-all-parens-in-sexp:
slime-editing-commands.el:80:35:Warning: function `count' from cl package
    called at runtime
slime-editing-commands.el:85:36:Warning: reference to free variable
    `slime-close-parens-limit'

In slime-reindent-defun:
slime-editing-commands.el:168:44:Warning: reference to free variable
    `slime-repl-input-start-mark'

In end of data:
slime-editing-commands.el:181:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :on-load,
    slime-repl-beginning-of-defun, slime-repl-end-of-defun,
    slime-delete-and-extract-region, slime-repl-at-prompt-start-p

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-enclosing-context.el at Thu Dec 19 22:08:19 2013
slime-enclosing-context.el:2:23:Warning: reference to free variable
    `slime-enclosing-context'
slime-enclosing-context.el:2:23:Warning: `:authors' called as a function
slime-enclosing-context.el:4:4:Warning: `:license' called as a function
slime-enclosing-context.el:5:4:Warning: `:slime-dependencies' called as a
    function
slime-enclosing-context.el:6:24:Warning: reference to free variable
    `slime-parse'
slime-enclosing-context.el:6:24:Warning: `:on-load' called as a function

In slime-lookup-binding-op:
slime-enclosing-context.el:18:64:Warning: function `assoc*' from cl package
    called at runtime

In slime-binding-op-body-pos:
slime-enclosing-context.el:29:22:Warning: reference to free variable
    `special-lambda-list'
slime-enclosing-context.el:29:22:Warning: function `position' from cl package
    called at runtime

In slime-binding-op-bindings-pos:
slime-enclosing-context.el:33:26:Warning: reference to free variable
    `special-lambda-list'
slime-enclosing-context.el:33:26:Warning: function `position' from cl package
    called at runtime
slime-enclosing-context.el:106:17:Warning: reference to free variable
    `enclosing-context\.1'
slime-enclosing-context.el:107:19:Warning: reference to free variable
    `wished-bound-names'
slime-enclosing-context.el:107:38:Warning: reference to free variable
    `wished-bound-functions'
slime-enclosing-context.el:132:15:Warning: reference to free variable
    `buffer-sexpr'

In end of data:
slime-enclosing-context.el:148:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :slime-dependencies,
    :on-load, when-let, special-lambda-list,
    slime-enclosing-form-specs, slime-symbol-at-point,
    slime-parse-sexp-at-point, slime-has-symbol-syntax-p,
    def-slime-test, buffer-sexpr, slime-check-top-level, slime-check

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-fancy-inspector.el at Thu Dec 19 22:08:19 2013
slime-fancy-inspector.el:2:23:Warning: reference to free variable
    `slime-fancy-inspector'
slime-fancy-inspector.el:2:23:Warning: `:authors' called as a function
slime-fancy-inspector.el:4:4:Warning: `:license' called as a function
slime-fancy-inspector.el:5:4:Warning: `:slime-dependencies' called as a
    function
slime-fancy-inspector.el:6:24:Warning: reference to free variable
    `slime-parse'
slime-fancy-inspector.el:6:24:Warning: `:swank-dependencies' called as a
    function
slime-fancy-inspector.el:7:24:Warning: reference to free variable
    `swank-fancy-inspector'
slime-fancy-inspector.el:7:24:Warning: `:on-load' called as a function
slime-fancy-inspector.el:9:44:Warning: `:on-unload' called as a function

In end of data:
slime-fancy-inspector.el:40:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :slime-dependencies,
    :swank-dependencies, :on-load, :on-unload, slime-inspect,
    slime-definition-at-point, slime-eval-describe,
    slime-inspector-property-at-point, slime-eval,
    slime-edit-definition-cont, make-slime-xref

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-fancy-trace.el at Thu Dec 19 22:08:19 2013
slime-fancy-trace.el:2:23:Warning: reference to free variable
    `slime-fancy-trace'
slime-fancy-trace.el:2:23:Warning: `:authors' called as a function
slime-fancy-trace.el:6:4:Warning: `:license' called as a function
slime-fancy-trace.el:8:4:Warning: `:slime-dependencies' called as a function
slime-fancy-trace.el:9:24:Warning: reference to free variable `slime-parse'

In slime-trace-query:
slime-fancy-trace.el:11:27:Warning: `(setf n)' is a malformed function
slime-fancy-trace.el:11:27:Warning: `(:defun n)' is a malformed function
slime-fancy-trace.el:11:27:Warning: `(:defgeneric n)' is a malformed function
slime-fancy-trace.el:11:27:Warning: `(:defmethod &rest _)' is a malformed
    function
slime-fancy-trace.el:11:27:Warning: `(:call caller callee)' is a malformed
    function
slime-fancy-trace.el:11:27:Warning: `((:labels :flet) &rest _)' is a malformed
    function
slime-fancy-trace.el:24:21:Warning: reference to free variable `n'
slime-fancy-trace.el:39:48:Warning: reference to free variable `caller'
slime-fancy-trace.el:40:48:Warning: reference to free variable `callee'
slime-fancy-trace.el:52:60:Warning: `t' called as a function
slime-fancy-trace.el:64:13:Warning: reference to free variable
    `slime-prefix-map'

In end of data:
slime-fancy-trace.el:67:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :slime-dependencies,
    slime-read-from-minibuffer, destructure-case, t,
    slime-extract-context, slime-symbol-at-point, slime-eval

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-fancy.el at Thu Dec 19 22:08:19 2013
slime-fancy.el:2:23:Warning: reference to free variable `slime-fancy'
slime-fancy.el:2:23:Warning: `:authors' called as a function
slime-fancy.el:4:4:Warning: `:license' called as a function
slime-fancy.el:6:4:Warning: `:slime-dependencies' called as a function
slime-fancy.el:7:24:Warning: reference to free variable `slime-repl'
slime-fancy.el:8:24:Warning: reference to free variable `slime-autodoc'
slime-fancy.el:9:24:Warning: reference to free variable `slime-c-p-c'
slime-fancy.el:10:24:Warning: reference to free variable
    `slime-editing-commands'
slime-fancy.el:11:24:Warning: reference to free variable
    `slime-fancy-inspector'
slime-fancy.el:12:24:Warning: reference to free variable `slime-fancy-trace'
slime-fancy.el:13:24:Warning: reference to free variable `slime-fuzzy'
slime-fancy.el:14:24:Warning: reference to free variable `slime-presentations'
slime-fancy.el:15:24:Warning: reference to free variable `slime-scratch'
slime-fancy.el:16:24:Warning: reference to free variable `slime-references'
slime-fancy.el:17:24:Warning: reference to free variable `slime-package-fu'
slime-fancy.el:18:24:Warning: reference to free variable `slime-fontifying-fu'
slime-fancy.el:18:24:Warning: `:on-load' called as a function

In end of data:
slime-fancy.el:33:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :slime-dependencies,
    :on-load, slime-repl-init, slime-autodoc-init, slime-c-p-c-init,
    slime-editing-commands-init, slime-fancy-inspector-init,
    slime-fuzzy-init, slime-presentations-init, slime-scratch-init,
    slime-references-init, slime-package-fu-init,
    slime-fontifying-fu-init

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-fontifying-fu.el at Thu Dec 19 22:08:19 2013
slime-fontifying-fu.el:2:23:Warning: reference to free variable
    `slime-fontifying-fu'
slime-fontifying-fu.el:2:23:Warning: `:authors' called as a function
slime-fontifying-fu.el:6:4:Warning: `:license' called as a function
slime-fontifying-fu.el:7:4:Warning: `:on-load' called as a function
slime-fontifying-fu.el:10:16:Warning: reference to free variable
    `slime-additional-font-lock-keywords'
slime-fontifying-fu.el:11:10:Warning: reference to free variable
    `slime-highlight-suppressed-forms'
slime-fontifying-fu.el:12:7:Warning: `:on-unload' called as a function

In slime-search-suppressed-forms-internal:
slime-fontifying-fu.el:46:32:Warning: reference to free variable
    `slime-reader-conditionals-regexp'

In slime-search-directly-preceding-reader-conditional:
slime-fontifying-fu.el:113:44:Warning: reference to free variable
    `slime-reader-conditionals-regexp'
slime-fontifying-fu.el:119:60:Warning: reference to free variable
    `reader-conditional-pt'

In slime-extend-region-for-font-lock:
slime-fontifying-fu.el:147:49:Warning: reference to free variable
    `font-lock-beg'
slime-fontifying-fu.el:147:63:Warning: reference to free variable
    `font-lock-end'
slime-fontifying-fu.el:154:11:Warning: assignment to free variable
    `font-lock-beg'
slime-fontifying-fu.el:154:25:Warning: assignment to free variable
    `font-lock-end'
slime-fontifying-fu.el:159:18:Warning: reference to free variable `pos'
slime-fontifying-fu.el:172:22:Warning: reference to free variable `upper-pt'

In slime-compute-region-for-font-lock:
slime-fontifying-fu.el:187:36:Warning: reference to free variable
    `slime-reader-conditionals-regexp'
slime-fontifying-fu.el:220:17:Warning: reference to free variable
    `font-lock-magic'
slime-fontifying-fu.el:318:13:Warning: reference to free variable
    `buffer-content'

In end of data:
slime-fontifying-fu.el:353:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :on-load, :on-unload,
    slime-face-inheritance-possible-p, slime-current-parser-state,
    slime-eval-feature-expression, slime-forward-sexp,
    slime-connected-p, slime-display-warning, when-let,
    reader-conditional-pt, pos, upper-pt, slime-beginning-of-tlf,
    slime-forward-reader-conditional, def-slime-test, buffer-content,
    slime-check-top-level, slime-test-expect, slime-autodoc-mode

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-fuzzy.el at Thu Dec 19 22:08:19 2013
slime-fuzzy.el:2:23:Warning: reference to free variable `slime-fuzzy'
slime-fuzzy.el:2:23:Warning: `:authors' called as a function
slime-fuzzy.el:4:4:Warning: `:license' called as a function
slime-fuzzy.el:7:4:Warning: `:swank-dependencies' called as a function
slime-fuzzy.el:8:24:Warning: reference to free variable `swank-fuzzy'
slime-fuzzy.el:8:24:Warning: `:on-load' called as a function
slime-fuzzy.el:10:16:Warning: reference to free variable `slime-mode-map'
slime-fuzzy.el:12:18:Warning: reference to free variable `slime-repl-mode-map'
slime-fuzzy.el:113:27:Warning: function `stable-sort' from cl package called
    at runtime

In slime-fuzzy-completions-mode:
slime-fuzzy.el:176:18:Warning: reference to free variable
    `slime-fuzzy-completions-map'

In slime-fuzzy-complete-symbol:
slime-fuzzy.el:257:14:Warning: `comint-dynamic-complete-as-filename' is an
    obsolete function (as of 24.1); use `comint-filename-completion' instead.

In slime-fuzzy-choices-buffer:
slime-fuzzy.el:366:11:Warning: assignment to free variable
    `slime-buffer-connection'

In end of data:
slime-fuzzy.el:598:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :swank-dependencies,
    :on-load, slime-eval, slime-current-package, slime-echo-arglist,
    slime-symbol-end-pos, slime-symbol-start-pos,
    slime-minibuffer-respecting-message, slime-length=,
    slime-connection, slime-add-local-hook

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-highlight-edits.el at Thu Dec 19 22:08:19 2013
slime-highlight-edits.el:2:23:Warning: reference to free variable
    `slime-highlight-edits'
slime-highlight-edits.el:2:23:Warning: `:authors' called as a function
slime-highlight-edits.el:4:4:Warning: `:license' called as a function
slime-highlight-edits.el:5:4:Warning: `:on-load' called as a function
slime-highlight-edits.el:6:43:Warning: `:on-unload' called as a function

In slime-highlight-edits-init-buffer:
slime-highlight-edits.el:34:17:Warning: assignment to free variable
    `slime-before-compile-functions'

In end of data:
slime-highlight-edits.el:80:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :on-load, :on-unload,
    slime-connected-p, slime-inside-comment-p

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-hyperdoc.el at Thu Dec 19 22:08:19 2013
slime-hyperdoc.el:4:23:Warning: reference to free variable `slime-hyperdoc'
slime-hyperdoc.el:4:23:Warning: `:authors' called as a function
slime-hyperdoc.el:6:4:Warning: `:license' called as a function
slime-hyperdoc.el:7:4:Warning: `:slime-dependencies' called as a function
slime-hyperdoc.el:8:24:Warning: reference to free variable `url-http'
slime-hyperdoc.el:8:33:Warning: reference to free variable `browse-url'
slime-hyperdoc.el:8:33:Warning: `:swank-dependencies' called as a function
slime-hyperdoc.el:9:24:Warning: reference to free variable `swank-hyperdoc'
slime-hyperdoc.el:9:24:Warning: `:on-load' called as a function
slime-hyperdoc.el:13:10:Warning: assignment to free variable
    `slime-documentation-lookup-function'
slime-hyperdoc.el:13:10:Warning: `:on-unload' called as a function

In end of data:
slime-hyperdoc.el:45:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :slime-dependencies,
    :swank-dependencies, :on-load, :on-unload, slime-eval-async,
    slime-log-event, slime-read-symbol-name, slime-lisp-features,
    slime-hyperspec-lookup

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-indentation.el at Thu Dec 19 22:08:19 2013
slime-indentation.el:2:23:Warning: reference to free variable
    `slime-indentation'
slime-indentation.el:2:23:Warning: `:swank-dependencies' called as a function
slime-indentation.el:4:24:Warning: reference to free variable
    `swank-indentation'
slime-indentation.el:8:7:Warning: assignment to free variable
    `common-lisp-current-package-function'

In slime-update-system-indentation:
slime-indentation.el:11:31:Warning: reference to free variable
    `common-lisp-system-indentation'
slime-indentation.el:24:65:Warning: function `set-difference' from cl package
    called at runtime

In end of data:
slime-indentation.el:31:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :swank-dependencies

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-mdot-fu.el at Thu Dec 19 22:08:19 2013
slime-mdot-fu.el:2:23:Warning: reference to free variable `slime-mdot-fu'
slime-mdot-fu.el:2:23:Warning: `:authors' called as a function
slime-mdot-fu.el:4:4:Warning: `:license' called as a function
slime-mdot-fu.el:5:4:Warning: `:slime-dependencies' called as a function
slime-mdot-fu.el:6:24:Warning: reference to free variable
    `slime-enclosing-context'
slime-mdot-fu.el:6:24:Warning: `:on-load' called as a function
slime-mdot-fu.el:8:44:Warning: `:on-unload' called as a function

In slime-edit-local-definition:
slime-mdot-fu.el:19:66:Warning: function `equalp' from cl package called at
    runtime
slime-mdot-fu.el:31:17:Warning: reference to free variable
    `find-local-definitions\.1'
slime-mdot-fu.el:32:19:Warning: reference to free variable `definition'
slime-mdot-fu.el:32:30:Warning: reference to free variable `target-regexp'
slime-mdot-fu.el:61:32:Warning: reference to free variable `buffer-sexpr'

In end of data:
slime-mdot-fu.el:71:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :slime-dependencies,
    :on-load, :on-unload, slime-read-symbol-name,
    slime-enclosing-bound-names, slime-edit-definition-cont,
    make-slime-buffer-location, def-slime-test, buffer-sexpr,
    slime-check-top-level, slime-sync, slime-check

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-media.el at Thu Dec 19 22:08:19 2013
slime-media.el:1:23:Warning: reference to free variable `slime-media'
slime-media.el:1:23:Warning: `:authors' called as a function
slime-media.el:3:4:Warning: `:license' called as a function
slime-media.el:4:4:Warning: `:slime-dependencies' called as a function
slime-media.el:5:24:Warning: reference to free variable `slime-repl'
slime-media.el:5:24:Warning: `:swank-dependencies' called as a function
slime-media.el:6:24:Warning: reference to free variable `swank-media'
slime-media.el:6:24:Warning: `:on-load' called as a function

In slime-dispatch-media-event:
slime-media.el:10:36:Warning: `(:write-image image string)' is a malformed
    function
slime-media.el:10:36:Warning: `(:popup-buffer bufname string mode)' is a
    malformed function
slime-media.el:13:13:Warning: reference to free variable `image'
slime-media.el:14:40:Warning: reference to free variable `string'
slime-media.el:17:46:Warning: reference to free variable `mode'
slime-media.el:18:15:Warning: `t' called as a function

In end of data:
slime-media.el:35:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :slime-dependencies,
    :swank-dependencies, :on-load, destructure-case,
    slime-with-popup-buffer, bufname, t, slime-output-buffer,
    slime-output-target-marker, slime-propertize-region,
    slime-repl-show-maximum-output

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-motd.el at Thu Dec 19 22:08:19 2013
slime-motd.el:11:23:Warning: reference to free variable `slime-motd'
slime-motd.el:11:23:Warning: `:authors' called as a function
slime-motd.el:13:4:Warning: `:license' called as a function
slime-motd.el:14:4:Warning: `:slime-dependencies' called as a function
slime-motd.el:15:24:Warning: reference to free variable `slime-banner'
slime-motd.el:15:24:Warning: `:swank-dependencies' called as a function
slime-motd.el:16:24:Warning: reference to free variable `swank-motd'
slime-motd.el:16:24:Warning: `:on-load' called as a function

In end of data:
slime-motd.el:32:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :slime-dependencies,
    :swank-dependencies, :on-load, slime-eval-async,
    slime-repl-insert-result

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-mrepl.el at Thu Dec 19 22:08:19 2013
slime-mrepl.el:6:23:Warning: reference to free variable `slime-mrepl'
slime-mrepl.el:6:23:Warning: `:authors' called as a function
slime-mrepl.el:8:4:Warning: `:license' called as a function
slime-mrepl.el:9:4:Warning: `:swank-dependencies' called as a function
slime-mrepl.el:10:24:Warning: reference to free variable `swank-mrepl'
slime-mrepl.el:32:1:Warning: `(kbd "RET")' is a malformed function
slime-mrepl.el:32:1:Warning: `[return]' is a malformed function
slime-mrepl.el:32:1:Warning: `(kbd "TAB")' is a malformed function
slime-mrepl.el:32:1:Warning: `(kbd "C-c C-b")' is a malformed function
slime-mrepl.el:32:1:Warning: `(kbd "C-c C-c")' is a malformed function
slime-mrepl.el:45:28:Warning: reference to free variable `listener'
slime-mrepl.el:47:56:Warning: reference to free variable `prompt'
slime-mrepl.el:48:43:Warning: reference to free variable `self'

In slime-mrepl-prompt:
slime-mrepl.el:52:9:Warning: assignment to free variable
    `slime-buffer-package'
slime-mrepl.el:67:25:Warning: reference to free variable `result'
slime-mrepl.el:75:34:Warning: reference to free variable `string'
slime-mrepl.el:84:12:Warning: reference to free variable `mode'

In slime-new-mrepl:
slime-mrepl.el:120:38:Warning: reference to free variable
    `slime-listener-channel-methods'
slime-mrepl.el:124:23:Warning: reference to free variable
    `cl-struct-slime-channel-tags'
slime-mrepl.el:128:17:Warning: assignment to free variable
    `slime-current-thread'
slime-mrepl.el:129:17:Warning: assignment to free variable
    `slime-buffer-connection'

In slime-mrepl:
slime-mrepl.el:141:15:Warning: function `find-if' from cl package called at
    runtime

In end of data:
slime-mrepl.el:149:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :swank-dependencies,
    slime-define-keys, slime-define-channel-type,
    slime-define-channel-method, package, slime-channel-get, result,
    mode, slime-check-connected, slime-input-complete-p,
    inferior-slime-indent-line, slime-send-to-remote-channel,
    slime-make-channel, slime-eval-async, slime-rcurry,
    slime-buffer-name, slime-connection, slime-channel-put,
    slime-channel-send, slime-current-connection,
    def-slime-selector-method, slime-connection-name

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-package-fu.el at Thu Dec 19 22:08:19 2013
slime-package-fu.el:4:23:Warning: reference to free variable
    `slime-package-fu'
slime-package-fu.el:4:23:Warning: `:authors' called as a function
slime-package-fu.el:6:4:Warning: `:license' called as a function
slime-package-fu.el:7:4:Warning: `:swank-dependencies' called as a function
slime-package-fu.el:8:24:Warning: reference to free variable
    `swank-package-fu'
slime-package-fu.el:8:24:Warning: `:on-load' called as a function
slime-package-fu.el:11:34:Warning: reference to free variable `slime-mode-map'
slime-package-fu.el:13:41:Warning: `:on-unload' called as a function
slime-package-fu.el:15:11:Warning: reference to free variable
    `slime-c-p-c-init-undo-stack'
slime-package-fu.el:16:17:Warning: assignment to free variable
    `slime-c-p-c-init-undo-stack'

In slime-package-equal:
slime-package-fu.el:59:37:Warning: function `equalp' from cl package called at
    runtime

In slime-goto-package-source-definition:
slime-package-fu.el:100:57:Warning: reference to free variable `package-file'

In slime-symbol-exported-p:
slime-package-fu.el:159:32:Warning: function `member*' from cl package called
    at runtime

In slime-determine-symbol-style:
slime-package-fu.el:233:21:Warning: function `every' from cl package called at
    runtime
slime-package-fu.el:234:41:Warning: function `every' from cl package called at
    runtime

In end of data:
slime-package-fu.el:300:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :swank-dependencies,
    :on-load, :on-unload, slime-eval, slime-sexp-at-point,
    make-slime-file-location, slime-cl-symbol-name,
    slime-to-lisp-filename, slime-location-p,
    slime-goto-source-location, when-let, package-file,
    slime-in-expression-p, slime-forward-sexp, slime-symbol-at-point,
    slime-end-of-list, slime-beginning-of-list,
    slime-current-package, slime-read-from-minibuffer

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-parse.el at Thu Dec 19 22:08:19 2013
slime-parse.el:2:23:Warning: reference to free variable `slime-parse'
slime-parse.el:2:23:Warning: `:authors' called as a function
slime-parse.el:4:4:Warning: `:license' called as a function
slime-parse.el:124:17:Warning: reference to free variable
    `form-up-to-point\.1'
slime-parse.el:125:19:Warning: reference to free variable `result-form'
slime-parse.el:125:31:Warning: reference to free variable `&optional'
slime-parse.el:125:41:Warning: reference to free variable
    `skip-trailing-test-p'
slime-parse.el:168:13:Warning: reference to free variable `buffer-sexpr'

In slime-definition-at-point:
slime-parse.el:325:45:Warning: `((:defun :defgeneric) symbol)' is a malformed
    function
slime-parse.el:325:45:Warning: `((:defmacro :define-modify-macro) symbol)' is
    a malformed function
slime-parse.el:325:45:Warning: `(:define-compiler-macro symbol)' is a
    malformed function
slime-parse.el:325:45:Warning: `(:defmethod symbol &rest args)' is a malformed
    function
slime-parse.el:325:45:Warning: `((:defparameter :defvar :defconstant) symbol)'
    is a malformed function
slime-parse.el:325:45:Warning: `((:defclass :defstruct) symbol)' is a
    malformed function
slime-parse.el:325:45:Warning: `(:defpackage symbol)' is a malformed function
slime-parse.el:336:27:Warning: reference to free variable `symbol'
slime-parse.el:350:27:Warning: `t' called as a function

In slime-inside-string-p:
slime-parse.el:369:8:Warning: attempt to inline `slime-current-parser-state'
    before it was defined

In slime-inside-comment-p:
slime-parse.el:372:8:Warning: attempt to inline `slime-current-parser-state'
    before it was defined

In slime-inside-string-or-comment-p:
slime-parse.el:375:8:Warning: attempt to inline `slime-current-parser-state'
    before it was defined

In slime-current-form-path:
slime-parse.el:402:4:Warning: attempt to inline `slime-current-parser-state'
    before it was defined
slime-parse.el:402:4:Warning: attempt to inline `slime-current-parser-state'
    before it was defined

In end of data:
slime-parse.el:421:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, slime-forward-cruft,
    slime-end-of-symbol, slime-test-expect, def-slime-test,
    buffer-sexpr, slime-check-top-level, slime-symbol-at-point,
    slime-region-for-defun-at-point, destructure-case, t,
    slime-current-parser-state, slime-forward-sexp

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-presentation-streams.el at Thu Dec 19 22:08:19 2013
slime-presentation-streams.el:2:23:Warning: reference to free variable
    `slime-presentation-streams'
slime-presentation-streams.el:2:23:Warning: `:authors' called as a function
slime-presentation-streams.el:5:4:Warning: `:license' called as a function
slime-presentation-streams.el:8:4:Warning: `:swank-dependencies' called as a
    function
slime-presentation-streams.el:9:24:Warning: reference to free variable
    `swank-presentation-streams'

In end of data:
slime-presentation-streams.el:12:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :swank-dependencies

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-presentations.el at Thu Dec 19 22:08:19 2013
slime-presentations.el:2:23:Warning: reference to free variable
    `slime-presentations'
slime-presentations.el:2:23:Warning: `:authors' called as a function
slime-presentations.el:4:4:Warning: `:license' called as a function
slime-presentations.el:6:4:Warning: `:slime-dependencies' called as a function
slime-presentations.el:7:24:Warning: reference to free variable `slime-repl'
slime-presentations.el:7:24:Warning: `:swank-dependencies' called as a
    function
slime-presentations.el:8:24:Warning: reference to free variable
    `swank-presentations'
slime-presentations.el:8:24:Warning: `:on-load' called as a function
slime-presentations.el:17:10:Warning: assignment to free variable
    `slime-write-string-function'
slime-presentations.el:23:10:Warning: assignment to free variable
    `slime-inspector-insert-ispec-function'
slime-presentations.el:24:10:Warning: assignment to free variable
    `sldb-insert-frame-variable-value-function'

In slime-ensure-presentation-overlay:
slime-presentations.el:146:46:Warning: function `find' from cl package called
    at runtime
slime-presentations.el:155:36:Warning: reference to free variable
    `slime-presentation-map'

In slime-copy-presentation-to-repl:
slime-presentations.el:443:23:Warning: reference to free variable
    `slime-repl-prompt-start-mark'

In slime-menu-choices-for-presentation:
slime-presentations.el:599:25:Warning: function `gensym' from cl package
    called at runtime

In slime-repl-grab-old-output:
slime-presentations.el:693:33:Warning: reference to free variable
    `slime-repl-input-start-mark'

In slime-presentation-init-keymaps:
slime-presentations.el:720:15:Warning: reference to free variable
    `slime-prefix-map'

In slime-presentation-add-easy-menu:
slime-presentations.el:744:48:Warning: reference to free variable
    `slime-mode-map'
slime-presentations.el:745:48:Warning: reference to free variable
    `slime-repl-mode-map'
slime-presentations.el:746:48:Warning: reference to free variable
    `sldb-mode-map'
slime-presentations.el:747:48:Warning: reference to free variable
    `slime-inspector-mode-map'

In slime-dispatch-presentation-event:
slime-presentations.el:755:43:Warning: `(:presentation-start id &optional
    target)' is a malformed function
slime-presentations.el:755:43:Warning: `(:presentation-end id &optional
    target)' is a malformed function
slime-presentations.el:758:40:Warning: reference to free variable `target'
slime-presentations.el:763:6:Warning: `t' called as a function

In slime-presentation-current-input:
slime-presentations.el:788:48:Warning: reference to free variable
    `slime-repl-input-start-mark'

In slime-presentation-on-return-pressed:
slime-presentations.el:793:25:Warning: reference to free variable
    `slime-repl-input-start-mark'
slime-presentations.el:794:33:Warning: reference to free variable
    `end-of-input'

In slime-presentation-on-stream-open:
slime-presentations.el:803:9:Warning: assignment to free variable
    `bridge-destination-insert'
slime-presentations.el:804:9:Warning: assignment to free variable
    `bridge-source-insert'
slime-presentations.el:805:9:Warning: reference to free variable
    `bridge-handlers'
slime-presentations.el:808:16:Warning: assignment to free variable
    `bridge-handlers'

In slime-presentation-inspector-insert-ispec:
slime-presentations.el:823:51:Warning: `(:value string id)' is a malformed
    function
slime-presentations.el:823:51:Warning: `(:label string)' is a malformed
    function
slime-presentations.el:823:51:Warning: `(:action string id)' is a malformed
    function
slime-presentations.el:832:37:Warning: reference to free variable `string'
slime-presentations.el:834:41:Warning: reference to free variable `label'

In slime-presentation-sldb-insert-frame-variable-value:
slime-presentations.el:843:18:Warning: reference to free variable
    `local-value'
slime-presentations.el:844:18:Warning: reference to free variable
    `slime-current-thread'

In end of data:
slime-presentations.el:847:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :slime-dependencies,
    :swank-dependencies, :on-load, slime-add-local-hook,
    slime-face-inheritance-possible-p, slime-output-target-marker,
    slime-insert-indented, slime-eval, slime-eval-async,
    slime-edit-definition-cont, make-slime-xref,
    slime-symbol-at-point, slime-switch-to-output-buffer,
    slime-eval-describe, slime-property-position, slime-init-keymap,
    destructure-case, t, slime-output-buffer,
    slime-propertize-region, slime-repl-show-maximum-output,
    slime-repl-emit, slime-emit-to-target,
    slime-repl-recenter-if-needed, slime-output-filter,
    install-bridge, slime-inspector-fontify,
    slime-insert-propertized, in-sldb-face

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-references.el at Thu Dec 19 22:08:19 2013
slime-references.el:2:23:Warning: reference to free variable
    `slime-references'
slime-references.el:2:23:Warning: `:authors' called as a function
slime-references.el:4:4:Warning: `:license' called as a function
slime-references.el:7:4:Warning: `:on-load' called as a function
slime-references.el:16:10:Warning: assignment to free variable
    `slime-tree-printer'
slime-references.el:12:34:Warning: `:on-unload' called as a function

In slime-insert-reference:
slime-references.el:53:32:Warning: attempt to inline
    `slime-insert-propertized' before it was defined

In slime-tree-print-with-references:
slime-references.el:131:48:Warning: reference to free variable
    `cl-struct-slime-tree-tags'
slime-references.el:132:50:Warning: reference to free variable `note'
slime-references.el:134:32:Warning: reference to free variable `references'

In sldb-maybe-insert-references:
slime-references.el:138:38:Warning: `(:references references)' is a malformed
    function
slime-references.el:140:56:Warning: reference to free variable `references'
slime-references.el:141:6:Warning: `t' called as a function

In end of data:
slime-references.el:143:28:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :on-load, :on-unload,
    slime-insert-propertized, slime-with-rigid-indentation,
    slime-tree-default-printer, when-let, note, references,
    destructure-case, t

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-repl.el at Thu Dec 19 22:08:19 2013
slime-repl.el:18:23:Warning: reference to free variable `slime-repl'
slime-repl.el:18:23:Warning: `:authors' called as a function
slime-repl.el:27:4:Warning: `:license' called as a function
slime-repl.el:28:4:Warning: `:on-load' called as a function
slime-repl.el:31:10:Warning: assignment to free variable
    `slime-find-buffer-package-function'
slime-repl.el:31:10:Warning: `:on-unload' called as a function
slime-repl.el:32:16:Warning: `:swank-dependencies' called as a function
slime-repl.el:33:24:Warning: reference to free variable `swank-repl'
slime-repl.el:118:27:Warning: reference to free variable
    `slime-connection-output-buffer'
slime-repl.el:135:1:Error: No setf-method known for slime-connection-output-buffer

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-sbcl-exts.el at Thu Dec 19 22:08:19 2013
slime-sbcl-exts.el:2:23:Warning: reference to free variable `slime-sbcl-exts'
slime-sbcl-exts.el:2:23:Warning: `:authors' called as a function
slime-sbcl-exts.el:4:4:Warning: `:license' called as a function
slime-sbcl-exts.el:5:4:Warning: `:slime-dependencies' called as a function
slime-sbcl-exts.el:6:24:Warning: reference to free variable `slime-references'
slime-sbcl-exts.el:6:24:Warning: `:swank-dependencies' called as a function
slime-sbcl-exts.el:7:24:Warning: reference to free variable `swank-sbcl-exts'

In end of data:
slime-sbcl-exts.el:33:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :slime-dependencies,
    :swank-dependencies, slime-read-from-minibuffer

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-scheme.el at Thu Dec 19 22:08:19 2013

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-scratch.el at Thu Dec 19 22:08:19 2013
slime-scratch.el:2:23:Warning: reference to free variable `slime-scratch'
slime-scratch.el:2:23:Warning: `:authors' called as a function
slime-scratch.el:4:4:Warning: `:license' called as a function
slime-scratch.el:5:4:Warning: `:on-load' called as a function
slime-scratch.el:41:1:Warning: `"
"' is a malformed function

In end of data:
slime-scratch.el:45:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :on-load,
    def-slime-selector-method, slime-buffer-name, slime-define-keys

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-snapshot.el at Thu Dec 19 22:08:19 2013
slime-snapshot.el:2:23:Warning: reference to free variable `slime-snapshot'
slime-snapshot.el:2:23:Warning: `:authors' called as a function
slime-snapshot.el:4:4:Warning: `:license' called as a function
slime-snapshot.el:5:4:Warning: `:swank-dependencies' called as a function
slime-snapshot.el:6:24:Warning: reference to free variable `swank-snapshot'

In end of data:
slime-snapshot.el:33:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :swank-dependencies,
    slime-eval-with-transcript, slime-net-send, slime-connection

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-sprof.el at Thu Dec 19 22:08:19 2013
slime-sprof.el:2:23:Warning: reference to free variable `slime-sprof'
slime-sprof.el:2:23:Warning: `:authors' called as a function
slime-sprof.el:4:4:Warning: `:license' called as a function
slime-sprof.el:6:4:Warning: `:swank-dependencies' called as a function
slime-sprof.el:7:24:Warning: reference to free variable `swank-sprof'
slime-sprof.el:7:24:Warning: `:on-load' called as a function
slime-sprof.el:11:42:Warning: reference to free variable `slime-easy-menu'
slime-sprof.el:28:49:Warning: reference to free variable `slime-parent-map'
slime-sprof.el:30:1:Warning: `"h"' is a malformed function
slime-sprof.el:30:1:Warning: `"d"' is a malformed function
slime-sprof.el:30:1:Warning: `"g"' is a malformed function
slime-sprof.el:30:1:Warning: `"v"' is a malformed function
slime-sprof.el:30:1:Warning: `"s"' is a malformed function
slime-sprof.el:30:1:Warning: `(kbd "RET")' is a malformed function

In slime-sprof-format:
slime-sprof.el:69:10:Warning: `goto-line' used from Lisp code
That command is designed for interactive use only

In slime-sprof-report:
slime-sprof.el:80:4:Warning: `(slime-buffer-name :sprof)' is a malformed
    function

In slime-sprof-browser-insert-line:
slime-sprof.el:93:46:Warning: attempt to inline `slime-insert-propertized'
    before it was defined

In slime-sprof-abbreviate-name:
slime-sprof.el:115:13:Warning: function `subseq' from cl package called at
    runtime

In slime-sprof-browser-add-expansion:
slime-sprof.el:156:53:Warning: attempt to inline `slime-insert-propertized'
    before it was defined

In slime-sprof-browser-view-source:
slime-sprof.el:214:17:Warning: `(:error message)' is a malformed function
slime-sprof.el:217:14:Warning: reference to free variable `message'
slime-sprof.el:218:14:Warning: `t' called as a function

In end of data:
slime-sprof.el:223:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :swank-dependencies,
    :on-load, slime-define-keys, slime-eval, slime-buffer-name,
    slime-eval-async, slime-with-popup-buffer,
    slime-insert-propertized, slime-eval-describe, destructure-case,
    t, slime-show-source-location

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-tramp.el at Thu Dec 19 22:08:19 2013
slime-tramp.el:2:23:Warning: reference to free variable `slime-tramp'
slime-tramp.el:2:23:Warning: `:authors' called as a function
slime-tramp.el:4:4:Warning: `:license' called as a function
slime-tramp.el:5:4:Warning: `:slime-dependencies' called as a function
slime-tramp.el:6:24:Warning: reference to free variable `tramp'
slime-tramp.el:6:24:Warning: `:on-load' called as a function
slime-tramp.el:8:10:Warning: assignment to free variable
    `slime-to-lisp-filename-function'
slime-tramp.el:9:10:Warning: assignment to free variable
    `slime-from-lisp-filename-function'

In slime-find-filename-translators:
slime-tramp.el:52:29:Warning: function `assoc-if' from cl package called at
    runtime

In slime-make-tramp-file-name:
slime-tramp.el:58:8:Warning: tramp-make-tramp-file-name called with 5
    arguments, but accepts only 4

In end of data:
slime-tramp.el:106:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :slime-dependencies,
    :on-load, slime-connected-p, slime-machine-instance

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-typeout-frame.el at Thu Dec 19 22:08:19 2013
slime-typeout-frame.el:3:23:Warning: reference to free variable
    `slime-typeout-frame'
slime-typeout-frame.el:3:23:Warning: `:authors' called as a function
slime-typeout-frame.el:5:4:Warning: `:license' called as a function
slime-typeout-frame.el:6:4:Warning: `:on-load' called as a function
slime-typeout-frame.el:21:31:Warning: `:on-unload' called as a function

In slime-typeout-autodoc-message:
slime-typeout-frame.el:89:9:Warning: assignment to free variable
    `slime-autodoc-last-message'

In end of data:
slime-typeout-frame.el:99:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, :on-load, :on-unload,
    slime-buffer-name

Compiling file /Users/admin/.emacs.d/elpa/slime-20131116.2359/contrib/slime-xref-browser.el at Thu Dec 19 22:08:19 2013
slime-xref-browser.el:2:23:Warning: reference to free variable
    `slime-xref-browser'
slime-xref-browser.el:2:23:Warning: `:authors' called as a function
slime-xref-browser.el:4:4:Warning: `:license' called as a function

In slime-call-with-browser-setup:
slime-xref-browser.el:40:9:Warning: assignment to free variable
    `slime-buffer-package'

In end of data:
slime-xref-browser.el:98:1:Warning: the following functions are not known to be defined:
    define-slime-contrib, :authors, :license, slime-eval,
    slime-read-symbol-name, slime-buffer-name, slime-current-package,
    slime-read-from-minibuffer, slime-symbol-at-point,
    slime-bogus-completion-alist

真是悲催,慢慢想办法解决好了。

=====更新

换了个20131116的 slime,再次安装,告警信息少了很多,不过还是有问题,如下:

Leaving directory `/Users/admin/.emacs.d/elpa/slime-repl-20100404'

Compiling file /Users/admin/.emacs.d/elpa/slime-repl-20100404/slime-repl-pkg.el at Thu Dec 19 22:30:09 2013
Entering directory `/Users/admin/.emacs.d/elpa/slime-repl-20100404/'

Compiling file /Users/admin/.emacs.d/elpa/slime-repl-20100404/slime-repl.el at Thu Dec 19 22:30:09 2013
slime-repl.el:105:27:Warning: reference to free variable
    `slime-connection-output-buffer'
slime-repl.el:122:1:Error: No setf-method known for slime-connection-output-buffer

Compiling no file at Thu Dec 19 22:30:11 2013
Leaving directory `/Users/admin/.emacs.d/elpa/swank-clojure-1.1.0'

Compiling file /Users/admin/.emacs.d/elpa/swank-clojure-1.1.0/swank-clojure-pkg.el at Thu Dec 19 22:30:11 2013
Entering directory `/Users/admin/.emacs.d/elpa/swank-clojure-1.1.0/'

Compiling file /Users/admin/.emacs.d/elpa/swank-clojure-1.1.0/swank-clojure.el at Thu Dec 19 22:30:11 2013
swank-clojure.el:47:2:Error: Symbol's value as variable is void: slime-fancy





转载于:https://my.oschina.net/freeblues/blog/186090

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值