如何使用在global-set-key中发生

时间:2017-02-25 02:06:23

标签: emacs command interactive

我想在fortran中列出子程序和函数。 我认为发生模式看起来很有希望,但每当我想获得列表时,必须将regexp作为参数。 所以,我想为自动列表制作一个键绑定,如下所示

(global-set-key (kbd "<f6>") (lambda () (occur '^[ ]*\(subroutine\|function\)')))

但我收到错误

Wrong type argument: commandp, (lambda nil (occur (quote subroutine)))

我不熟悉Emacs Lisp。此外,如果我可以使用neotree获得此功能,将会很有帮助。

0 个答案:

没有答案