From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sivaram Neelakantan Subject: orgtble and flyspell interaction causing mem exhaustion error? Date: Fri, 29 Nov 2013 08:23:01 +0530 Message-ID: <87y547gbqq.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmECq-0006Cv-3N for emacs-orgmode@gnu.org; Thu, 28 Nov 2013 21:53:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VmECi-0007oX-Qm for emacs-orgmode@gnu.org; Thu, 28 Nov 2013 21:53:24 -0500 Received: from plane.gmane.org ([80.91.229.3]:60545) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VmECi-0007oS-KV for emacs-orgmode@gnu.org; Thu, 28 Nov 2013 21:53:16 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VmECe-0000KI-4I for emacs-orgmode@gnu.org; Fri, 29 Nov 2013 03:53:12 +0100 Received: from 122.167.116.155 ([122.167.116.155]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Nov 2013 03:53:12 +0100 Received: from nsivaram.net by 122.167.116.155 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 29 Nov 2013 03:53:12 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org When I try to create an table using org-table-create, the table outline shows up and upon writing any word in any cell, it causes Emacs to freeze up with an error like 95% physical mem used. When I disable flyspell mode and try it again, the issue does not happen. Anyone else experiencing this or is it only me? sivaram --