bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wish bash would make emacs compile-mode compliant error messages


From: Eli Zaretskii
Subject: Re: wish bash would make emacs compile-mode compliant error messages
Date: Tue, 30 Oct 2001 18:40:56 +0200

> From: "Ehud Karni" <ehud@unix.simonwiesel.co.il>
> Date: Tue, 30 Oct 2001 17:21:53 +0200
> 
> 
> Add this code to your .emacs:
> 
> (let ((rgxp "\\([^+][^: \n]+\\): line \\([0-9]+\\): ")
>         (or (assoc rgxp compilation-error-regexp-alist)
>             (setq compilation-error-regexp-alist
>                    (append compilation-error-regexp-alist (list (list rgxp 1 
> 2)))))))

Isn't add-to-list shorter?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]