I have setup clojure-mode and swank-clojure with emacs on Ubuntu. Everything
has been working great so for, but I ran into a bug today. I am up-to-date
with the latest git commits as of this moment. When I enter "\227" into the
REPL I get a nasty debug message that I don't understand:

Debugger entered: nil
  byte-code("Â  Ä\"    \"‡" [process error debug slime-net-close t "net-read
error: %S"] 3)
  slime-net-read-or-lose(#<process SLIME Lisp>)
  slime-process-available-input(#<process SLIME Lisp>)
  slime-net-filter(#<process SLIME Lisp> "000016(:return (:ok nil) 10)")
  recursive-edit()
  byte-code("Æ     @Ç=ƒ!

My .emacs looks like:

;;;;
;;;; Clojure mode
;;;;
(add-to-list 'load-path "/home/pstadig/.emacs.d/clojure-mode")
(add-to-list 'load-path "/home/pstadig/.emacs.d/swank-clojure")
(setq swank-clojure-jar-path
"/home/pstadig/.emacs.d/clojure/target/clojure-lang-1.0-SNAPSHOT.jar")
(setq swank-clojure-extra-classpaths (list
"/home/pstadig/.emacs.d/clojure-contrib/src" "/home/pstadig/src/clojure"
"/home/pstadig/stocks/src/clojure" "/usr/share/java/jericho-html.jar"))
(require 'clojure-mode)
(require 'clojure-auto)
(require 'swank-clojure-autoload)

I wish I could be of some more specific help, but I don't know anything
about tracking down bugs with emacs modes and slime, etc., etc. I can say
that this behavior does not occur when I run the REPL outside of emacs, so
it seems (obviously) to be an issue with the communication between emacs and
clojure. Let me know if there is any additional information that would be
helpful, or if this is a user error.

Thanks,
Paul

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to