From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Allow compilation-next-error-function to leave code line highlighted until next command is typed Date: Tue, 13 Jul 2004 20:16:58 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <87oen3hwg0.fsf@mail.jurta.org> <87pt7gl1od.fsf@mail.jurta.org> <4nllhpqk3w.fsf@lifelogs.com> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1089764293 17326 80.91.224.253 (14 Jul 2004 00:18:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Jul 2004 00:18:13 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jul 14 02:18:09 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BkXTN-0007UV-00 for ; Wed, 14 Jul 2004 02:18:09 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BkXTN-0007D1-00 for ; Wed, 14 Jul 2004 02:18:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BkXVl-0002Nv-FX for emacs-devel@quimby.gnus.org; Tue, 13 Jul 2004 20:20:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BkXVN-0002Dj-Qq for emacs-devel@gnu.org; Tue, 13 Jul 2004 20:20:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BkXVN-0002DT-8e for emacs-devel@gnu.org; Tue, 13 Jul 2004 20:20:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BkXVN-0002DF-2N for emacs-devel@gnu.org; Tue, 13 Jul 2004 20:20:13 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BkXSE-0007LV-SR for emacs-devel@gnu.org; Tue, 13 Jul 2004 20:16:58 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BkXSE-0005rN-7M; Tue, 13 Jul 2004 20:16:58 -0400 Original-To: Ted Zlatanov In-reply-to: <4nllhpqk3w.fsf@lifelogs.com> (message from Ted Zlatanov on Mon, 12 Jul 2004 12:13:39 -0400) 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: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25665 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25665 > The first 4 nodes in building.texi need to be thoroughly reviewed > for obsolete statements and for other important things that should > be added. Can someone thoroughly familiar with the new compilation > code volunteer to do that? Sorry, I thought "new compilation code" referred to the other major changes in compile.el that were put in CVS. I will look at building.texi and see if the next-error changes I did affect anything. All the changes in compile.el, including Daniel Pfeiffer's, could require changes in the manual. If you reread the NEWS and you're familiar with the code as it stands now, you could probably recognize whatever errors there may be in the manual. That would be quite useful.