On Jan 2, 12:18 pm, Shawn Hoover <[email protected]> wrote:
> I believe you're running into the same coding issue that I did with ELPA on
> Windows. slime.el declares in its local variables that it has unix line
> endings, but ELPA's download process is saving it with windows line endings.
>
> Here's the pseudopatch I submitted to ELPA. You can hack up your
> .emacs.d/elpa.package.el and then reinstall those packages.
That did the trick, but now I have another question. How do I set up
additional entries on my classpath now that I've installed via elpa
and moved to 1.1.0?
I used to do something like the following:
(swank-clojure-config
;; ...
(setq swank-clojure-extra-classpaths (list
;; ...
)
)
)
However, swank-clojure-config is no longer recognized.
Mike
--
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