all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* problem: how to disable project files from semantic autocomplete.
@ 2014-04-21 10:58 Paul K
  0 siblings, 0 replies; 2+ messages in thread
From: Paul K @ 2014-04-21 10:58 UTC (permalink / raw)
  To: help-gnu-emacs

Hallo Group.

I'm working with large C++ project where cedet freezes for a very long time
at autocompletion.
What I really require from cedet/semantic is to autocomplete from linux
system libraries, ie it does not have to complete from project C++ files.

Thus my idea is to remove `project' from throttle:

(setq semanticdb-find-default-throttle '(unloaded system recursive))

Unfortunatelly it does not do the job, ie. my project C++ files are still
parsed/searched at auto completion thus auto completion time is very long.

Some env details:

emacs-version is a variable defined in `C source code'.
Its value is "24.3.1"

auto-complete is an installed package.
    Version: 20140414.2324

cedet-version is a variable defined in `cedet.el'.
Its value is "2.0"

my C++ project file:
semanticdb-find-default-throttle is a variable defined in `db-find.el'.
Its value is (local unloaded system recursive)


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

end of thread, other threads:[~2014-04-21 11:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.19983.1398077907.10748.help-gnu-emacs@gnu.org>
2014-04-21 11:14 ` problem: how to disable project files from semantic autocomplete Emanuel Berg
2014-04-21 10:58 Paul K

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.