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