From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/64007 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.gnus.general Subject: Re: Slow operations on buffers of tens of megabytes Date: Mon, 20 Nov 2006 07:59:32 -0500 Message-ID: References: <87r6vzepfu.fsf@denkblock.local> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1164027633 23939 80.91.229.2 (20 Nov 2006 13:00:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Nov 2006 13:00:33 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, ding@gnus.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Mon Nov 20 14:00:29 2006 Return-path: Envelope-to: gebp-emacs-pretest-bug@gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gm8ky-0005Ph-Om for gebp-emacs-pretest-bug@gmane.org; Mon, 20 Nov 2006 14:00:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gm8kx-00087O-N2 for gebp-emacs-pretest-bug@gmane.org; Mon, 20 Nov 2006 08:00:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gm8kI-0007Sj-Fq for emacs-pretest-bug@gnu.org; Mon, 20 Nov 2006 07:59:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gm8kH-0007S0-TL for emacs-pretest-bug@gnu.org; Mon, 20 Nov 2006 07:59:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gm8kH-0007Rn-JQ for emacs-pretest-bug@gnu.org; Mon, 20 Nov 2006 07:59:33 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Gm8kH-0004yT-P0 for emacs-pretest-bug@gnu.org; Mon, 20 Nov 2006 07:59:33 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Gm8kG-0003Qx-Ao; Mon, 20 Nov 2006 07:59:32 -0500 Original-To: Elias Oltmanns In-reply-to: <87r6vzepfu.fsf@denkblock.local> (message from Elias Oltmanns on Sun, 19 Nov 2006 10:49:41 +0100) X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:15132 gmane.emacs.gnus.general:64007 Archived-At: Without really knowing anything about emacs 23, I'm just curious to know if something like a generic mechanism to restrict pattern matching for heavily used functions like re-search-forward to some limitted case tables, e.g., the ASCII table, will be provided (if applicable, that is) by emacs. Why would we why we want such a feature? It is not needed to deal with this problem, or any other problem I can recall. Of course, you can always install your own case table.