From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: [21.1.90]: point put at point-min in *compilation* Date: Wed, 06 Feb 2008 21:41:09 -0500 Message-ID: References: <6EE216E1AA959543A555C60FF34FB76702CD2B19@maileube01.misys.global.ad> <6EE216E1AA959543A555C60FF34FB76702D254AF@maileube01.misys.global.ad> <86y79yrrdz.fsf@lola.quinscape.zz> <6EE216E1AA959543A555C60FF34FB76702DB6689@maileube01.misys.global.ad> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202352482 3659 80.91.229.12 (7 Feb 2008 02:48:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Feb 2008 02:48:02 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, "Marshall, Simon" To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 07 03:48:23 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JMwoG-0004Gx-Rn for ged-emacs-devel@m.gmane.org; Thu, 07 Feb 2008 03:48:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMwno-0008Lp-5x for ged-emacs-devel@m.gmane.org; Wed, 06 Feb 2008 21:47:52 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMwnk-0008La-GL for emacs-devel@gnu.org; Wed, 06 Feb 2008 21:47:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMwni-0008LO-16 for emacs-devel@gnu.org; Wed, 06 Feb 2008 21:47:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMwnh-0008LL-Sr for emacs-devel@gnu.org; Wed, 06 Feb 2008 21:47:45 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMwnh-0000d3-Po for emacs-devel@gnu.org; Wed, 06 Feb 2008 21:47:45 -0500 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JMwnh-0002Wl-8n for emacs-pretest-bug@gnu.org; Wed, 06 Feb 2008 21:47:45 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JMwne-0000cT-F8 for emacs-pretest-bug@gnu.org; Wed, 06 Feb 2008 21:47:45 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMwne-0000cF-5G; Wed, 06 Feb 2008 21:47:42 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ao8CAC8AqkfO+K8J/2dsb2JhbACtB4EA X-IronPort-AV: E=Sophos;i="4.25,315,1199682000"; d="scan'208";a="13806640" Original-Received: from smtp.pppoe.ca ([65.39.196.238]) by ironport2-out.pppoe.ca with ESMTP; 06 Feb 2008 21:47:40 -0500 Original-Received: from ceviche.home ([206.248.175.9]) by smtp.pppoe.ca (Internet Mail Server v1.0) with ESMTP id NEC32940; Wed, 06 Feb 2008 21:47:40 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 621B9B406E; Wed, 6 Feb 2008 21:41:09 -0500 (EST) In-Reply-To: (Richard Stallman's message of "Wed, 06 Feb 2008 19:44:22 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:88381 gmane.emacs.pretest.bugs:20913 Archived-At: > Has someone tried to use my new compilation-auto-jump-to-first-error? > It stops the scrolling as soon as the first error is spotted. > I have not tried it, but it sounds like a good idea. > Is it installed already? Yes, it's been in the trunk for a few months now. > Perhaps it should be another value of compilation-scroll-output, > rather than a separate option. That would be a different feature, then. compilation-auto-jump-to-first-error only stops the scrolling as a side-effect. Its main effect is to do the equivalent of `next-error' when an error is spotted, so it really jumps to the source code where the first error was spotted. Stefan