Well, as I said in previous post, I got stringp error with advice on slime-read-interative-args. My guess is that there is something wrong in (aput 'slime-lisp-implementations 'clojure (list (swank-clojure-cmd) :init 'swank-clojure-init))) in swank- clojure.el
I think I might try to look at it again later. Thanks for comment. On Apr 6, 1:13 pm, ubolonton <[email protected]> wrote: > advice on `slime-read-interactive-arg' is used to add clojure to > `slime-lisp-implementations', and set up classpath each time slime > starts. > This advice is not loaded by default. Other .emacs files use ELPA, > which loads the advice for them. > Without ELPA it's necessary to load the advice using `ad-activate' > after (require 'swank-clojure) > > On Apr 6, 2:23 am, Preecha P <[email protected]> wrote: > > > Tried that, not working. It gave me "Wrong type argument: stringp, > > 126" error in mini buffer. I don't think that's the problem, most > > '.emacs" I saw on internet doesn't use that. > > > On Apr 5, 9:43 pm, ubolonton <[email protected]> wrote: > > > > Maybe you forgot this > > > > (ad-activate 'slime-read-interactive-args) > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. 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 To unsubscribe, reply using "remove me" as the subject.
