From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: diagnosing emacs hangs Date: Tue, 22 Jun 2010 12:05:47 +0200 Message-ID: <87sk4fbcw4.fsf@thinkpad.tsdh.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org To: help-gnu-emacs@gnu.org Cc: emacs-orgmode@gnu.org List-Id: emacs-orgmode.gnu.org Hi! Usually, you debug hangs by doing `M-x toggle-debug-on-quit' and hitting `C-g' when it hangs. Then you'll get a backtrace, which should point you to the infinte loop or something like that. Bye, Tassilo