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:26:18 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <2719-Thu24Jun2004212618+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 1088101857 22331 80.91.224.253 (24 Jun 2004 18:30:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Jun 2004 18:30:57 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Jun 24 20:30:41 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 1BdYzh-0007RO-00 for ; Thu, 24 Jun 2004 20:30:41 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BdYzh-0004Q4-00 for ; Thu, 24 Jun 2004 20:30:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BdZ16-0001y3-TO for emacs-devel@quimby.gnus.org; Thu, 24 Jun 2004 14:32:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BdZ0z-0001xm-IV for emacs-devel@gnu.org; Thu, 24 Jun 2004 14:32:01 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BdZ0x-0001xN-1F for emacs-devel@gnu.org; Thu, 24 Jun 2004 14:32:01 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BdZ0w-0001xD-V4 for emacs-devel@gnu.org; Thu, 24 Jun 2004 14:31:58 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BdYzQ-00077P-CT for emacs-devel@gnu.org; Thu, 24 Jun 2004 14:30:24 -0400 Original-Received: from zaretski ([80.230.144.95]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DJM10664; Thu, 24 Jun 2004 21:30:19 +0300 (IDT) Original-To: Andreas Schwab X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Andreas Schwab on Thu, 24 Jun 2004 10:51:03 +0200) 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:25228 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25228 > From: Andreas Schwab > Date: Thu, 24 Jun 2004 10:51:03 +0200 > > > (autoload 'grep-regex-alist "grep") > > > > Comments? > > autoload doesn't work with variables. So maybe the example was bad, but the original question still stands: should we do that for some grep-* functions that were previously in compile?