Re: [cedet-semantic] Error with Python
Brought to you by:
zappo
|
From: Eric M. L. <er...@si...> - 2011-04-21 01:41:14
|
On 04/20/2011 07:10 PM, Xaver Gerster wrote: > Hi, > > I've to occasionally do some Python coding, however when using emacs with > semantic/cedet in the init.el I get continuous error messages, once I start > working on a *.py file: > > Idle Parse Error: "#<buffer test.py> - Wrong type argument: stringp, nil" > Idle Service Error semantic-idle-local-symbol-highlight-idle-function: "#<buffer > test.py> - Wrong type argument: stringp, nil" > Idle Work Parse Neighboring Files: "#<buffer test.py> - Wrong type argument: > stringp, (lambda (f) t)" > > Any clues where this might come from and how to get rid of it? I'm going to take a wild guess you have an old Emacs, where the 'recentf' exclude list only takes file names, and not functions. An emacs that old would have a range of other failure modes too. I guess this based on (lambda (f) t) which only occurs as a recentf exclusion hack in semantic-find-file-noselect. Eric |