all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Semantic Mode: Jump to tag
@ 2014-07-11  8:57 Florian Lindner
  0 siblings, 0 replies; only message in thread
From: Florian Lindner @ 2014-07-11  8:57 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

I have activated semantic-mode on my Emacs 24.3

(semantic-mode 1)
(global-semantic-idle-summary-mode 1)
(global-semantic-idle-completions-mode 1)
(global-semantic-decoration-mode 1)
(global-semantic-stickyfunc-mode 1)

it works so far, it gives decorations.

However completions and summary are working just sometimes. It seems they 
are just working on local tags, nothing included from elsewhere (not even 
tags in classes inherited from).

void A::aaa() { int i }
void A::bbb() { double d}

"C-c , j" (semantic-complete-jump-local) never finds a match when I want to 
jump to aaa or elsewhere when in the same file.

semantic-complete-jump-global mostly works I think. Is there anything I 
forgot to setup?

Thanks,
Florian




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-07-11  8:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-11  8:57 Semantic Mode: Jump to tag Florian Lindner

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.