From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Ted Zlatanov" Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Allow compilation-next-error-function to leave code line highlighted until next command is typed Date: 13 Sep 2004 13:58:42 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <4n7jqy9hkd.fsf@lifelogs.com> References: <87oen3hwg0.fsf@mail.jurta.org> <87pt7gl1od.fsf@mail.jurta.org> <4nllhpqk3w.fsf@lifelogs.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095099769 9142 80.91.229.6 (13 Sep 2004 18:22:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Sep 2004 18:22:49 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 13 20:22:29 2004 Return-path: Original-Received: from hermes.netfonds.no ([80.91.224.195]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C6vSw-00056Z-01 for ; Mon, 13 Sep 2004 20:22:15 +0200 Original-Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by hermes.netfonds.no (8.12.8p1/8.12.8) with ESMTP id i8DIIFOn006462 for ; Mon, 13 Sep 2004 20:18:16 +0200 (CEST) Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C6vUd-0007Vk-Ar for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2004 14:23:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C6vUX-0007Vf-0N for emacs-devel@gnu.org; Mon, 13 Sep 2004 14:23:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C6vUV-0007VP-8t for emacs-devel@gnu.org; Mon, 13 Sep 2004 14:23:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C6vUV-0007VF-7D for emacs-devel@gnu.org; Mon, 13 Sep 2004 14:23:51 -0400 Original-Received: from [134.174.9.44] (helo=mail.bwh.harvard.edu) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C6vOW-0003iM-NP for emacs-devel@gnu.org; Mon, 13 Sep 2004 14:17:40 -0400 Original-Received: (qmail 19105 invoked from network); 13 Sep 2004 18:08:48 -0000 Envelope-Sender: tzz@lifelogs.com Envelope-Recipients: rms@gnu.org, emacs-devel@gnu.org, Original-Received: from asimov.bwh.harvard.edu (HELO asimov) ([134.174.9.63]) (envelope-sender ) by mail.bwh.harvard.edu (qmail-ldap-1.03) with SMTP for ; 13 Sep 2004 18:08:48 -0000 Original-To: rms@gnu.org X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" In-Reply-To: (Richard Stallman's message of "Tue, 13 Jul 2004 20:16:58 -0400") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) 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+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27080 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27080 On Tue, 13 Jul 2004, rms@gnu.org wrote: > 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. I looked through the current building.texi manual and it appears to be accurate. The major changes don't affect anything that was already documented (AFAIK). They add features, mostly, or enhance existing ones. compilation-environment might need a mention in the manual. Ted