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 22:30:01 -0500 Message-ID: References: <6EE216E1AA959543A555C60FF34FB76702CD2B19@maileube01.misys.global.ad> <6EE216E1AA959543A555C60FF34FB76702D254AF@maileube01.misys.global.ad> <87fxw5tqrx.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202355039 9311 80.91.229.12 (7 Feb 2008 03:30:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Feb 2008 03:30:39 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, Simon.Marshall@misys.com, rms@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 07 04:31:00 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 1JMxTW-0004Xh-BR for ged-emacs-devel@m.gmane.org; Thu, 07 Feb 2008 04:30:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMxT3-000086-Sj for ged-emacs-devel@m.gmane.org; Wed, 06 Feb 2008 22:30:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMxSy-00007q-IQ for emacs-devel@gnu.org; Wed, 06 Feb 2008 22:30:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMxSw-00007c-8g for emacs-devel@gnu.org; Wed, 06 Feb 2008 22:30:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMxSw-00007Z-15 for emacs-devel@gnu.org; Wed, 06 Feb 2008 22:30:22 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMxSv-0006mx-Pp for emacs-devel@gnu.org; Wed, 06 Feb 2008 22:30:21 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JMxSv-0007a9-Df for emacs-pretest-bug@gnu.org; Wed, 06 Feb 2008 22:30:21 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JMxSs-0006mR-BW for emacs-pretest-bug@gnu.org; Wed, 06 Feb 2008 22:30:21 -0500 Original-Received: from 206-248-175-9.dsl.teksavvy.com ([206.248.175.9] helo=ceviche.home) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMxSs-0006mH-07; Wed, 06 Feb 2008 22:30:18 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 7E7AEB406D; Wed, 6 Feb 2008 22:30:01 -0500 (EST) In-Reply-To: <87fxw5tqrx.fsf@jurta.org> (Juri Linkov's message of "Thu, 07 Feb 2008 03:57:07 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-Greylist: delayed 2943 seconds by postgrey-1.27 at monty-python; Wed, 06 Feb 2008 22:30:17 EST 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:88385 gmane.emacs.pretest.bugs:20915 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 tried compilation-auto-jump-to-first-error, and I like how it > automatically moves point to the first error in the compilation buffer. > But I can't use it because it also visits the source buffer without my > request by switching the current buffer where I am doing other things > during compilation. > For now, I commented out the call to `(compile-goto-error)' in > `compilation-auto-jump' locally. Could you make this optional in CVS? Feel free to extend this feature. It probably makes sense to make it either not jump to the source (only jump to the error message itself) as you suggest, or to use pop-to-buffer (so that people who set pop-up-frames do not get bothered either). Stefan