From: David Engster <deng@randomsample.de>
To: Chong Yidong <cyd@stupidchicken.com>
Cc: Emacs development discussions <emacs-devel@gnu.org>,
cedet-devel@lists.sourceforge.net
Subject: Re: ede-linux doesn't work with master emacs repo
Date: Wed, 29 Sep 2010 09:43:57 +0200 [thread overview]
Message-ID: <m2mxr19epu.fsf@randomsample.de> (raw)
In-Reply-To: <4CA2A6CC.70504@siege-engine.com> (Eric M. Ludlam's message of "Tue, 28 Sep 2010 22:39:08 -0400")
Eric M. Ludlam writes:
> This seems spooky in that it cannot find "struct a" when it is right
> there in this file. Searches for types, however, generally go through
> the typecache. Does the typecache (from semanticdb-typecache-dump)
> show a in the cache? If it is there, then I'm lost here, and
> debugging the analyzer will need to occur.
It's actually very simple: in semanticdb-typecache-find-default, the
(featurep 'semanticdb)
has to be changed to (featurep 'semantic/db). A quick grep shows that
there are three more:
semantic/fw.el: (if (featurep 'semanticdb-find)
semantic/grammar.el: (and (featurep 'semanticdb)
semantic/imenu.el: (featurep 'semanticdb)
-David
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
next prev parent reply other threads:[~2010-09-29 7:43 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-25 4:03 ede-linux doesn't work with master emacs repo Aneesh Kumar K.V
2010-09-25 19:19 ` Chong Yidong
2010-09-25 21:03 ` Aneesh Kumar K. V
2010-09-25 22:37 ` Eric M. Ludlam
2010-09-25 23:28 ` [CEDET-devel] " Chong Yidong
2010-09-26 2:58 ` Eric M. Ludlam
2010-09-28 14:49 ` [CEDET-devel] " Aneesh Kumar K. V
2010-09-28 16:33 ` Chong Yidong
2010-09-28 21:49 ` Eric M. Ludlam
2010-09-28 23:48 ` [CEDET-devel] " Chong Yidong
2010-09-29 2:39 ` Eric M. Ludlam
2010-09-29 7:43 ` David Engster [this message]
2010-09-29 16:05 ` Chong Yidong
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m2mxr19epu.fsf@randomsample.de \
--to=deng@randomsample.de \
--cc=cedet-devel@lists.sourceforge.net \
--cc=cyd@stupidchicken.com \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.