help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TAGS for multiply project.


From: Oleksandr Gavenko
Subject: Re: TAGS for multiply project.
Date: Fri, 23 Jul 2010 22:36:38 +0300
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0

On 2010-07-23 1:28, Andrea Crotti wrote:

[...]

Well I think that with semantic you could get something like this.
In C for example once you set up correctly your include path then you
can jump to the definition of anything you want from whatever symbol...

Thx for replay. I try use Semantic.

I like some it feture, so put into .emacs:

  (semantic-mode 1)
  (global-semantic-idle-summary-mode 1)
  (global-semantic-highlight-func-mode 1)

I have 2 question about semantic.

How can a go back after "C-c , J"  (semantic-complete-jump)
like "M-*" (pop-tag-mark) for TAGS?

How can I tell where lies system header, so I can see
identifier types by 'global-semantic-idle-summary-mode' and
jump to definition by 'semantic-complete-jump'?

I try:

  (mapc (lambda (item) (semantic-add-system-include item))
      '(
        "C:/Program Files/Microsoft Visual Studio 9.0/VC/ATLMFC/INCLUDE"
        "C:/Program Files/Microsoft Visual Studio 9.0/VC/INCLUDE"
        "C:/Program Files/Microsoft SDKs/Windows/v6.1/include"
        ))

but seems this must be evaluated per buffer (not work globally).

--
Best regards!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]