Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Troubles with log4slime #30

Open
tmccombs opened this issue Mar 17, 2015 · 2 comments
Open

Troubles with log4slime #30

tmccombs opened this issue Mar 17, 2015 · 2 comments

Comments

@tmccombs
Copy link

When I add log4slime to my emacs config, I have the following problems:

When I start slime I get a bunch of errors:

WARNING: SWANK-LOADER also exports the following symbols:
  (SWANK-LOADER:*FASL-DIRECTORY* SWANK-LOADER:DUMP-IMAGE SWANK-LOADER:INIT SWANK-LOADER:*SOURCE-DIRECTORY*)
See also:
  The ANSI Standard, Macro DEFPACKAGE
  The SBCL Manual, Variable SB-EXT:*ON-PACKAGE-VARIANCE*
STYLE-WARNING: redefining SWANK-LOADER::Q in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::LISP-VERSION-STRING in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::UNIQUE-DIR-NAME in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::FILE-NEWER-P in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::SLIME-VERSION-STRING in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::DEFAULT-FASL-DIR in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::BINARY-PATHNAME in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::HANDLE-SWANK-LOAD-ERROR in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::COMPILE-FILES in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::LOAD-USER-INIT-FILE in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::LOAD-SITE-INIT-FILE in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::SRC-FILES in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::APPEND-DIR in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::CONTRIB-DIR in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::LOAD-SWANK in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::DELETE-STALE-CONTRIB-FASL-FILES in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::COMPILE-CONTRIBS in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::LOADUP in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::SETUP in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::STRING-STARTS-WITH in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::LIST-SWANK-PACKAGES in DEFUN
STYLE-WARNING: redefining SWANK-LOADER::DELETE-PACKAGES in DEFUN
STYLE-WARNING: redefining SWANK-LOADER:INIT in DEFUN
STYLE-WARNING: redefining SWANK-LOADER:DUMP-IMAGE in DEFUN
WARNING: Not reloading SWANK.  Package already exists.

And I don't get any syntax highlighting/fontification.

Does the load command need to be in a specific place in my emacs configuration?

@tmccombs
Copy link
Author

The colors problem was actually caused by rainbow-delimiters being loaded by Prelude. I still don't know how to fix the style warnings though.

@Ferada
Copy link

Ferada commented Mar 23, 2015

Generally by not reloading the swank-loader.lisp file; but the redefinition warnings aren't bad, there's really nothing broken there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants