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.
在 Emacs 中,如何调整 lisp 文件以识别 asm 模式下的 C++ 样式注释?我有一个处理 asm 代码但使用 C++ 样式注释的编译器。我希望 emacs 识别 C++ 风格的注释,并将包裹在 /* 、 */ 中的大块文本显示为注释。asm-mode (?\;) 的默认注释开始字符可以忽略。
你在使用 Emacs 21 吗?如果我正确阅读了版本历史记录,//则从 GNU Emacs 22 开始支持样式注释。
//
M-x emacs-version告诉你你正在运行什么版本。
emacs-version