From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: senny Newsgroups: gmane.emacs.help Subject: Re: Highlight compilation errors in source buffer Date: Sat, 21 Feb 2009 02:31:16 -0800 (PST) Organization: http://groups.google.com Message-ID: <251638b1-f294-41d1-ada5-0ff4618f8e33@j8g2000yql.googlegroups.com> References: <8d75a51c-b5dd-4f0e-87ea-c4d1a24c859e@j39g2000yqn.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1235212923 24145 80.91.229.12 (21 Feb 2009 10:42:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Feb 2009 10:42:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 21 11:43:19 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LapKH-0001gJ-MP for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Feb 2009 11:43:17 +0100 Original-Received: from localhost ([127.0.0.1]:59949 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LapIx-0003mq-BW for geh-help-gnu-emacs@m.gmane.org; Sat, 21 Feb 2009 05:41:55 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!j8g2000yql.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 22 Original-NNTP-Posting-Host: 89.236.141.217 Original-X-Trace: posting.google.com 1235212276 30547 127.0.0.1 (21 Feb 2009 10:31:16 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 21 Feb 2009 10:31:16 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j8g2000yql.googlegroups.com; posting-host=89.236.141.217; posting-account=HpnstAoAAADdixpnvjy3qaoKJJO_Jdvb User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; de; rv:1.9.0.6) Gecko/2009011912 Firefox/3.0.6,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:166929 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:62237 Archived-At: On 21 Feb., 07:04, Bernardo wrote: Hey Bernardo I've gone trough the documentation of the compilation-error-regexp- alist and I think it is used to highlight the *compilation* buffer. Probably I misspelled my question because my goal is to highlight the source-buffer with the informations from the compilation-buffer. > > Hey emacs-users > > > Im looking for a way to highlight all the warnings and errors > > displayed in the *compilation* buffer. I was wondering if there is a > > way to achieve this or if I had to write the elisp code myself. > > > regards, > > senny > > i haven't done any customisation myself but many compilers errors and > warnings are handled by default; have a look at the documentation for > the compilation-error-regexp-alist variable > > HTH