概要
関連サイト
SourceForge.net: Project Info - Cobol for GCC
OpenCOBOL Japanese Site - an open-source COBOL compiler
インストール
設定
(setq auto-mode-alist(cons (cons "\\.cob$" 'cobol-mode) auto-mode-alist)) (autoload 'cobol-mode "cobol" "Yet Another cobol mode" t)
利用方法