From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: Problems due to grep.el introduction Date: 24 Jun 2004 23:40:05 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <2914-Wed23Jun2004215530+0300-eliz@gnu.org> <7137-Thu24Jun2004212711+0300-eliz@gnu.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1088113253 15254 80.91.224.253 (24 Jun 2004 21:40:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Jun 2004 21:40:53 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 24 23:40:46 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 1Bdbxd-0004fb-00 for ; Thu, 24 Jun 2004 23:40:45 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bdbxd-0007lY-00 for ; Thu, 24 Jun 2004 23:40:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bdbz3-0000S9-Q5 for emacs-devel@quimby.gnus.org; Thu, 24 Jun 2004 17:42:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bdbyy-0000Rb-Aj for emacs-devel@gnu.org; Thu, 24 Jun 2004 17:42:08 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bdbyv-0000RC-JM for emacs-devel@gnu.org; Thu, 24 Jun 2004 17:42:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bdbyv-0000Qv-EU for emacs-devel@gnu.org; Thu, 24 Jun 2004 17:42:05 -0400 Original-Received: from [195.41.46.236] (helo=pfepb.post.tele.dk) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bdbwe-0003QA-Fr; Thu, 24 Jun 2004 17:39:44 -0400 Original-Received: from kfs-l.imdomain.dk.cua.dk (0x503e2644.bynxx3.adsl-dhcp.tele.dk [80.62.38.68]) by pfepb.post.tele.dk (Postfix) with SMTP id 9C0AE5EE038; Thu, 24 Jun 2004 23:39:43 +0200 (CEST) Original-To: Eli Zaretskii In-Reply-To: <7137-Thu24Jun2004212711+0300-eliz@gnu.org> Original-Lines: 19 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:25232 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25232 "Eli Zaretskii" writes: > > From: storm@cua.dk (Kim F. Storm) > > Date: 24 Jun 2004 13:26:50 +0200 > > > > For 21.4, the simplest fix would be to add (require 'grep) > > at the end of compile.el -- after (provide 'compile). > > But that would defeat the reason behind creating grep.el, won't it? Not really. In my mind, the primary reason for the split was to clarify the interface between compile itself and the users of compile (such as grep). A secondary purpose was to be able to enhance those packages independently (as have been done subsequently). -- Kim F. Storm http://www.cua.dk