I'm unable to compile a file via the C-c C-k and C-c M-x key bindings on
both ClojureBox (1.2) on Windows and on Emacs on Fedora 12.  However, I can
compile as expected from the slime-repl.  Also, I'm unable to list the
callers of a function via C-c C-w c on Fedora 12.
This is my configuration on Fedora 12:
-Emacs packages from ELPA: slime 20100404, slime-repl 20100404, clojure-mode
1.7.1
-running swank process from swank-clojure 1.2.1, launched via the 'lein
swank' command.

1) messages in the *Messages* buffer, after doing C-c C-k: (occurs on
ClojureBox and Fedora 12)

Compiling
/home/jonathan/swdev/clojure/testproject/src/samples/testdest.clj...
Compilation finished. (No warnings)  [0.05 secs]
Highlighting notes...
Compilation finished. (No warnings)  [0.05 secs]
Preparing compilation log...
Compilation finished. (No warnings)  [0.05 secs]
Fontifying *SLIME Compilation*...
(regexps.......................................................)
Compilation finished. (No warnings)  [0.05 secs]

2) messages in the *Messages* buffer, after doing C-c M-k: (occurs on
ClojureBox and Fedora 12)

Compiling
/home/jonathan/swdev/clojure/testproject/src/samples/testdest.clj...
Compilation failed. (No warnings)
Highlighting notes...
Compilation failed. (No warnings)
Preparing compilation log...
Compilation failed. (No warnings)
Fontifying *SLIME Compilation*...
(regexps.......................................................)
Compilation failed. (No warnings)

3) messages in the *Messages* buffer, after doing C-c C-w c: (doesn't occur
on ClojureBox)

error in process filter: slime-insert-xrefs: Wrong type argument:
char-or-string-p, nil
error in process filter: Wrong type argument: char-or-string-p, nil


I'm entering the Clojure world with a Java background and no emacs
experience.  So I'm probably making a 'newbie' mistake.

Thanks in Advance for your help,
Jonathan

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to