求教:No such action ‘helm-swoop--edit’ for this source ,

为什么我C-c C-e的时候,会报那个错误呢.

M-x toggle-debug-on-err

Debugger entered–Lisp error: (cl-assertion-failed ((or (eq action actions) (byte-code-function-p action) (and (listp action) (functionp action)) (rassq action actions)) “No such action %s' for this source")) cl--assertion-failed((or (eq action actions) (byte-code-function-p action) (and (listp action) (functionp action)) (rassq action actions)) "No such action%s’ for this source” nil (helm-swoop–edit)) helm-exit-and-execute-action(helm-swoop–edit) helm-swoop-edit() funcall-interactively(helm-swoop-edit) call-interactively(helm-swoop-edit nil nil) command-execute(helm-swoop-edit)

可是看不懂呀:disappointed_relieved:

你需要按照带有 helm-swoop-edit 这个 source 的插件, google 和 github 就很容易搜索后解决

没看明白,带有这个source的插件是指支持这个函数的插件吗,那也太难找了

这是啥? https://github.com/ShingoFukuyama/helm-swoop/blob/c66336b8245ddc51c4206f19c119f1081920985c/helm-swoop.el#L964

这种没有定义的, 都很容易搜索到

太愚钝了我:disappointed_relieved:, 我装了helm-swoop,有这个函数,也能运行.但是就是不行

今天也碰到这个问题了。helm-swoop好久没有维护了,所以不兼容helm后来做的一些改动。 见 Cannot enter edit mode · Issue #133 · emacsorphanage/helm-swoop · GitHub