From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Emacs hangs sometimes for no reason Date: Sun, 15 Jan 2017 08:34:36 -0800 Message-ID: <874m10i8o3.fsf@ericabrahamsen.net> References: <375517626d9045a99b6c008b5aaf62dd@HE1PR01MB1898.eurprd01.prod.exchangelabs.com> <87pojobni4.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cSnm3-0007sU-18 for emacs-orgmode@gnu.org; Sun, 15 Jan 2017 11:35:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cSnlz-00033b-V8 for emacs-orgmode@gnu.org; Sun, 15 Jan 2017 11:35:19 -0500 Received: from [195.159.176.226] (port=40609 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cSnlz-000334-NP for emacs-orgmode@gnu.org; Sun, 15 Jan 2017 11:35:15 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cSnle-0005Uo-87 for emacs-orgmode@gnu.org; Sun, 15 Jan 2017 17:34:54 +0100 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" To: emacs-orgmode@gnu.org Eric S Fraga writes: > On Saturday, 14 Jan 2017 at 18:33, Sebastian Christ wrote: >> in the last couple weeks (perhaps months?) Emacs hangs for no specific >> reason for me. The single constant is, that when it hangs, it hangs >> while I'm in org-mode. This occurs on multiple circumstance as > > Just to say that I experience the same. However, I track emacs as well > as org so I never know if the problem is emacs or org. In my case, all > hangs are when in org mode but that could be because I'm in org mode > 90% of the time... :-) I used to get this a lot, and always due to some interaction between the cache and flyspell. It hasn't happened to me for several months, though (Emacs from git, org-plus-contrib from the package manager). Who knows why... Eric