We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
avy-migemo-goto-char-2
最新の avy ( abo-abo/avy@e92cb37 ) では動作しませんでした。
Debugger entered--Lisp error: (wrong-number-of-arguments (2 . 4) 5) avy--generic-jump("\\(a\\s-*v\\|av\\)" nil at-full nil nil) avy-migemo-goto-char-2(97 118 nil nil nil) funcall-interactively(avy-migemo-goto-char-2 97 118 nil nil nil) command-execute(avy-migemo-goto-char-2 record) counsel-M-x-action("avy-migemo-goto-char-2") ivy-call() ivy-read("M-x " ("toggle-debug-on-error" "debug" "doom/bump-module" "doom/upgrade" "ranger" "mc/insert-numbers" "mc/insert-letters" "menu-set-font" "lsp!" "woman" "list-fontsets" "describe-fontset" "add-dir-local-variable" "magit-blame-echo" "xclip-mode" "lsp-install-server" "projectile-replace" "deer" "markdown-mode" "writeroom-mode" "display-fill-column-indicator-mode" "rainbow-mode" "markdown-insert-table" "rainbow-delimiters-mode" "+python/open-jupyter-repl" "dash-docs-install-user-docset" "web-mode" "verilog-mode" "mixed-pitch-mode" "conf-windows-mode" "jupyter-connect-repl" "dash-docs-install-docset" "all-the-icons-install-fonts" "+lsp-lookup-definition-handler" "r-mode" "org-mode" "quickrun" "conf-mode" "grip-mode" "json-mode" "ess-r-mode" "doom/reload" "vc-annotate" "doom/restart" "ranger-enable" "conf-toml-mode" "conf-colon-mode" "+treemacs/toggle" "conf-xdefaults-mode" "avy-migemo-goto-char" ...) :predicate counsel--M-x-externs-predicate :require-match t :history counsel-M-x-history :action counsel-M-x-action :keymap (keymap (67108908 . counsel--info-lookup-symbol) (67108910 . counsel-find-symbol)) :initial-input nil :caller counsel-M-x) counsel-M-x() funcall-interactively(counsel-M-x) command-execute(counsel-M-x)
avy 0.5.0 で avy--generic-jump が avy-jump に置き換えられたためだと思われます。
avy--generic-jump
avy-jump
New API function to replace el:avy–generic-jump. See #265, #267. https://github.com/abo-abo/avy/blob/e92cb37457b43336b765630dbfbea8ba4be601fa/doc/Changelog.org
New API function to replace el:avy–generic-jump. See #265, #267.
https://github.com/abo-abo/avy/blob/e92cb37457b43336b765630dbfbea8ba4be601fa/doc/Changelog.org
The text was updated successfully, but these errors were encountered:
No branches or pull requests
最新の avy ( abo-abo/avy@e92cb37 ) では動作しませんでした。
avy 0.5.0 で
avy--generic-jump
がavy-jump
に置き換えられたためだと思われます。The text was updated successfully, but these errors were encountered: