Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: make zsh print errors like a well-behaved compiler
- X-seq: zsh-workers 8781
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: PATCH: make zsh print errors like a well-behaved compiler
- Date: Thu, 25 Nov 1999 18:21:33 +0000
- In-reply-to: <19991125122020.B11876@xxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <19991125122020.B11876@xxxxxxxx>
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