emacs-playground icon indicating copy to clipboard operation
emacs-playground copied to clipboard

Generating shell scripts in Windows

Open akirak opened this issue 7 years ago • 2 comments

As pointed out in this thread, Playground seems to require a tweak in order to make it run on Windows. I don't have a Windows machine, and I didn't consider support for Windows in the beginning, but the adaptation itself doesn't look difficult.

To investigate how Emacs runs on Windows, I tried to install cygwin onto Wine, but somehow it failed to install. Nor did I understand how to install the GNU version of Windows onto Wine. I am currently downloading a Windows VM image for testing. I will work on this issue later.

akirak avatar Feb 01 '18 16:02 akirak

See (emacs) Find Init and the last few paragraphs of (emacs) Minibuffer File.

basil-conto avatar Feb 03 '18 10:02 basil-conto

Thank you for your information, @basil-conto.

Actually, Playground seems to work even for Windows. I've tried the GNU version on Windows 7 (the VM image with IE8), and playground-checkout command successfully starts another Emacs instance. Emacs for Windows correctly expands ~USER path as in UNIX platforms (see this gist. It cannot generate shell scripts though, because Windows doesn't have a shell.

akirak avatar Feb 03 '18 12:02 akirak