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: RMAIL slows Date: Wed, 13 Apr 2005 14:31:21 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1113417284 24462 80.91.229.2 (13 Apr 2005 18:34:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Apr 2005 18:34:44 +0000 (UTC) Cc: monnier@iro.umontreal.ca, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 13 20:34:43 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DLmgD-00051k-To for ged-emacs-devel@m.gmane.org; Wed, 13 Apr 2005 20:33:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLmGm-000720-QO for ged-emacs-devel@m.gmane.org; Wed, 13 Apr 2005 14:07:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DLmD9-0005jc-BJ for emacs-devel@gnu.org; Wed, 13 Apr 2005 14:03:35 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DLmD8-0005j8-Hb for emacs-devel@gnu.org; Wed, 13 Apr 2005 14:03:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DLmBm-00050j-9o for emacs-devel@gnu.org; Wed, 13 Apr 2005 14:02:10 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DLmem-0008DR-QP for emacs-devel@gnu.org; Wed, 13 Apr 2005 14:32:08 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DLme1-0003h5-Qt; Wed, 13 Apr 2005 14:31:21 -0400 Original-To: bob@rattlesnake.com In-reply-to: (bob@rattlesnake.com) 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:35946 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35946 I wonder if the slowness is due to an increasing number of markers or overlays in the buffer. Maybe goto-address is making them and never getting rid of them.