From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: william.a.george@gmail.com Newsgroups: gmane.emacs.help Subject: Parsing compilation error/warning not possible. Date: 19 Dec 2006 04:36:50 -0800 Organization: http://groups.google.com Message-ID: <1166531810.419268.36210@t46g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1166532080 26260 80.91.229.2 (19 Dec 2006 12:41:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 19 Dec 2006 12:41:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 19 13:41:17 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GweHJ-0004Ua-Er for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Dec 2006 13:41:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GweHI-0008Up-V8 for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Dec 2006 07:41:04 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!t46g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: 194.103.159.2 Original-X-Trace: posting.google.com 1166531816 9396 127.0.0.1 (19 Dec 2006 12:36:56 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 19 Dec 2006 12:36:56 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0,gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: t46g2000cwa.googlegroups.com; posting-host=194.103.159.2; posting-account=3aEwkg0AAACjdMYn5Wo2v2XLndflpiJl Original-Xref: shelby.stanford.edu gnu.emacs.help:144132 Original-To: help-gnu-emacs@gnu.org 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:39735 Archived-At: Hi. I'm using Emacs on WindowsXP. I make compilations through emacs with an own written Makefile. The compilation result is presented on a new buffer. It should be possible to click on the error or warning message to go directly to the corresponding line in the file where the error is. But I can't make it happen. I have read a little bit about this, and what I could find is something about (compilation-error-regexp-alist) that should fix this in someway. Can anyone tell me how this should be done? Thanks in advance William George.