小编der*_*tes的帖子

你如何找到当前运行的函数的名称:current-function,this-function,current-defun,this-defun

我试图动态地找到当前运行的函数(this-function)的名称ie

  (defun my-func ()
      (remove-hook 'some-hook this-function)
      (do-something))

elisp

2
推荐指数
1
解决办法
263
查看次数

标签 统计

elisp ×1