xiaohanyu / oh-my-emacs

[Stopped] Provide an awesome, out-of-box, literate dotemacs for both newbies and nerds.
BSD 3-Clause "New" or "Revised" License
701 stars 141 forks source link

auto-complete-mode not enable, popup too long #164

Closed cuiruodevideo closed 8 years ago

cuiruodevideo commented 8 years ago

toolong auto-complete-mode

syohex commented 8 years ago

You can configure max width of popup by ac-max-width as below.

(setq ac-max-width 0.5)
cuiruodevideo commented 8 years ago

nice, Thank you so much!

cuiruodevideo commented 8 years ago

2015-12-29 17 20 49 [auto-complete-mode not enable] 我在使用elpy的时候又对jedi进行了配置, http://tkf.github.io/emacs-jedi/latest/#manual-install 在我的init.el中加入了这句 (add-hook 'python-mode-hook 'jedi:setup) 导致 auto-complete-mode not enable.

but, i don't kown why.

达到上图的目的我用了company-quickhelp 参考: https://github.com/jorgenschaefer/elpy/issues/459