From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: Slow/poor responsiveness in org files Date: Sat, 20 Aug 2011 02:23:11 +0200 Message-ID: <87ty9dylqo.fsf@altern.org> References: <87fwkzcg7d.fsf@gnu.org> <87r54j5426.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1313799765 32591 80.91.229.12 (20 Aug 2011 00:22:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 20 Aug 2011 00:22:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tim Cross Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 20 02:22:39 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 1QuZKg-0004aI-QY for ged-emacs-devel@m.gmane.org; Sat, 20 Aug 2011 02:22:38 +0200 Original-Received: from localhost ([::1]:36725 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QuZKf-0004cN-Us for ged-emacs-devel@m.gmane.org; Fri, 19 Aug 2011 20:22:37 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:51483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QuZKc-0004Th-V5 for emacs-devel@gnu.org; Fri, 19 Aug 2011 20:22:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QuZKb-0008RW-9f for emacs-devel@gnu.org; Fri, 19 Aug 2011 20:22:34 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:57359) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QuZKb-0008RR-3T for emacs-devel@gnu.org; Fri, 19 Aug 2011 20:22:33 -0400 Original-Received: by wyi11 with SMTP id 11so2894493wyi.0 for ; Fri, 19 Aug 2011 17:22:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=sender:from:to:cc:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type; bh=BaduvjT9nN9KxnDFK0bU39zQLeCfoHAEuNhPML21Cn0=; b=WEsixso+KN3VVQ6N6KZMGooqcyBHlae1J5QNeW1C0O57oF68kU/aTcUu5c/Mve3aOf h0EY836gu+i/xteqauXgSEemU+P8fkEjsrF1uLsgXmLIQyhXtKut2HxN4N2MrlGOjZQ4 154HAIJzqxdcZN4zH5+MUihPcMxRjWDwa/78U= Original-Received: by 10.227.198.130 with SMTP id eo2mr268679wbb.50.1313799751919; Fri, 19 Aug 2011 17:22:31 -0700 (PDT) Original-Received: from myhost.localdomain (41.10.116.78.rev.sfr.net [78.116.10.41]) by mx.google.com with ESMTPS id el9sm2963175wbb.58.2011.08.19.17.22.30 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 19 Aug 2011 17:22:31 -0700 (PDT) Original-Received: by myhost.localdomain (Postfix, from userid 1000) id 2CB91604B; Sat, 20 Aug 2011 02:23:11 +0200 (CEST) In-Reply-To: (Tim Cross's message of "Sat, 20 Aug 2011 09:42:20 +1000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 74.125.82.169 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:143446 Archived-At: 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 first 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: ~$ git clone git://orgmode.org/org-mode.git and checkout commit 597e2863377fb8763cf6951e3b4e777b4616300d HTH, -- Bastien