私はEmacs 23とphp-mode.el 1.5.0を使用しています。私は私の.emacs
でこの持っている場合:phpモード(およびその他のccモードの派生モード)をEmacs 23と互換性を持たせるために
(require 'php-mode)
をEmacsが起動するとき、私は、このエラーメッセージが表示されます:
Warning (initialization): An error occurred while loading `/Users/kdj/.emacs':
error: `c-lang-defconst' must be used in a file
To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the `--debug-init' option to view a complete error backtrace.
Emacsが起動した後、私は(require 'php-mode)
を評価した場合、私はすべてのエラーメッセージを得ることはありません。
blog entryこれは、この問題がEmacs 23固有のものである(つまり、Emacs 22.xでエラーがない)ことを示していますが、解決策を提示していません。
Macの場合 OS Xを使用していて、現在のCVSソースからEmacsを./configure --with-ns
でビルドしました。
ここでは何が起こっているのですか、どのように修正できますか?
私はEmacs 23と、Emacsスターターキット(v1.5.0)に同梱されている 'php-mode'を使用しています。できます。 .emacsには 'php-mode'に影響を与えるいくつかのモードがあります。 –
私は自分の.emacsを単に "(add-to-list 'load-path"〜/ elisp ")(php-modeが必要です)に変更しましたが、問題は解決しません。 –
オンラインでどこでもドットメックを置くことができますか? –