> Was that the only function you saw missing? You use the plural, but
> that's the only one I've heard problem reports about.

There might have been others, but I don't remember any. I hit that one  
every time I visited a buffer, of course :)

That's where it errored, so I imagine any other undefined functions  
were masked by that one.

I actually see this in the git log:


commit 7feddfd95afd6d1af3b3cbd380b4625ec8bdb186
Author: Phil Hagelberg <technoma...@gmail.com>
Date:   Sat Nov 28 20:48:16 2009 -0800

     swank-clojure-slime-mode-hook must be autoloaded for M-x slime- 
connect.

     Thanks to romanroe for the report.


and that's the version I'm using which now works. The diff from the  
ELPA version to this one is simply:

wheeljack:swank-clojure-1.0 rnewman$ diff swank-clojure-elpa.el swank- 
clojure.el
126a127
 > ;;;###autoload
248a250,259
 > (defun swank-clojure-javadoc (classname)
 >   "Show the javadoc for classname using clojure.contrib.repl-utils/ 
javadoc"
 >   (interactive (list (read-from-minibuffer "Javadoc for: " (slime- 
sexp-at-point))))
 >   (slime-eval
 >    `(swank:eval-and-grab-output
 >      ,(concat "(try
 >        (require 'clojure.contrib.repl-utils)
 >        (@(ns-resolve 'clojure.contrib.repl-utils 'javadoc) "  
classname ")
 >        (catch Throwable t (.getMessage t)))"))))
 >

so perhaps it was an install/compile problem? In the course of  
replacing the source I blew away the .elc, of course.

Thanks,

-R

-- 
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