From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: How do I use compilation mode? Date: Mon, 06 Feb 2012 09:34:01 -0500 Message-ID: References: <20120205150731.GA4131@acm.acm> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1328538870 14534 80.91.229.3 (6 Feb 2012 14:34:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Feb 2012 14:34:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 06 15:34:28 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RuPeE-00047b-1h for ged-emacs-devel@m.gmane.org; Mon, 06 Feb 2012 15:34:26 +0100 Original-Received: from localhost ([::1]:53442 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuPeD-0000eW-E5 for ged-emacs-devel@m.gmane.org; Mon, 06 Feb 2012 09:34:25 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:38373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuPe5-0000dt-Se for emacs-devel@gnu.org; Mon, 06 Feb 2012 09:34:23 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RuPe0-0003ve-In for emacs-devel@gnu.org; Mon, 06 Feb 2012 09:34:17 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:21780) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RuPe0-0003vZ-Cb for emacs-devel@gnu.org; Mon, 06 Feb 2012 09:34:12 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EALXkL09MCqD0/2dsb2JhbABDrRCCKIEGgXIBAQQBViMFCwsOJhIUGA0kLodhuS6MDhICAgMGAgQCAQQCAgwGCgECAYQdAQQEGAIEgzkEiESbA4Ra X-IronPort-AV: E=Sophos;i="4.73,371,1325480400"; d="scan'208";a="161433281" Original-Received: from 76-10-160-244.dsl.teksavvy.com (HELO pastel.home) ([76.10.160.244]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 06 Feb 2012 09:34:01 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 4681C58BE3; Mon, 6 Feb 2012 09:34:01 -0500 (EST) In-Reply-To: <20120205150731.GA4131@acm.acm> (Alan Mackenzie's message of "Sun, 5 Feb 2012 15:07:31 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:148260 Archived-At: > I'd like to use compilation mode. In particular, I have a log file and > extracted lines like this into a separate buffer from it with grep: > cc-mode.acm 47446:[^2012-01-26: mackenzie]: Enable ">>" as double template ender. BTW, a simpler solution: add a colon between "cc-mode.acm" and "47446" and you'll be using a standard format recognized by compilation-mode without any extra work. Stefan