From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: still seeing semi-regular lockups Date: Sun, 06 Jul 2014 09:28:05 +0200 Message-ID: <87a98n3q0q.fsf@nicolasgoaziou.fr> References: <87siocrbyb.fsf@ericabrahamsen.net> <87siobtn1i.fsf@bzg.ath.cx> <87ha4r1j91.fsf@tanger.home> <87k39hdf2o.fsf@tanger.home> <87ppj86elt.fsf@ericabrahamsen.net> <874n0kde2y.fsf@tanger.home> <87bnus4s5n.fsf@ericabrahamsen.net> <87egye7kx3.fsf@nicolasgoaziou.fr> <87a992mleu.fsf@ericabrahamsen.net> <87ha3425s3.fsf@ericabrahamsen.net> <87r428v4hn.fsf@ericabrahamsen.net> <87y4wdwmsy.fsf@nicolasgoaziou.fr> <87wqbw9ol5.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59946) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3grJ-0005Gk-MB for emacs-orgmode@gnu.org; Sun, 06 Jul 2014 03:27:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X3gr9-0006Y3-DO for emacs-orgmode@gnu.org; Sun, 06 Jul 2014 03:27:37 -0400 Received: from relay5-d.mail.gandi.net ([2001:4b98:c:538::197]:59640) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X3gr9-0006Xp-6n for emacs-orgmode@gnu.org; Sun, 06 Jul 2014 03:27:27 -0400 In-Reply-To: (York Zhao's message of "Wed, 2 Jul 2014 21:03:33 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: York Zhao Cc: Eric Abrahamsen , emacs-orgmode Hello, York Zhao writes: > The exact same slowness problem happened just now. "M-x org-element-cache-reset" > didn't have any effect. Nor did setting `org-element-use-cache' to nil. Again, > killed the buffer and reopened didn't help. It looks like the problem isn't related to the cache then. Anyway, you could try to do some profiling (see `profiler-start'). > One thing I didn't do, unfortunately, was that I reset cache only for the buffer > where the slowness manifested. I think I should try reseting cache for all the 8 > buffers too right? Cache is buffer dependent, so you don't need to reset cache for all of them (though it's simply C-u M-x org-element-cache-reset). Regards, -- Nicolas Goaziou