# HG changeset patch # User Oleksander Gavenko # Date 1208466291 -10800 # Node ID fde58d93c047881cf3b7419002e2e08ce51fd9a8 # Parent a8e7a6e94341067dcbac6dd6054a189d3d88f344 Добавил подсветку для output-файлов cl в compile-mode. diff -r a8e7a6e94341 -r fde58d93c047 .emacs --- a/.emacs Fri Apr 18 00:04:50 2008 +0300 +++ b/.emacs Fri Apr 18 00:04:51 2008 +0300 @@ -686,6 +686,10 @@ ;; compilation window shall scroll down if not 0 (setq compilation-scroll-output 1) +;; XXX hook. +(require 'compile) +(add-to-list 'compilation-mode-font-lock-keywords '("\\(/[Oo][Uu][Tt]:[^ ]+\\)" . 1)) +(add-to-list 'compilation-mode-font-lock-keywords '("[ ]\\(/F[oe][^ ]+\\)" . 1)) ;; ---------------------------------------------------------------------- ;; asm