简介:
A known bug in Autocomplete-mode
转载请注明出处。
11.1. Auto completion will not be started in a buffer
Author:yangyingchao, 2011-07-26
A known bug in Autocomplete-mode
转载请注明出处。
今天发现,在 enable 了 flyspell-mode 以后,autocomplete 不能正常工作了, 查了一下,发现是 autocomplete 的一个 known issue.
下面的内容摘自: , 描述了这一问题,并给出了解决方法:
11.1. Auto completion will not be started in a buffer flyspell-mode
enabled
A way of delaying processes of flyspell-mode
disables auto completion. You can avoid this problem by M-x ac-flyspell-workaround
. You can write the following code into your ~/.emacs
.
(ac-flyspell-workaround)
Author:yangyingchao, 2011-07-26