all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* auto-complete is really fast in emacs-lisp buffers but slow in text-mode buffers
@ 2011-01-26 10:37 Eric S Fraga
  2011-01-26 11:09 ` Eric S Fraga
  0 siblings, 1 reply; 5+ messages in thread
From: Eric S Fraga @ 2011-01-26 10:37 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

I have been using auto-complete 0.2.0 and it works very well generally
but for some reason did not work in org-mode buffers.  I decided to
upgrade to the latest stable version of auto-complete, version 1.3.1.
This new version works in org-mode buffers so I'm happy in this regard.
However, it is very very slow in org-mode and text-mode buffers yet fast
in emacs-lisp buffers.

Does anybody know what could be the cause of the difference in speed?
The settings, as far as I can tell, are global so they should apply to
all buffers equally?

My actual relevant settings are:

--8<---------------cut here---------------start------------->8---
(require 'auto-complete)
(require 'auto-complete-config)
(ac-config-default)
(setq-default
 ac-sources '(
	      ac-source-abbrev
	      ;;ac-source-dictionary
	      ;;ac-source-symbols
	      ac-source-words-in-all-buffer
	      ac-source-words-in-buffer
	      )
 )
(setq
 ac-auto-show-menu 0.1
 ;; ac-auto-start 3
 ac-menu-height 20
 ac-modes (append ac-modes '(org-mode jde-mode latex-mode ledger-mode mail-mode message-mode text-mode))
 )
(global-auto-complete-mode t)
--8<---------------cut here---------------end--------------->8---

Thanks,
eric

-- 
Eric S Fraga (: http://www.homepages.ucl.ac.uk/~ucecesf/ :)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-01-26 15:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-26 10:37 auto-complete is really fast in emacs-lisp buffers but slow in text-mode buffers Eric S Fraga
2011-01-26 11:09 ` Eric S Fraga
2011-01-26 12:20   ` Eric S Fraga
2011-01-26 15:57     ` Stefan Monnier
2011-01-26 12:20   ` SOLVED (was Re: auto-complete is really fast in emacs-lisp buffers but slow in text-mode buffers) Eric S Fraga

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.