From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Shouldn't it be easier to find info on how to learn Emacs to recognize compiler output? Date: Wed, 25 Jan 2012 22:26:22 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1327526812 27422 80.91.229.12 (25 Jan 2012 21:26:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 25 Jan 2012 21:26:52 +0000 (UTC) To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 25 22:26:49 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 1RqAMi-0000u7-Pb for ged-emacs-devel@m.gmane.org; Wed, 25 Jan 2012 22:26:48 +0100 Original-Received: from localhost ([::1]:56166 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqAMi-0001hP-8A for ged-emacs-devel@m.gmane.org; Wed, 25 Jan 2012 16:26:48 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:47755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqAMf-0001dB-Aj for emacs-devel@gnu.org; Wed, 25 Jan 2012 16:26:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RqAMe-0004MF-FF for emacs-devel@gnu.org; Wed, 25 Jan 2012 16:26:45 -0500 Original-Received: from mail-lpp01m010-f41.google.com ([209.85.215.41]:39829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RqAMe-0004MB-7b for emacs-devel@gnu.org; Wed, 25 Jan 2012 16:26:44 -0500 Original-Received: by lagw12 with SMTP id w12so4068325lag.0 for ; Wed, 25 Jan 2012 13:26:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=0PheYotusaQQDaTM4sV5CbaEodj4pnGYaSn06ZQKGLk=; b=vFApyyFJzl/d0FKRVVuziHyR047C2vAwEFmGuH4wh8wd+deCmq8OsSNKUJSYmWslKD 7tcQ2x6V+niiP1+gaUMuPl31Vla0WrQDiSb+e+LKRAgVfKa+xcW1ylsPSk/i0rH3/akX Ib21r0Zpxnl2AQgRrAykIi5ghwP7s4H8IeO8E= Original-Received: by 10.152.110.102 with SMTP id hz6mr2549400lab.21.1327526803132; Wed, 25 Jan 2012 13:26:43 -0800 (PST) Original-Received: by 10.112.97.11 with HTTP; Wed, 25 Jan 2012 13:26:22 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.215.41 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:147929 Archived-At: I have for a while just plovr (a javascript compiler). The output from plovr is infortunately not following the usual standard so Emacs does not recognize it. Two questions: - I can't remember how to change the way Emacs looks for errors. And it is hard to find it. Should not that be a bit easier? For example compilation-mode might have a link to it. - What is the normal formatting of compilation errors called?