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: next-error refactoring Date: Wed, 09 Jun 2004 15:52:06 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040503.071327.124836670.Takaaki.Ota@am.sony.com> <20040504.075437.207586641.Takaaki.Ota@am.sony.com> <87llk552oz.fsf@mail.jurta.org> <87isf6e7ji.fsf@mail.jurta.org> <87iseg4x5d.fsf@mail.jurta.org> <4npt8oeet9.fsf_-_@lifelogs.com> <4nd64j6u3p.fsf@lifelogs.com> <87hdtnukid.fsf@mail.jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1086810782 5974 80.91.224.253 (9 Jun 2004 19:53:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 9 Jun 2004 19:53:02 +0000 (UTC) Cc: tzz@lifelogs.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Jun 09 21:52:35 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 1BY97j-0000v0-00 for ; Wed, 09 Jun 2004 21:52:35 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BY97i-00073f-00 for ; Wed, 09 Jun 2004 21:52:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BY98N-0001S8-9P for emacs-devel@quimby.gnus.org; Wed, 09 Jun 2004 15:53:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BY980-000197-GQ for emacs-devel@gnu.org; Wed, 09 Jun 2004 15:52:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BY97y-00017g-PE for emacs-devel@gnu.org; Wed, 09 Jun 2004 15:52:50 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BY97x-00017Q-V9 for emacs-devel@gnu.org; Wed, 09 Jun 2004 15:52:50 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BY97H-0004QI-4F for emacs-devel@gnu.org; Wed, 09 Jun 2004 15:52:07 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BY97G-0002F6-2E; Wed, 09 Jun 2004 15:52:06 -0400 Original-To: Juri Linkov In-reply-to: <87hdtnukid.fsf@mail.jurta.org> (message from Juri Linkov on Tue, 08 Jun 2004 00:27:06 +0300) 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:24780 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24780 It has a big potential to grow. I have about 40 lines uninstalled (next-error-highlight related code), because of unresolved issues regarding the right name of the whole framework. Please assume that the name will not change. Plus Dan Nicolaescu proposed the code for next-error-follow-minor-mode (50 lines) which should go into the same file. So even without Ted's plans to extend it, this gives enough lines to split it into a new file. That is still way too small for a new file to be desirable. BTW, replace.el should be split too. All occur related functions should be moved from replace.el into a separate file occur.el, because they are already 460 lines. I see no reason to split them. Please assume the files will stay the same for now, and focus on issues of how to change the code. occur has been in replace.el since the file was first written, along with the commands how-many, keep-lines, and flush-lines, which it is traditionally grouped with.