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

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

Re: question about compilation-error-regexp-alist


From: address@hidden
Subject: Re: question about compilation-error-regexp-alist
Date: 30 Mar 2006 18:48:40 -0800
User-agent: G2/0.2

thanks for your reply.

But I still do not understand how compile.el get TYPE value automatic
from matched sentence.

For example, there's a compilation-error-regexp-alist

 (edg-1
     "^\\([^ \n]+\\)(\\([0-9]+\\)):
\\(?:error\\|warnin\\(g\\)\\|remar\\(k\\)\\)"
     1 2 nil (3 . 4))

what "\\(?:error\\|warnin\\(g\\)\\|remar\\(k\\)\\)" means? why add \\(
\\) to char 'g' and 'k'?



reply via email to

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