Advertisement
Guest User

errors when installing

a guest
Oct 26th, 2010
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. Compiling file /Users/Muki/.emacs.d/elpa/clojure-mode-1.7.1/clojure-mode-pkg.el at Tue Oct 26 20:49:58 2010
  2. Compiling file /Users/Muki/.emacs.d/elpa/clojure-mode-1.7.1/clojure-mode.el at Tue Oct 26 20:49:58 2010
  3. clojure-mode.el:69:1:Warning: cl package required at runtime
  4.  
  5. In clojure-mode:
  6. clojure-mode.el:179:34:Warning: reference to free variable `paredit-mode'
  7. clojure-mode.el:179:51:Warning: reference to free variable `paredit-version'
  8.  
  9. In clojure-font-lock-extend-region-def:
  10. clojure-mode.el:250:33:Warning: reference to free variable `font-lock-beg'
  11. clojure-mode.el:257:30:Warning: assignment to free variable `font-lock-beg'
  12. clojure-mode.el:258:33:Warning: reference to free variable `font-lock-end'
  13. clojure-mode.el:260:19:Warning: assignment to free variable `font-lock-end'
  14.  
  15. In clojure-font-lock-extend-region-comment:
  16. clojure-mode.el:275:26:Warning: reference to free variable `font-lock-beg'
  17. clojure-mode.el:272:49:Warning: reference to free variable `font-lock-end'
  18. clojure-mode.el:276:17:Warning: assignment to free variable `font-lock-beg'
  19. clojure-mode.el:280:17:Warning: assignment to free variable `font-lock-end'
  20.  
  21. In clojure-indent-function:
  22. clojure-mode.el:538:33:Warning: reference to free variable
  23. `calculate-lisp-indent-last-sexp'
  24.  
  25. In clojure-enable-slime:
  26. clojure-mode.el:712:9:Warning: assignment to free variable
  27. `slime-find-buffer-package-function'
  28.  
  29. In end of data:
  30. clojure-mode.el:734:1:Warning: the following functions are not known to be defined:
  31. imenu--generic-function, inferior-lisp-proc, switch-to-lisp,
  32. slime-mode
  33. Compiling no file at Tue Oct 26 20:50:04 2010
  34. Compiling file /Users/Muki/.emacs.d/elpa/paredit-20/paredit-pkg.el at Tue Oct 26 20:50:04 2010
  35. Compiling file /Users/Muki/.emacs.d/elpa/paredit-20/paredit.el at Tue Oct 26 20:50:04 2010
  36.  
  37. In paredit-recentre-on-sexp:
  38. paredit.el:1365:37:Warning: `goto-line' used from Lisp code
  39. That command is designed for interactive use only
  40. Compiling no file at Tue Oct 26 20:50:07 2010
  41. Compiling file /Users/Muki/.emacs.d/elpa/slime-20100404/slime-pkg.el at Tue Oct 26 20:50:07 2010
  42. Compiling file /Users/Muki/.emacs.d/elpa/slime-20100404/slime.el at Tue Oct 26 20:50:07 2010
  43. slime.el:66:1:Warning: cl package required at runtime
  44.  
  45. In slime-modeline-string:
  46. slime.el:451:31:Warning: reference to free variable `slime-buffer-connection'
  47.  
  48. In slime-read-connection:
  49. slime.el:778:31:Warning: reference to free variable `slime-net-processes'
  50.  
  51. In slime-complete-maybe-restore-window-configuration:
  52. slime.el:3626:20:Warning: `last-command-char' is an obsolete variable (as of
  53. Emacs at least 19.34); use `last-command-event' instead.
  54.  
  55. In slime-display-completion-list:
  56. slime.el:3649:17:Warning: `completion-base-size' is an obsolete variable (as
  57. of Emacs 23.2); use `completion-base-position' instead.
  58.  
  59. In slime-ed:
  60. slime.el:4050:14:Warning: `goto-line' used from Lisp code
  61. That command is designed for interactive use only
  62.  
  63. In slime-hyperspec-lookup:
  64. slime.el:4564:27:Warning: reference to free variable
  65. `common-lisp-hyperspec-symbols'
  66. slime.el:4734:20:Warning: `next-line' used from Lisp code
  67. That command is designed for interactive use only
  68. slime.el:4735:20:Warning: `previous-line' used from Lisp code
  69. That command is designed for interactive use only
  70.  
  71. In slime-next-line/not-add-newlines:
  72. slime.el:4747:10:Warning: `next-line' used from Lisp code
  73. That command is designed for interactive use only
  74.  
  75. In slime-show-xref-buffer:
  76. slime.el:4799:11:Warning: assignment to free variable
  77. `slime-next-location-function'
  78. slime.el:4800:11:Warning: assignment to free variable
  79. `slime-previous-location-function'
  80. slime.el:4801:11:Warning: assignment to free variable `slime-xref-last-buffer'
  81.  
  82. In slime-quit-threads-buffer:
  83. slime.el:6268:9:Warning: assignment to free variable
  84. `slime-thread-index-to-id'
  85.  
  86. In end of data:
  87. slime.el:9163:1:Warning: the following functions are not known to be defined:
  88. slime-current-parser-state,
  89. common-lisp-hyperspec-strip-cl-package, hyperspec-lookup
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement