Re: [O] faster auto-completion suggestions in org-mode

2016-03-22 Thread Jérémie Juste
Hello, The reason why auto-completion with auto-complete-mode is slow might be because of flyspell-mode. Do you use it by default on org-mode by any chance? I tried disabling flyspell-mode and got good results.(Not as fast as pabbrev-mode but fast enough) I also posted an issue here https://gith

Re: [O] faster auto-completion suggestions in org-mode

2016-03-20 Thread Eric S Fraga
On Friday, 18 Mar 2016 at 13:14, Jérémie Juste wrote: > Hello, > > I'm using auto-complete in > org mode but I notice that there is more delay in the completion in > org-mode than in text mode for example. I used to use auto-complete but gave up for ju

[O] faster auto-completion suggestions in org-mode

2016-03-19 Thread Jérémie Juste
Hello, I'm using auto-complete in org mode but I notice that there is more delay in the completion in org-mode than in text mode for example. I tried to customize auto-complete by reducing the delay to a maximum but it didn't improve in org-mode. Do