Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
emacsで(継続的に)プロセスを起動する方法はありますか? たとえば、Ruby REPL を想像してみてください。emacs でコマンド "irb" を起動することを期待しています。これは、ある種の分離されたタブまたはバッファーにあるはずです。
Spacemacs の REPL の特定のケースでは、サポートされている言語の 1 つを開始してから、REPL と対話するすべてのコマンドのプレフィックス コマンドをSPC m s i調べることができます。SPC m s
SPC m s i
SPC m s
Can also do M-! to execute a single shell command and output to a new buffer.