Re: Need help setting up Emacs for Clojure on Windows 8

2015-10-27 Thread Bozhidar Batsov
I guess it won't hurt if we added a few more pointers for Windows users. Lars, you're using Windows occasionally, right? I guess you can write a few paragraphs in the README about the common problems people might run into on Windows. On 27 October 2015 at 02:02, Tina Ramsey wrote: > That Reddit

Re: Need help setting up Emacs for Clojure on Windows 8

2015-10-26 Thread Tina Ramsey
That Reddit post did help, thanks. I have a HOME environment variable set up on Windows so I can use ~ anywhere, so that wasn't the problem, but when I opened my clojure project and ran M-x cider-jack-in it opened the repl. I guess the configs did run properly, even though I didn't get any indi

Re: Need help setting up Emacs for Clojure on Windows 8

2015-10-26 Thread David Powell
(There shouldn't actually be any problem using ~ from within emacs in Windows though - emacs will automatically handle it - I do it all the time. It is probably related to emacs using "C:\Users\jason\AppData\Roaming" as its home directory though.) On Mon, Oct 26, 2015 at 6:09 PM, Daniel Higginbot

Re: Need help setting up Emacs for Clojure on Windows 8

2015-10-26 Thread Daniel Higginbotham
Sorry you're having trouble! Does this help? https://www.reddit.com/r/Clojure/comments/3pn3fo/clojure_for_the_brave_and_true_updated_to_match/cw8h8qy On Monday, October 26, 2015 at 1:56:15 PM UTC-4, Tina Ramsey wrote: > > I'm trying to follow the *Clojure for the Brave and True* instructions >