[BUG] semanticdb-abstract-table: Wrong type argument: stringp, (("linux_banner" 0 nil (1) nil))
Tu Do <[email protected]>
| Newsgroups | gmane.emacs.cedet |
|---|---|
| Message-ID | <CAOEd9jmTR1ngiSA7reV+766iUVEkK74bbqWS1E8aRwb1d8zOWw@mail.gmail.com> |
Hi list, This happens when cedet encounters the symbol "linux_banner" in linux/printk.h: > extern const char linux_banner[]; Step to reproduce: - add the include directory from linux-3.13.6 source: (semantic-add-system-include "~/linux-3.13.6/include" 'c-mode) (semantic-add-system-include "~/linux-3.13.6/include" 'c++-mode) - in a C source file (i.e. test.c), include <linux/printk.h> - perform semantic-ia-fast-jump to make sure Semantic properly recognizes it. - go back to test.c and add a main function - in the main function, insert character p into the buffer; execute semantic-complete-analyze-inline to get printk - instead of getting a list of candidates, the above error occurs. Thanks. ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Cedet-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cedet-devel