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: new compile command doesn't coalesce errors on the same line Date: Fri, 19 Mar 2004 23:48:13 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040317215208.5b0cb3e2.occitan@esperanto.org> <20040317224726.GC12561@fencepost> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1079758621 6526 80.91.224.253 (20 Mar 2004 04:57:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 20 Mar 2004 04:57:01 +0000 (UTC) Cc: miles@lsi.nec.co.jp, occitan@esperanto.org, emacs-devel@gnu.org, miles@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Mar 20 05:56:55 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 1B4YXX-0004d9-00 for ; Sat, 20 Mar 2004 05:56:55 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1B4YXX-0000Bw-00 for ; Sat, 20 Mar 2004 05:56:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B4YXC-00056r-0L for emacs-devel@quimby.gnus.org; Fri, 19 Mar 2004 23:56:34 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1B4YUC-00042c-6O for emacs-devel@gnu.org; Fri, 19 Mar 2004 23:53:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1B4YTE-0003YP-Q4 for emacs-devel@gnu.org; Fri, 19 Mar 2004 23:52:59 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B4YTD-0003Wp-PD for emacs-devel@gnu.org; Fri, 19 Mar 2004 23:52:27 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1B4YP7-0007Zc-5u; Fri, 19 Mar 2004 23:48:13 -0500 Original-To: Stefan Monnier In-reply-to: (message from Stefan Monnier on 17 Mar 2004 18:04:33 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 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:20628 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:20628 >> compilation-skip-visited is your friend. Actually the option has existed for a long time and has always been nil. So maybe we're talking about something else here, The doc string is very hard to understand--it is written like a program. It may be 100% precise, but it is not very useful. Can someone who understands that option's meaning rewrite the doc stringq to be readable? Meanwhile, to the extent I can figure it out, I think this is indeed something else. Let's just change the code so as to treat contiguous errors as one.