From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Changes to emacs/doc/emacs/building.texi,v Date: Sun, 16 Nov 2008 23:25:52 -0500 Message-ID: References: <87y6zjkyvo.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 1226895972 4714 80.91.229.12 (17 Nov 2008 04:26:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 17 Nov 2008 04:26:12 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 17 05:27:15 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 1L1vhi-00073J-0p for ged-emacs-devel@m.gmane.org; Mon, 17 Nov 2008 05:27:14 +0100 Original-Received: from localhost ([127.0.0.1]:37959 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L1vgZ-0006v3-45 for ged-emacs-devel@m.gmane.org; Sun, 16 Nov 2008 23:26:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L1vgU-0006un-A4 for emacs-devel@gnu.org; Sun, 16 Nov 2008 23:25:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L1vgR-0006ub-O5 for emacs-devel@gnu.org; Sun, 16 Nov 2008 23:25:56 -0500 Original-Received: from [199.232.76.173] (port=60537 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L1vgR-0006uY-IB for emacs-devel@gnu.org; Sun, 16 Nov 2008 23:25:55 -0500 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:28996 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L1vgR-0004bt-8B for emacs-devel@gnu.org; Sun, 16 Nov 2008 23:25:55 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhIFAOuAIElMCrcy/2dsb2JhbACBbMwKgnmBFA X-IronPort-AV: E=Sophos;i="4.33,616,1220241600"; d="scan'208";a="29947618" Original-Received: from 76-10-183-50.dsl.teksavvy.com (HELO pastel.home) ([76.10.183.50]) by ironport2-out.teksavvy.com with ESMTP; 16 Nov 2008 23:25:53 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id F30D789EB; Sun, 16 Nov 2008 23:25:52 -0500 (EST) In-Reply-To: <87y6zjkyvo.fsf@jurta.org> (Juri Linkov's message of "Mon, 17 Nov 2008 01:57:31 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:105741 Archived-At: > If non-nil, automatically jump to the first error after `compile'. > A better variant would be: > If non-nil, automatically jump to the first error during `compile'. I'm not convinced: `compile' runs the command asynchronously, so the jump is definitely done *after* compile, strictly speaking. Maybe it should just not say `compile', especially since it's also used in circumstances where `compile' is not involved (e.g. sml-compile which passes the compilation request to an inferior process running in a comint buffer). So, I'd prefer "during compilation" rather than "during `compile'". Stefan