From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: [21.1.90]: point put at point-min in *compilation* Date: Thu, 07 Feb 2008 03:57:07 +0200 Organization: JURTA Message-ID: <87fxw5tqrx.fsf@jurta.org> References: <6EE216E1AA959543A555C60FF34FB76702CD2B19@maileube01.misys.global.ad> <6EE216E1AA959543A555C60FF34FB76702D254AF@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 1202353725 6338 80.91.229.12 (7 Feb 2008 03:08:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 7 Feb 2008 03:08:45 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, Simon.Marshall@misys.com, rms@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 07 04:09:05 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 1JMx8J-0000DM-6V for ged-emacs-devel@m.gmane.org; Thu, 07 Feb 2008 04:09:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMx7q-0008Cv-Ls for ged-emacs-devel@m.gmane.org; Wed, 06 Feb 2008 22:08:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JMx6g-0006nf-9u for emacs-devel@gnu.org; Wed, 06 Feb 2008 22:07:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JMx6e-0006lt-Ks for emacs-devel@gnu.org; Wed, 06 Feb 2008 22:07:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JMx6e-0006lf-ER for emacs-devel@gnu.org; Wed, 06 Feb 2008 22:07:20 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JMx6e-0003HC-2j for emacs-devel@gnu.org; Wed, 06 Feb 2008 22:07:20 -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 1JMx6d-0003qu-UQ for emacs-pretest-bug@gnu.org; Wed, 06 Feb 2008 22:07:19 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JMx6a-0003GM-Jl for emacs-pretest-bug@gnu.org; Wed, 06 Feb 2008 22:07:19 -0500 Original-Received: from relay01.kiev.sovam.com ([62.64.120.200]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JMx6a-0003G8-4Y; Wed, 06 Feb 2008 22:07:16 -0500 Original-Received: from [83.170.232.243] (helo=smtp.svitonline.com) by relay01.kiev.sovam.com with esmtp (Exim 4.67) (envelope-from ) id 1JMx6X-00085H-Oo; Thu, 07 Feb 2008 05:07:14 +0200 In-Reply-To: (Stefan Monnier's message of "Wed\, 06 Feb 2008 12\:14\:20 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-Scanner-Signature: ef6c50392af5ec65634338665e82f3c2 X-DrWeb-checked: yes X-SpamTest-Envelope-From: juri@jurta.org X-SpamTest-Group-ID: 00000000 X-SpamTest-Header: Not Detected X-SpamTest-Info: Profiles 2188 [Feb 06 2008] X-SpamTest-Info: helo_type=3 X-SpamTest-Info: {HEADERS: header Content-Type found without required header Content-Transfer-Encoding} X-SpamTest-Method: none X-SpamTest-Rate: 11 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0278], KAS30/Release X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.8-5.1 (or MacOS X 10.2-10.3) 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:88384 gmane.emacs.pretest.bugs:20914 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? -- Juri Linkov http://www.jurta.org/emacs/