From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Subject: [bug]org-mode with flyspell-mode freezes emacs Date: Thu, 12 Oct 2006 03:10:03 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GXq7Q-00011u-6i for emacs-orgmode@gnu.org; Wed, 11 Oct 2006 22:16:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GXq7N-0000wJ-JI for emacs-orgmode@gnu.org; Wed, 11 Oct 2006 22:16:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GXq7N-0000vv-Dz for emacs-orgmode@gnu.org; Wed, 11 Oct 2006 22:16:17 -0400 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GXqFV-0001Ui-Bl for emacs-orgmode@gnu.org; Wed, 11 Oct 2006 22:24:41 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GXq4a-00011l-AG for emacs-orgmode@gnu.org; Thu, 12 Oct 2006 04:13:25 +0200 Received: from sl392.st-edmunds.cam.ac.uk ([131.111.223.202]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Oct 2006 04:13:24 +0200 Received: from sdl.web by sl392.st-edmunds.cam.ac.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 Oct 2006 04:13:24 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org --=-=-= Dear all, 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. --=-=-= Content-Type: application/octet-stream Content-Disposition: attachment; filename=test Content-Description: test (setq inhibit-startup-message t) (add-hook 'text-mode-hook (lambda nil (flyspell-mode t))) (add-to-list 'auto-mode-alist '("\\.org" . org-mode)) --=-=-= Content-Type: application/octet-stream Content-Disposition: attachment; filename=test.org Content-Description: test.org dddd [[mailto:tt308@cat.ac.uk][TT308@cat.ac.uk]] --=-=-= Thanks, -- Leo --=-=-= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --=-=-=--