patch for ecb-analyse-buffer...
=?ks_c_5601-1987?B?ua68usHY?= <[email protected]>
| Newsgroups | gmane.emacs.code-browser |
|---|---|
| Message-ID | <[email protected]> |
when i used ecb-analyse-buffer, i got error message below eieio-default-superclass: Invalid slot name: "#<semantic-analyze-context context>", localvariablesInvalid slot name: "#<semantic-analyze-context context>", localvariables so... i applied the patch below and then it works correctly ****************** 270,276 **** (defmethod ecb-analyse-more-nodes ((context semantic-analyze-context)) "Show a set of ecb-nodes specific to CONTEXT."! (let ((localvars (oref context localvariables))) (when localvars (ecb-analyse-add-nodes "Local Variables" "Local Variables" localvars ecb-analyse-nodetype-localvars)))--- 270,278 ---- (defmethod ecb-analyse-more-nodes ((context semantic-analyze-context)) "Show a set of ecb-nodes specific to CONTEXT."! (let* ((scope (oref context scope))! (localvars (when scope! (oref scope localvar)))) (when localvars (ecb-analyse-add-nodes "Local Variables" "Local Variables" localvars ecb-analyse-nodetype-localvars))) _________________________________________________________________ Ŭ¸¯ ÇѹøÀ¸·Î Àü¼¼°è À̹ÌÁö°¡ °Ë»öµÈ´Ù. http://www.live.com/?scope=images ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ecb-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ecb-list