Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 1
    I think missed a semicolon in your setenv, it should be (setenv "PATH" (concat "C:/MinGW/bin;" (getenv "PATH"))) Commented Sep 25, 2016 at 16:26
  • Hey that worked! Can't figure out why those semicolons are strictly necessary to make it work, though. More importantly, on this SO page, on the selected answer there are no semicolons.On this page semicolons were used but I haven't noticed them. Could you please post an answer along with a note stating why semicolons are necessary in this case? Thanks. Commented Sep 25, 2016 at 17:01