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: [rms@gnu.org: Re: mouse cannot be used in *grep* buffer if font-lock is turned off] Date: Wed, 20 Oct 2004 21:46:18 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <20041019210656.2de3ff4b@pfdabpc.inhouse.start.de> <20041019235901.4c13c969@pfdabpc.inhouse.start.de> <20041020090723.204aa0a4@pfdabpc.inhouse.start.de> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1098323271 1071 80.91.229.6 (21 Oct 2004 01:47:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 21 Oct 2004 01:47:51 +0000 (UTC) Cc: juri@jurta.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 21 03:47:45 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 1CKS3M-00089a-00 for ; Thu, 21 Oct 2004 03:47:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CKSAm-0005ge-QW for ged-emacs-devel@m.gmane.org; Wed, 20 Oct 2004 21:55:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CKSA8-0005Tk-Au for emacs-devel@gnu.org; Wed, 20 Oct 2004 21:54:44 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CKSA6-0005T0-U2 for emacs-devel@gnu.org; Wed, 20 Oct 2004 21:54:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CKSA6-0005SL-IG for emacs-devel@gnu.org; Wed, 20 Oct 2004 21:54:42 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CKS1z-0006ei-Nl for emacs-devel@gnu.org; Wed, 20 Oct 2004 21:46:19 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CKS1y-0007vU-VA; Wed, 20 Oct 2004 21:46:19 -0400 Original-To: Daniel Pfeiffer In-reply-to: <20041020090723.204aa0a4@pfdabpc.inhouse.start.de> (dapfy@t-online.de) 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:28681 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28681 Come to think of it, imenu is highly redundant with what font-lock does. And many modes set it up, whether you use it or not. Many modes specify how imenu should search. However, imenu doesn't do anything unless you try to use it.