From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aur=C3=A9lien_Aptel?= Newsgroups: gmane.emacs.help Subject: Re: integrating output from external program to emacs, ala gcc, grep Date: Fri, 12 Sep 2014 11:42:12 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1410515728 30079 80.91.229.3 (12 Sep 2014 09:55:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Sep 2014 09:55:28 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: glen stark Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 12 11:55:22 2014 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 1XSNZZ-0007Ld-N2 for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Sep 2014 11:55:21 +0200 Original-Received: from localhost ([::1]:43830 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSNZZ-0001MC-6O for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Sep 2014 05:55:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39123) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSNMu-0004nh-AV for help-gnu-emacs@gnu.org; Fri, 12 Sep 2014 05:42:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XSNMs-0004ic-SL for help-gnu-emacs@gnu.org; Fri, 12 Sep 2014 05:42:16 -0400 Original-Received: from mail-la0-x22f.google.com ([2a00:1450:4010:c03::22f]:44199) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XSNMs-0004iM-L8 for help-gnu-emacs@gnu.org; Fri, 12 Sep 2014 05:42:14 -0400 Original-Received: by mail-la0-f47.google.com with SMTP id mc6so576271lab.34 for ; Fri, 12 Sep 2014 02:42:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HJrzagojg/cO00z+45ABz1YqNWZZI4SBF4wvb/eH9w4=; b=ge1vx3anu9Er5atnoJArJ/63g+jtVNmbjDvJxm0djwWdZAjYE1D1gKghuG7WCIDwG1 n/kKxNB8ReCLsOlMv8wWPQMNw5G/X1QTgNFRo2RXzcQXoZLDmmlE9JzMuV1kg5gToO1j hmwtKmRdauzoxM/IPDwTl8s8bAPI8CSZxyNtx29pU950cXVn/PjFP8RbX1sgXLMcPKDl rxV/mt+qZ+go+OHV7WlSFF+ZcrQaGtS0aSRxirbFdk6aVTxdB2lwDVm/SY5FEAN782oj vm2E5yS78uwCdXgl9Wl5mpqtFc+7w3beASfD/7TfHqa7XHeTKHaCU7HpeWjUJl9QWX5a fM5g== X-Received: by 10.152.116.7 with SMTP id js7mr7859816lab.12.1410514932764; Fri, 12 Sep 2014 02:42:12 -0700 (PDT) Original-Received: by 10.114.77.131 with HTTP; Fri, 12 Sep 2014 02:42:12 -0700 (PDT) Original-Received: by 10.114.77.131 with HTTP; Fri, 12 Sep 2014 02:42:12 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22f X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:99850 Archived-At: Le 10 sept. 2014 11:10, "glen stark" a =C3=A9crit > So what do I have to do so that emacs can use my tools output? I suppose > there's some standard output format defined to allow tools to jump to > errors. Could someone point me to the documentation? I've written a tutorial doing exactly that. http://definitelyaplug.b0.cx/post/compilation-in-emacs/