Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

emacs powershell versus powershell-mode [closed]

I would like to use PowerShell inside my emacs, and I am interested in my options. Trying M-x package-install RET powershell TAB shows two options: powershell and powershell-mode. How do these packages compare? How do they compare to powershell.el?

The following resources were very helpful, but they do not answer my question: http://www.emacswiki.org/emacs/PowerShell

http://blogs.msdn.com/b/dotnetinterop/archive/2008/04/10/run-powershell-as-a-shell-within-emacs.aspx

Can I use PowerShell in shell-mode for Emacs?

I am on Emacs 24.3 with Windows 7.

like image 298
modulitos Avatar asked Jul 02 '14 07:07

modulitos


2 Answers

Essentially, both of these are incomplete in some aspects, and both are apparently unmaintained.

Instead, use powershell.el. It is on MELPA, available for installation with M-x package-install RET powershell.

like image 191
lunaryorn Avatar answered Oct 17 '22 06:10

lunaryorn


Enter the default shell (via M-x shell) and then type "powershell" at the command prompt. You're now running PowerShell inside cmd.exe inside EMACS. #workaround

Is there anything specific you want to use PowerShell for that you can't do in eshell?

like image 32
Earl Zedd Avatar answered Oct 17 '22 07:10

Earl Zedd