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: M-x grep is too slow Date: Tue, 20 Jul 2004 16:43:02 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <200407130036.JAA04111@etlken.m17n.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1090356918 25886 80.91.224.253 (20 Jul 2004 20:55:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 20 Jul 2004 20:55:18 +0000 (UTC) Cc: harder@ifa.au.dk, handa@m17n.org, monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 20 22:55:09 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bn1SN-0003Fw-00 for ; Tue, 20 Jul 2004 22:43:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bn1V7-0005nB-Dp for ged-emacs-devel@m.gmane.org; Tue, 20 Jul 2004 16:46:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bn1V1-0005n3-NR for emacs-devel@gnu.org; Tue, 20 Jul 2004 16:46:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bn1V1-0005mq-4B for emacs-devel@gnu.org; Tue, 20 Jul 2004 16:46:07 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bn1V0-0005mn-JB for emacs-devel@gnu.org; Tue, 20 Jul 2004 16:46:07 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bn1S3-0001s1-D4 for emacs-devel@gnu.org; Tue, 20 Jul 2004 16:43:03 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Bn1S2-0005DV-6Q; Tue, 20 Jul 2004 16:43:02 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:25855 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:25855 > Do you mean caching at the Lisp level inside Font-Lock mode? > That might be easy to do. I was thinking about doing it explicitly in compile.el... Is this slowness in font-lock or is it in compile.el?