如何自动化一系列M-x选项?

时间:2013-11-14 13:49:10

标签: emacs

我会给出一个明确的例子。我经常要在连接到我的计算机的设备上启动nrepl会话,并使用以下命令序列:

1. M-x nrepl
2. host: <I write the hostname here>
3. port: <I write the port here>

如何将此序列绑定到我可以键入的一个命令中?

1 个答案:

答案 0 :(得分:2)

f1 f nrepl

nrepl is an interactive autoloaded compiled Lisp function in
`nrepl.el'.

(nrepl HOST PORT)

Connect nrepl to HOST and PORT.

因此(nrepl "0.0.0.0" "3000")可能就是你想要的那种东西。 我没有用它,因为我只使用nrepl-jack-in,或者从最近开始 cider-jack-in