all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jonathan Marchand <jonathlela@gmail.com>
To: 6231@debbugs.gnu.org
Subject: bug#6231: ede-cpp-root-projects spp table is not taken into account by semantic in cedet
Date: Wed, 26 May 2010 19:50:21 +0200	[thread overview]
Message-ID: <20100526175021.GA10248@loria.fr> (raw)
In-Reply-To: <20100520140330.GD13702@loria.fr>


[-- Attachment #1.1: Type: text/plain, Size: 482 bytes --]

After some more striving to make it work, I find that the misfunction
was my deed for the second part.  The only bug is what I've reported in
the first part, ie, the mis-translation from original cedet to the emacs
build one. I provide a awesome patch to fix this bug (I've firstly check
the bazaar rep to make it sure this was not already solved, but the bug
is still on).

Please fix this bug, so that people can finally use cedet with c-cpp
project.

Regards,

Jonathan Marchand

[-- Attachment #1.2: patch-cedet --]
[-- Type: text/plain, Size: 560 bytes --]

=== modified file 'lisp/cedet/ede/cpp-root.el'
--- lisp/cedet/ede/cpp-root.el	2010-01-16 02:51:50 +0000
+++ lisp/cedet/ede/cpp-root.el	2010-05-26 15:44:32 +0000
@@ -467,7 +467,7 @@
   "Set variables local to PROJECT in BUFFER.
 Also set up the lexical preprocessor map."
   (call-next-method)
-  (when (and (featurep 'semantic/c) (featurep 'semantic/lex-spp))
+  (when (and (featurep 'semantic/bovine/c) (featurep 'semantic/lex-spp))
     (setq semantic-lex-spp-project-macro-symbol-obarray
 	  (semantic-lex-make-spp-table (oref project spp-table)))
     ))


[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

  parent reply	other threads:[~2010-05-26 17:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-20 14:03 bug#6231: 23.2; ede-cpp-root-projects spp table is not taken into account by semantic in cedet Jonathan Marchand
2010-05-24 11:53 ` Jonathan Marchand
2010-05-26 17:50 ` Jonathan Marchand [this message]
2010-05-31 20:31   ` bug#6231: " Stefan Monnier

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=20100526175021.GA10248@loria.fr \
    --to=jonathlela@gmail.com \
    --cc=6231@debbugs.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.