http://cedet.sourceforge.net/にある情報と Alex Ott の記事 (http://alexott.net/en/writings/emacs-devenv/EmacsCedet ) を使用して、CEDET 1.1 で Emacs(v 23.3) をセットアップしました。.html)
init.el ファイルに関して、ほとんどのねじれをリンクに解決しました。
さて、問題です。私は自分で TAGS をビルドしているので、プロジェクトのルートに TAGS ファイルがあります。ただし、セマンティックは次のエラーでそのファイルと barfs を使用したくないようです:
Source file `/users/lshvarts/.emacs.d/cedet-1.1/semantic/ctags/semantic-ectag-util.el' newer than byte-compiled file
Exuberent CTags not found. Found ctags that comes with Emacs
semantic-ectag-test-version: Exuberent CTags not found. Use M-x semantic-ectag-version RET
Exuberent CTags not found. Use M-x semantic-ectag-version RET
Exuberent CTags not found. Found ctags that comes with Emacs
私が持っている Etag は最新バージョンではないかもしれませんが、なぜ Etag が明らかにそれを拒否するのか不思議です。
boxy:92> etags --version
etags (GNU Emacs 20.7)
Copyright (C) 1996 Free Software Foundation, Inc. and Ken Arnold
This program is distributed under the same terms as Emacs
boxy:93>
ヘルプ/洞察をいただければ幸いです。