From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim Cross Newsgroups: gmane.emacs.devel Subject: Re: Slow/poor responsiveness in org files Date: Sat, 20 Aug 2011 10:53:01 +1000 Message-ID: References: <87fwkzcg7d.fsf@gnu.org> <87r54j5426.fsf@gmail.com> <87ty9dylqo.fsf@altern.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1313801594 9262 80.91.229.12 (20 Aug 2011 00:53:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 20 Aug 2011 00:53:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: Bastien Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 20 02:53:08 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QuZoB-0002fg-WC for ged-emacs-devel@m.gmane.org; Sat, 20 Aug 2011 02:53:08 +0200 Original-Received: from localhost ([::1]:44587 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QuZoB-00026R-Cp for ged-emacs-devel@m.gmane.org; Fri, 19 Aug 2011 20:53:07 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:36168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QuZo7-00026B-Jd for emacs-devel@gnu.org; Fri, 19 Aug 2011 20:53:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QuZo6-0000IH-GL for emacs-devel@gnu.org; Fri, 19 Aug 2011 20:53:03 -0400 Original-Received: from mail-iy0-f175.google.com ([209.85.210.175]:65040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QuZo6-0000HZ-Bn for emacs-devel@gnu.org; Fri, 19 Aug 2011 20:53:02 -0400 Original-Received: by iyn15 with SMTP id 15so5184891iyn.6 for ; Fri, 19 Aug 2011 17:53:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=zU15NmjzGvn/OVdWMtuCpqONVtfJG0G4yBwo+xZSpTQ=; b=JlcpyqaEJcGk3K236bzvf/vlBPldSUsYZFxRUlkyuc10YQgjmPb1GZMVC/rRTO2ZdS v9V1ddHFcfOHrL0cHRuSBOXR87nZKJKNsf3LNuTh98ZcJJXkKRfyvWB0vPcbdDOLLhqy A08OGEt6T/mFCa6bkNncTPCyeQJD/wWYW+0y0= Original-Received: by 10.43.46.65 with SMTP id un1mr446976icb.20.1313801581522; Fri, 19 Aug 2011 17:53:01 -0700 (PDT) Original-Received: by 10.231.37.77 with HTTP; Fri, 19 Aug 2011 17:53:01 -0700 (PDT) In-Reply-To: <87ty9dylqo.fsf@altern.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.175 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:143447 Archived-At: On Sat, Aug 20, 2011 at 10:23 AM, Bastien wrote: > Hi Tim, > > Tim Cross writes: > >> OK, will do. > > Thanks in advance! > >> As Bastien indicates this is a known problem, I will assume there is >> an existing bug report and won't create a new one. I will post my >> results back here. Given the combinations to test, this will take some >> work and some time. > > Please first try what Antoine suggested. > >> One question I do have, how do I run emacs bzr trunk with org 7.4? Is >> it sufficient to just ensure some 7.4 load directory is =A0first in the >> load path? > > I think so. > >> Also, what is the url to get 7.4? > > http://orgmode.org/org-7.4.tar.gz > > Or get Org from git: > > =A0~$ git clone git://orgmode.org/org-mode.git > > and checkout commit 597e2863377fb8763cf6951e3b4e777b4616300d > > HTH, > > -- > =A0Bastien > OK, will try to do later this weekend. Was going to check the bidi settings first as the changing of the default for bidi mode and the merge of 7.7 occured quite close - probably within the same update for me. I am a daily org user and had not noticed any performance issues with 7.4. Need to wait until my work completes the current major system update outage to get access to my large org file that I want to test with. Should be able to do this tomorrow. Tim P.S. I did notice no significant performance problems with very small org test files. It would seem you need to cross some size threshold before you notice the performance impact.