10

I'm running Emacs 23.3.1 with CEDET 1.1. The command semantic-complete-jump-local always returns "No Match" while semantic-complete-jump works fine.

I looked into the semantic-complete.el but my knowledge of elisp is not good enough to understand what's happening...

tshepang
  • 12,111
  • 21
  • 91
  • 136
daole
  • 183
  • 10
  • Try running semantic-analyze-current-context and then semantic-complete-jump-local. It's possible the problem is that what you're trying to jump to, is not local to the current buffer. If that's the case then semantic-complete-jump is the one you should call. – xmonk Apr 01 '13 at 18:47
  • Do you still see the same problem? @xmonk I followed your guidance, and am still experiencing the same issue. – tshepang Aug 23 '13 at 12:20
  • 1
    I'm no longer running Emacs 23.3.1 I'm running 24.3.50.1 with CEDET version 2.0, and I don't have that issue. In what programming language are you seeing the issue? It's possible that support for that language is incomplete or lacking in your version. – xmonk Aug 27 '13 at 01:57
  • 1
    Use `helm-semantic` instead. It's probably better anyway. – abo-abo Jan 14 '14 at 14:04
  • @xmonk happens with C, C++, and Python. Haven't tried anything else. – tshepang Mar 06 '14 at 20:32
  • Out of curiosity, what is wrong with just using `semantic-complete-jump`? – PythonNut May 05 '14 at 04:36
  • @PythonNut Nothing wrong with it per se, but if the functionality for a local jump is offered by `semantic`, you should be able to use it if you want to. – Thomas Nov 17 '16 at 09:54

0 Answers0