当我在 Powershell 中做显而易见的事情时:
Start-Process "C:\bin\emacs-23.3\bin\emacs.exe" -ArgumentList "-nw"
然后 emacs 加载一个新的“cmd.exe”终端,在该终端中它处于终端模式,而不是在 Powershell 中以终端模式启动。如何在现有 Powershell 终端中以终端模式启动 emacs?
powershell emacs
emacs ×1
powershell ×1