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: Shouldn't it be easier to find info on how to learn Emacs to recognize compiler output? Date: Wed, 25 Jan 2012 21:13:39 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1327544029 16740 80.91.229.12 (26 Jan 2012 02:13:49 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Jan 2012 02:13:49 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 26 03:13:45 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RqEqO-0003YR-R0 for ged-emacs-devel@m.gmane.org; Thu, 26 Jan 2012 03:13:45 +0100 Original-Received: from localhost ([::1]:33826 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqEqO-00019Y-8B for ged-emacs-devel@m.gmane.org; Wed, 25 Jan 2012 21:13:44 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:58218) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqEqM-00019L-Fh for emacs-devel@gnu.org; Wed, 25 Jan 2012 21:13:43 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqEqK-0005xr-L9 for emacs-devel@gnu.org; Wed, 25 Jan 2012 21:13:42 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:35641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqEqK-0005xd-Hv for emacs-devel@gnu.org; Wed, 25 Jan 2012 21:13:40 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av0EAHy2IE9FpZaC/2dsb2JhbABDrkSBBoFyAQEFViMQCzQSFBgNJMAxiSsCAQUCBQYWBAEBAgECAYNYAQkFg0sEiD+ad4RX X-IronPort-AV: E=Sophos;i="4.71,572,1320642000"; d="scan'208";a="159074255" Original-Received: from 69-165-150-130.dsl.teksavvy.com (HELO ceviche.home) ([69.165.150.130]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 25 Jan 2012 21:13:39 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 9D91E66107; Wed, 25 Jan 2012 21:13:39 -0500 (EST) In-Reply-To: (Lennart Borgman's message of "Wed, 25 Jan 2012 22:26:22 +0100") 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:147933 Archived-At: > - What is the normal formatting of compilation errors called? The one we recommend is the GNU standard (looks like "file:line:message"). Stefan