Results 27 comments of Preetpal Sohal

*This following comment was based on the belief that Emacs 26 would allow multiple threads to execute at once (this is not the case). See discussion following https://github.com/jwiegley/emacs-async/issues/97#issuecomment-365859069.* @astahlman I'm...

@astahlman Maybe there is a simple way to do with this tee. See http://man7.org/linux/man-pages/man1/tee.1.html ; it is available on Windows as well (there might be ways to do this natively...

This should not happen. I am using this library without any issues on Windows.

What version of Emacs are you using on Windows? For your reference, I am using **GNU Emacs 25.2.1 (x86_64-w64-mingw32) of 2017-05-13** (`M-x version`) installed via [msys2](https://github.com/msys2/msys2) (`pacman -S mingw-w64-x86_64-emacs`) and...

@shackra Do you still have problems if you don't use the Fira Code font? Does it work if you execute the following lines of code in Emacs (this is my...

Also make sure you are able to see the fonts you installed for *all-the-icons* in the fonts selection menu (Options -> Set Default Font...).

Try executing the following Emacs Lisp interactively (it works for me): ``` emacs lisp (insert (all-the-icons-wicon "tornado")) ```

I am not to sure what's going on, but I would recommend disabling your configuration `emacs --no-init`, and then manually requiring the *all-the-icons* library and trying the interactive insert again...

@rubyFeedback I would recommend a tool called [uru](https://bitbucket.org/jonforums/uru/src/master/) for managing Ruby versions on Windows. It's useful if you have multiple projects but want to migrate them between Ruby versions (it's...

This issue is solved with the latest release. ``` C:\Users\me>gem install rugged Fetching rugged-0.99.0.gem Temporarily enhancing PATH for MSYS/MINGW... Installing required msys2 packages: mingw-w64-x86_64-libssh2 warning: mingw-w64-x86_64-libssh2-1.9.0-1 is up to date...