Questions tagged [semantic]
6 questions
2
votes
0 answers
tabbar-local-mode vs semantic-stickyfunc-mode
When semantic-stickyfunc-mode is activated, the tabbar tabs are not visible.
I would like to write a function that show the tabs 2 seconds and then goes to semantic-stickyfunc-mode.
I tried with this:
(defun timer-local-tabbar-show()
…

djangoliv
- 3,169
- 16
- 31
1
vote
0 answers
Tell semantic to ignore header file
For good or for ill our project has some generated header files that contain binary data
const unsigned char __attribute__ ((aligned(4))) image[238560] = {
0x00, 0x00, 0x00, 0xff, ...
...
}
Which are included to fill certain resources.
Is there…

Greg
- 111
- 2
1
vote
0 answers
Is CEDET/semantic obsolete? How to analyze C code for source transformation tasks?
Reading through some CEDET docs I found that the author herself recommends "to use Semantic only as source of information, and perform names completion using other packages". Does this advice also hold for other tasks? I want to analyze C source and…

Vroomfondel
- 205
- 1
- 7
1
vote
0 answers
Emacs c++ cannot use semantic and company-semantic to complete library function
system: linux mint 18.1
Eamcs version: 25.2
semantic configuration:
(global-semanticdb-minor-mode 1)
(global-semantic-idle-scheduler-mode 1)
(semantic-mode 1)
create a cpp file and include vector,map std library:
But not work for string…

ArlenX
- 11
- 2
0
votes
0 answers
Semantic fails while processing system header
I have Emacs 28.1.90, locally built, with cedet and semantic as built-in packages. However, when i tried turning things on (using semantic for auto-completion with company), i started getting eroors instead.
Here is the backtrace i am…

Srv19
- 479
- 3
- 15
0
votes
1 answer
CEDET semantic-complete-jump customization
When I search through project via semantic-complete-jump and tag is not unique (its defined in multiple places), I must hit to iterate through all possible places. Problem is, I horribly dislike the way how candidate iteration works. For every…

dev1223
- 241
- 1
- 10