ac-cider
ac-cider copied to clipboard
Popup display error
as the image above, when I finished the input,the popup don't disappear!! and it displayed error.
Popup in Emacs is pretty unreliable thing. How often does this happen?
nearly every time. when I restart the emacs ,it works fine for only a short time.Then it goes wrong.
Only in the REPL buffer, or in the code buffer too? With or without the selection menu, or it doesn't matter? Please give exact steps to reproduce this.
Both in the REPL and code buffer.the selection menu doesn't matter.just type the codes in the REPL buffer or code buffer ,then the selecition menu and the doc popup appear,and the bug may come. i get cider and ac-cider from "stable-melpa". I put the following codes in my ~/.emacs.d/init.el : ;;auto-complete (require 'auto-complete-config) (setq ac-delay 0.0) (setq ac-use-quick-help t) (setq ac-quick-help-delay 0.5) (ac-config-default)
;;ac-cider (require 'ac-cider) (add-hook 'cider-mode-hook 'ac-flyspell-workaround) (add-hook 'cider-mode-hook 'ac-cider-setup) (add-hook 'cider-repl-mode-hook 'ac-cider-setup) (eval-after-load "auto-complete" '(add-to-list 'ac-modes 'cider-mode))
(defun set-auto-complete-as-completion-at-point-function () (setq completion-at-point-functions '(auto-complete))) (add-hook 'auto-complete-mode-hook 'set-auto-complete-as-completion-at-point-function) (add-hook 'cider-repl-mode-hook 'set-auto-complete-as-completion-at-point-function) (add-hook 'cider-mode-hook 'set-auto-complete-as-completion-at-point-function)
I had similar issues with the Emacs that comes with Ubuntu (24.3 I think) and just compiled Emacs from source and things work fine. It's probably worth the effort to compile Emacs from source. HTH
autogenerated with https://github.com/MalloZup/doghub: issue inactive since 450 days. Please update the issue or close it