9 Jul 2008 07:39
Warning: The tag-visit-function `ecb-tag-visit-smart-tag-start' moves point outside of tag
Dan Kruchinin <just.asgard <at> gmail.com>
2008-07-09 05:39:28 GMT
2008-07-09 05:39:28 GMT
Hi all.
After building last version of ecb from cvs I get "Warning: The tag-visit-function
`ecb-tag-visit-smart-tag-start' moves point outside of tag - ignored"
when I jump from ecb frame to the "variable" in current buffer(only when "variable" is a *macro*).
For example I have the following code:
===
#include <stdio.h>
#define TMP 1
int main(void)
{
return 0;
}
===
I get mentioned above warning exactly after ecb-jump-to-tag function(with TMP tag as an argument) was called.
emacs version: GNU Emacs 23.0.60.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.12.10)
CEDET Version: 1.0pre5
Backtrace:
===
Debugger entered--Lisp error: (wrong-type-argument symbolp [object ecb-dlist-node "node" [object
ecb-dlist-node "node" [object ecb-dlist-node "node" [object ecb-dlist-node "node" nil #3 [object
ecb-nav-history-item "First item" 0 0]] #2 [object ecb-nav-tag-history-item "main" 638 -35 #<buffer
tmp.c> #<marker at 36 in tmp.c> #<marker at 68 in tmp.c> "main" nil]] #1 [object
ecb-nav-tag-history-item "TMP" 7 -28 #<buffer tmp.c> #<marker at 29 in tmp.c> #<marker at 32 in tmp.c>
"TMP" nil]] nil [object ecb-nav-tag-history-item "TMP" 0 0 #<buffer tmp.c> #<marker at 29 in tmp.c>
#<marker at 32 in tmp.c> "TMP" nil]])
(Continue reading)
RSS Feed