Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: make zsh print errors like a well-behaved compiler



On Nov 25, 12:20pm, Clint Adams wrote:
} Subject: PATCH: make zsh print errors like a well-behaved compiler
}
} This makes it parsable for emacs's compile-goto-error

Not that I particularly object to the change to zsh, but:

(setq compilation-error-regexp-alist
      (append compilation-error-regexp-alist
	      '(("^\\([^:]*\\): .*\\[\\([0-9]+\\)\\]" 1 2))))

-- 
Bart Schaefer                                 Brass Lantern Enterprises
http://www.well.com/user/barts              http://www.brasslantern.com



Messages sorted by: Reverse Date, Date, Thread, Author