On Thu, Jun 9, 2011 at 8:20 AM, Jeff Dik <s45...@gmail.com> wrote:
> With clojure-mode 1.9.2 and (GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600)
> of 2009-07-30 on SOFT-MJASON) (according to emacs-version), I had to
> change a s-exp on line 848 in clojure-mode.el from
>
>    (expand-file-name clojure-root)
>
> to
>
>    (replace-regexp-in-string "/" "\\\\" (expand-file-name clojure-root) t)
>
> and that resolved the "cannot find the path specified" error for me.

This worked for me!  I recommend this magical change be rolled into
any future version of clojure-mode.

Thanks!

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