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.
semantic-ia-fast-jumpCEDETを使用すると、次のエラー メッセージが表示されます。
semantic-ia-fast-jump
Lisp nesting exceeds 'max-lisp-eval-depth'.
これは C プロジェクト用です。GTAGS と CEDET を併用しています。
それはおそらく、どこかで、コードが無限ループ (eval,apply) に向かっていることを意味します。IIUC Emacs では、(デフォルトで) 約 600 という予防的な制限を設けています。
できることは2つ。1 つは、その変数の制限を増やして再試行することです。
どこでどの機能がそれを引き起こしているかを調査します。 (setq debug-on-error t)
(setq debug-on-error t)