From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?R=FCdiger?= Sonderfeld Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 3/3] octave.el: Go to error in inferior-octave. Date: Thu, 03 Oct 2013 15:39:14 +0200 Message-ID: <2832315.j8Ubslmhy0@descartes> References: <1542085.GCVjMo2CM9@descartes> <97BF0F35-1CB8-411A-9B47-803CF33130CF@gmail.com> 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 1380807580 14600 80.91.229.3 (3 Oct 2013 13:39:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Oct 2013 13:39:40 +0000 (UTC) Cc: Stefan Monnier , "emacs-devel@gnu.org" To: Leo Liu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 03 15:39:42 2013 Return-path: Envelope-to: ged-emacs-devel@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 1VRj80-0007E9-EZ for ged-emacs-devel@m.gmane.org; Thu, 03 Oct 2013 15:39:40 +0200 Original-Received: from localhost ([::1]:43386 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRj80-00042C-3Z for ged-emacs-devel@m.gmane.org; Thu, 03 Oct 2013 09:39:40 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57843) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRj7r-00041f-Ss for emacs-devel@gnu.org; Thu, 03 Oct 2013 09:39:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRj7l-0006gS-E7 for emacs-devel@gnu.org; Thu, 03 Oct 2013 09:39:31 -0400 Original-Received: from ptmx.org ([178.63.28.110]:46843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRj7l-0006g7-8Z for emacs-devel@gnu.org; Thu, 03 Oct 2013 09:39:25 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by ptmx.org (Postfix) with ESMTP id AC9D02AC90; Thu, 3 Oct 2013 15:39:23 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at ptmx.org Original-Received: from ptmx.org ([127.0.0.1]) by localhost (ptmx.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7Xi0JHru+I8T; Thu, 3 Oct 2013 15:39:22 +0200 (CEST) Original-Received: from descartes.localnet (chello080108246092.7.14.vie.surfer.at [80.108.246.92]) by ptmx.org (Postfix) with ESMTPSA id 98E922ABFC; Thu, 3 Oct 2013 15:39:21 +0200 (CEST) User-Agent: KMail/4.10.5 (Linux/3.8.0-30-generic; KDE/4.10.5; x86_64; ; ) In-Reply-To: <97BF0F35-1CB8-411A-9B47-803CF33130CF@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 178.63.28.110 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:163832 Archived-At: On Thursday 03 October 2013 12:07:55 Leo Liu wrote: > On 2013=E5=B9=B410=E6=9C=883=E6=97=A5, at 11:57, Stefan Monnier wrote: > > The way to do that is to use compilation-shell-minor-mode. > > See how it's used in prolog.el, for example, > >=20 > > Stefan >=20 > Agree I have that in my local copy and will commit ASAP. - Leo >=20 > Sent from my iPhone 4S Oh, I was looking for something like `compilation-shell-minor-mode' yes= terday=20 but must have missed it. This should probably make patches 1 and 3 obs= olete. =20 But I think patch 2 is still valid. Comint is already having highlight= for=20 the prompt and adding our own highlight in octave.el is not necessary a= nd just=20 confusing. Regards, R=C3=BCdiger