From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Newton Newsgroups: gmane.emacs.help Subject: matching different line number format in grep-mode Date: Thu, 21 Jun 2012 05:55:10 -0700 (PDT) Organization: http://groups.google.com Message-ID: <05f99423-1d91-42f7-94a3-ab34fce3a2fd@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1340283915 10202 80.91.229.3 (21 Jun 2012 13:05:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 21 Jun 2012 13:05:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 21 15:05:15 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Shh4S-0007Ho-QY for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jun 2012 15:05:12 +0200 Original-Received: from localhost ([::1]:33186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Shh4S-0004U3-P4 for geh-help-gnu-emacs@m.gmane.org; Thu, 21 Jun 2012 09:05:12 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: 213.131.238.28 Original-X-Trace: posting.google.com 1340283694 16909 127.0.0.1 (21 Jun 2012 13:01:34 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 21 Jun 2012 13:01:34 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=213.131.238.28; posting-account=hcE4OwoAAADycW4UgYxbAF_GOWiPYhXJ User-Agent: G2/1.0 Original-Xref: usenet.stanford.edu gnu.emacs.help:192953 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85349 Archived-At: I have an application which prints line number information not in the standard grep format but as follows. at line 302 in file /full/path/to/file.ext Is there something I can do to the variable compilation-error-regexp-alist-alist which will cause grep-mode to also find these lines? I see the pattern when I look at the variable, but what's the flow to make either grep-mode or some other mode actually find these lines on next-error ? Jim