From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Inefficient code in reftex-index.el Date: Tue, 07 Jun 2005 10:28:21 -0400 Message-ID: References: <85slzv7j87.fsf@lola.goethe.zz> <858y1n2g75.fsf@lola.goethe.zz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1118155062 25221 80.91.229.2 (7 Jun 2005 14:37:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Jun 2005 14:37:42 +0000 (UTC) Cc: emacs-devel@gnu.org, dominik@science.uva.nl Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 07 16:37:39 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dff6r-0001qH-GY for ged-emacs-devel@m.gmane.org; Tue, 07 Jun 2005 16:31:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DffDO-0000sd-9b for ged-emacs-devel@m.gmane.org; Tue, 07 Jun 2005 10:38:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DffAc-00086j-Nt for emacs-devel@gnu.org; Tue, 07 Jun 2005 10:35:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DffAT-0007zG-7Q for emacs-devel@gnu.org; Tue, 07 Jun 2005 10:35:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DffAS-0007wW-DI for emacs-devel@gnu.org; Tue, 07 Jun 2005 10:35:00 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dff91-0008UP-LW for emacs-devel@gnu.org; Tue, 07 Jun 2005 10:33:31 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Dff41-0001dk-N2; Tue, 07 Jun 2005 10:28:21 -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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:38257 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38257 In any case, to me, the match-data interface should not be considered a user-level feature _at all_. I don't agree. It is legitimate for user code to call match-data directly. There is no reason for the changes people are proposing.