I am trying to get auto-completion in emacs for python with cedet -
via tags - without any other tool ( autocomplete.el , etc.. )
Is this possible ? I am getting the error below at the moment. My
init.el is attached. Any link or clue to see how to do it ?
Kind regards.
Loading python...done
Loading wisent-python...
Loading semantic-decorate-include...done
Loading wisent-python...done
Loading ede-cpp-root...done
Loading ede-emacs...done
Loading ede-linux...done
Loading semantic-edit...done
Loading semanticdb-file...done
CTAGS/test.py...
Loading semanticdb-file...done
Idle Parse Error: "#<buffer test.py> - Wrong type argument: stringp, nil"
CTAGS/test.py...
C-c-
Idle Parse Error: "#<buffer test.py> - Wrong type argument: stringp, nil"
Quit
CTAGS/test.py...
C-x-
Idle Parse Error: "#<buffer test.py> - Wrong type argument: stringp, nil"
CTAGS/test.py...
Loading semantic-tag-write...done
CTAGS/test.py...
Loading semantic-tag-write...done
Idle Work Parse Error: "#<buffer test.py> - Wrong type argument: stringp, nil"
|