我正在使用从 repo 中签出的最新 nXhtml,并使用 GNU Emacs 版本 24.0.91.1。当我打开一个 PHP 文件时,它显示为未突出显示语法的文本,并且出现编译错误:
Error: Wrong type argument: number-or-marker-p, nil
和日志中的一条消息:
File mode specification error: (cl-assertion-failed (functionp byte-compiled-fun))
我通过使用以下命令运行 emacs 来避免我的.emacs
和.emacs.d
:
emacs -Q --eval '(load "/path/to/nxhtml/autostart")' /path/to/nxhtml/tests/in/heredoc.php
即使您没有修复程序,我该如何调试此问题?