comparison lisp/progmodes/compile.el @ 13439:c38b7ee76ecc

compilation-mode-font-lock-keywords tweak
author Simon Marshall <simon@gnu.org>
date Thu, 09 Nov 1995 08:20:16 +0000
parents 905444ab8d92
children 8909cd9fc951
comparison
equal deleted inserted replaced
13438:705eb8c3d935 13439:c38b7ee76ecc
267 (defvar compile-history nil) 267 (defvar compile-history nil)
268 ;; History of grep commands. 268 ;; History of grep commands.
269 (defvar grep-history nil) 269 (defvar grep-history nil)
270 270
271 (defvar compilation-mode-font-lock-keywords 271 (defvar compilation-mode-font-lock-keywords
272 '(("^\\([^\n:]*:\\([0-9]+:\\)+\\)\\(.*\\)$" 1 font-lock-function-name-face)) 272 ;; This regexp needs a bit of rewriting. What is the third grouping for?
273 '(("^\\([^ \n:]*:\\([0-9]+:\\)+\\)\\(.*\\)$" 1 font-lock-function-name-face))
273 ;;; ("^\\([^\n:]*:\\([0-9]+:\\)+\\)\\(.*\\)$" 0 font-lock-keyword-face keep) 274 ;;; ("^\\([^\n:]*:\\([0-9]+:\\)+\\)\\(.*\\)$" 0 font-lock-keyword-face keep)
274 "Additional expressions to highlight in Compilation mode.") 275 "Additional expressions to highlight in Compilation mode.")
275 276
276 ;;;###autoload 277 ;;;###autoload
277 (defun compile (command) 278 (defun compile (command)