Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在不破坏语义和自动完成的情况下集成 SCons 和 emacs + cedet?
我认为 cedet 不存在 SCons 集成。但是,手动设置 EDE 项目很容易。
下面给出了 C++ 项目的 lisp 片段。
(ede-cpp-root-project "myProject" :name "myProject" :file "my_project.txt" :include-path '("myproject/include") :system-include-path '("/usr/include/c++/4.5.1" "/usr/include/"))