From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Problems due to grep.el introduction Date: Thu, 24 Jun 2004 21:27:12 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <7137-Thu24Jun2004212711+0300-eliz@gnu.org> References: <2914-Wed23Jun2004215530+0300-eliz@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1088101949 22620 80.91.224.253 (24 Jun 2004 18:32:29 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Jun 2004 18:32:29 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 24 20:32:10 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 1BdZ17-0007ZD-00 for ; Thu, 24 Jun 2004 20:32:09 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BdZ17-0004QE-00 for ; Thu, 24 Jun 2004 20:32:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BdZ2X-0002SF-AD for emacs-devel@quimby.gnus.org; Thu, 24 Jun 2004 14:33:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BdZ2D-0002In-3B for emacs-devel@gnu.org; Thu, 24 Jun 2004 14:33:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BdZ26-0002G8-4X for emacs-devel@gnu.org; Thu, 24 Jun 2004 14:33:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BdZ26-0002Fx-25 for emacs-devel@gnu.org; Thu, 24 Jun 2004 14:33:10 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BdZ0S-0007mi-9z for emacs-devel@gnu.org; Thu, 24 Jun 2004 14:31:28 -0400 Original-Received: from zaretski ([80.230.144.95]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DJM11562; Thu, 24 Jun 2004 21:31:10 +0300 (IDT) Original-To: storm@cua.dk (Kim F. Storm) X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (storm@cua.dk) 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:25229 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25229 > 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?