On Wed, Jun 8, 2011 at 8:36 PM, Mark Engelberg <mark.engelb...@gmail.com> wrote: > It's been a couple of weeks, so I thought I'd check in and see whether > anyone has yet been successful at using the new clojure-jack-in > process on Windows. Did the 1.9.2 release successfully resolve the > "cannot find the path specified" error for anyone else?
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. Many thanks to Phil & all for their work on this! Hope that helps, Jeff > > Thanks, > > Mark > > On Mon, May 30, 2011 at 3:10 PM, Mark Engelberg > <mark.engelb...@gmail.com> wrote: >> The package installer saw the 1.9.2 release, which I installed. I'm >> still getting the "cannot find the path specified" error though. >> >> Thanks for all the help you all have provided so far; let me know if >> you have any other ideas for me to try. >> >> Thanks, >> >> Mark >> > > -- > 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 -- 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