(autoload 'itail "itail" nil t) ;;; modelineに実行中のコマンドを表示する (setq itail-fancy-mode-line t) ;;; ハイライトする正規表現とフェイス ;;; この例はWebサーバですが、各自設定してください (setq itail-highlight-list '(;; errorとwarningを赤で表示 ("[eE]rror\\|[wW]arning" . hi-red-b) ;; HTTPのmethodを緑で表示 ("GET\\|POST\\|DELETE\\|PUT" . hi-green-b) ;; IPアドレスを文字列の色で表示 ("[0-9]\\{1,3\\}\\.[0-9]\\{1,3\\}\\.[0-9]\\{1,3\\}\\.[0-9]\\{1,3\\}" . font-lock-string-face)))