Problem with semantic
"Pascal Quesseveur" <[email protected]> Tue, 19 Dec 2006 19:35:39 +0100
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
Hello,
That problem is not directly related to jdee but perhaps someone could
help me. From time to time I get the following message while trying to
open a file:
,----
| semantic-tag-get-secondary-overlay: Wrong type argument: listp, \.\.\.
`----
Most of the time when I try again to open the file it works without
error. Sometimes I have to try three or four times before it works.
My config is the following:
- emacs 21.3.1
- cedet 1.0pre3
- jde 2.3.5.1
I have found the following inits in my customize section:
,----
| '(global-semantic-decoration-mode t nil (semantic-decorate-mode))
| '(global-semantic-highlight-edits-mode t nil (semantic-util-modes))
| '(global-semantic-idle-scheduler-mode t nil (semantic-idle))
| '(global-semantic-idle-summary-mode t nil (semantic-idle))
| '(global-semantic-show-unmatched-syntax-mode t nil (semantic-util-modes))
| '(global-semantic-stickyfunc-mode t nil (semantic-util-modes))
| '(global-senator-minor-mode t nil (senator))
| '(semantic-decoration-styles (quote
| (("semantic-decoration-on-protected-members" . t)
| ("semantic-decoration-on-private-members" . t)
| ("semantic-tag-boundary" . t))))
| '(semanticdb-global-mode t nil (semanticdb))
`----
--
Pascal Quesseveur, [email protected]