Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Popup display error #25

Open
cranehuang opened this issue Nov 16, 2014 · 6 comments
Open

Popup display error #25

cranehuang opened this issue Nov 16, 2014 · 6 comments

Comments

@cranehuang
Copy link

2014-11-16 22 49 05

as the image above, when I finished the input,the popup don't disappear!! and it displayed error.

@alexander-yakushev
Copy link
Member

Popup in Emacs is pretty unreliable thing. How often does this happen?

@cranehuang
Copy link
Author

nearly every time. when I restart the emacs ,it works fine for only a short time.Then it goes wrong.

@alexander-yakushev
Copy link
Member

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.

@cranehuang
Copy link
Author

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)

@hura
Copy link

hura commented Apr 2, 2015

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

@MalloZup
Copy link

MalloZup commented Aug 5, 2019

autogenerated with https://github.com/MalloZup/doghub: issue inactive since 450 days. Please update the issue or close it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants