From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [bug]org-mode with flyspell-mode freezes emacs Date: Sun, 15 Oct 2006 00:20:52 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1160886074 7428 80.91.229.2 (15 Oct 2006 04:21:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Oct 2006 04:21:14 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 15 06:21:11 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GYxUp-0004Pt-9G for ged-emacs-devel@m.gmane.org; Sun, 15 Oct 2006 06:21:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYxUo-0003Cq-Oa for ged-emacs-devel@m.gmane.org; Sun, 15 Oct 2006 00:21:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GYxUc-0003Cd-It for emacs-devel@gnu.org; Sun, 15 Oct 2006 00:20:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GYxUb-0003CM-5P for emacs-devel@gnu.org; Sun, 15 Oct 2006 00:20:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYxUb-0003CF-1Q for emacs-devel@gnu.org; Sun, 15 Oct 2006 00:20:53 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GYxdP-0006by-TK for emacs-devel@gnu.org; Sun, 15 Oct 2006 00:29:59 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GYxUa-0007CX-0c; Sun, 15 Oct 2006 00:20:52 -0400 Original-To: Carsten Dominik X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:60750 Archived-At: On Thu Oct 12 10:51:51 2006 +0100, Carsten Dominik wrote: I can reproduce this under Emacs 22, but I have not been able to figure out what is causing this, because Emacs hangs so that it cannot even be stopped with C-g. It seems to be caused by links which contain hidden and intangible text. Don't really know where to go from here. - Carsten Can you run Emacs under GDB, stop it while it is in this loop, and send us the backtrace? As a next step, you could follow the advice in etc/DEBUG about investigating an infinite loop. This information could probably enable someone else to debug the Emacs bug. For others' information, the initial bug report: From: Leo Starting emacs with "emacs -q -l test test.org". Then press "C-x ]". Emacs will freeze. "test" and "test.org" are attached. Tested on GNU Emacs 23.0.0.1 (i686-pc-linux-gnu, GTK+ Version 2.8.20) of 2006-10-04 running under fedora core 5. (setq inhibit-startup-message t) (add-hook 'text-mode-hook (lambda nil (flyspell-mode t))) (add-to-list 'auto-mode-alist '("\\.org" . org-mode))