From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: 8.3 hangs Date: Sat, 08 Aug 2015 10:14:35 +0200 Message-ID: <87r3neb3is.fsf@nicolasgoaziou.fr> References: <87pp30hmlb.fsf@nicolasgoaziou.fr> <87io8seyim.fsf@nicolasgoaziou.fr> <20150807041125.GC28462@chitra.no-ip.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNzFc-0007aP-9Z for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 04:13:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNzFY-00032B-QZ for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 04:13:08 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:46497) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNzFY-00031w-JP for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 04:13:04 -0400 In-Reply-To: (Samuel Wales's message of "Fri, 7 Aug 2015 17:55:43 -0700") 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: Samuel Wales Cc: emacs-orgmode@gnu.org Samuel Wales writes: > thanks, suvayu, how do i use this org element minor mode? > > i get hangs quite frequently, for example when sorting in the outline > buffer. The freeze is the consequence of a cache corruption, but it doesn't give information about what caused that corruption (almost certainly without any visible consequence at that time). This minor mode solves this by sending a message in the minibuffer whenever an action corrupts the cache. However, it slows down editing a lot, so it is only reasonable to use it on short documents. If you run it and notice a cache corruption, please report it. Regards,