emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* orgtble and flyspell interaction causing mem exhaustion error?
@ 2013-11-29  2:53 Sivaram Neelakantan
  2013-11-29  3:21 ` Nick Dokos
  0 siblings, 1 reply; 9+ messages in thread
From: Sivaram Neelakantan @ 2013-11-29  2:53 UTC (permalink / raw)
  To: emacs-orgmode

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
 -- 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: orgtble and flyspell interaction causing mem exhaustion error?
  2013-11-29  2:53 orgtble and flyspell interaction causing mem exhaustion error? Sivaram Neelakantan
@ 2013-11-29  3:21 ` Nick Dokos
  2013-11-29  6:10   ` Sivaram Neelakantan
  0 siblings, 1 reply; 9+ messages in thread
From: Nick Dokos @ 2013-11-29  3:21 UTC (permalink / raw)
  To: emacs-orgmode

Sivaram Neelakantan <nsivaram.net@gmail.com> writes:

> 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?
>

Worked fine here.

-- 
Nick

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: orgtble and flyspell interaction causing mem exhaustion error?
  2013-11-29  3:21 ` Nick Dokos
@ 2013-11-29  6:10   ` Sivaram Neelakantan
  2013-11-29 14:56     ` Nick Dokos
  2014-02-18  4:33     ` Alexander Vorobiev
  0 siblings, 2 replies; 9+ messages in thread
From: Sivaram Neelakantan @ 2013-11-29  6:10 UTC (permalink / raw)
  To: emacs-orgmode

On Fri, Nov 29 2013,Nick Dokos wrote:

> Sivaram Neelakantan <nsivaram.net@gmail.com> writes:
>
>> 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?
>>
>
> Worked fine here.

sorry, forgot to mention, mine is win32 Emacs 24.3 on win 7 with
aspell from cygwin and the latest git snapshot of org.

 sivaram
 -- 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: orgtble and flyspell interaction causing mem exhaustion error?
  2013-11-29  6:10   ` Sivaram Neelakantan
@ 2013-11-29 14:56     ` Nick Dokos
  2014-02-18  4:33     ` Alexander Vorobiev
  1 sibling, 0 replies; 9+ messages in thread
From: Nick Dokos @ 2013-11-29 14:56 UTC (permalink / raw)
  To: emacs-orgmode

Sivaram Neelakantan <nsivaram.net@gmail.com> writes:

> On Fri, Nov 29 2013,Nick Dokos wrote:
>
>> Sivaram Neelakantan <nsivaram.net@gmail.com> writes:
>>
>>> 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?
>>>
>>
>> Worked fine here.
>
> sorry, forgot to mention, mine is win32 Emacs 24.3 on win 7 with
> aspell from cygwin and the latest git snapshot of org.
>

I'm on linux:

Org-mode version 8.2.3c (release_8.2.3c-305-g0911ed @
/home/nick/elisp/org-mode/lisp/)
GNU Emacs 24.3.50.2 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.10) of
2013-07-14 on pierrot

-- 
Nick

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: orgtble and flyspell interaction causing mem exhaustion error?
  2013-11-29  6:10   ` Sivaram Neelakantan
  2013-11-29 14:56     ` Nick Dokos
@ 2014-02-18  4:33     ` Alexander Vorobiev
  2014-02-18 14:04       ` Charles Millar
  1 sibling, 1 reply; 9+ messages in thread
From: Alexander Vorobiev @ 2014-02-18  4:33 UTC (permalink / raw)
  To: Sivaram Neelakantan; +Cc: emacs-orgmode

I am seeing similar behavior with tables: if I type a bar and some
text, then as soon as I enter second bar emacs freezes. Turning
flyspell off seems to fix the problem. I actually see this both on
Windows 7 with hunspell and on linux with aspell.  I use org-mode from
git on both but I haven't used tables in a while so I don't really
know when the problem began. In non-org buffers flyspell doesn't seem
to care about bars.

Alex

On Fri, Nov 29, 2013 at 12:10 AM, Sivaram Neelakantan
<nsivaram.net@gmail.com> wrote:
> On Fri, Nov 29 2013,Nick Dokos wrote:
>
>> Sivaram Neelakantan <nsivaram.net@gmail.com> writes:
>>
>>> 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?
>>>
>>
>> Worked fine here.
>
> sorry, forgot to mention, mine is win32 Emacs 24.3 on win 7 with
> aspell from cygwin and the latest git snapshot of org.
>
>  sivaram
>  --
>
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: orgtble and flyspell interaction causing mem exhaustion error?
  2014-02-18  4:33     ` Alexander Vorobiev
@ 2014-02-18 14:04       ` Charles Millar
  2014-03-20 22:01         ` Bastien
  0 siblings, 1 reply; 9+ messages in thread
From: Charles Millar @ 2014-02-18 14:04 UTC (permalink / raw)
  To: emacs-orgmode

I have had the same problem on Vista. On my system it started about six 
to eight weeks ago. As I recall, a couple of times I attempted to create 
an org-table from a tab separated Excel spreadsheet using C-c |. The 
first bar appeared and emacs froze.

I also have experienced the same behavior as Alexander - enter the first 
bar, then some text. When I attempt to enter the second bar - emacs 
freezes.

I just tried it and emacs still freezes under those circumstances.

GNU Emacs 24.3.1 (i386-mingw-nt6.0.6002) of 2013-03-17 on MARVIN; 
Org-mode version 8.2.5h (release_8.2.5h-634-gea4eb4 @ 
c:/cygwin/home/owner/.elisp/org-mode/lisp/) flyspell mode on;

Charlie


Alexander Vorobiev wrote:
> I am seeing similar behavior with tables: if I type a bar and some
> text, then as soon as I enter second bar emacs freezes. Turning
> flyspell off seems to fix the problem. I actually see this both on
> Windows 7 with hunspell and on linux with aspell.  I use org-mode from
> git on both but I haven't used tables in a while so I don't really
> know when the problem began. In non-org buffers flyspell doesn't seem
> to care about bars.
>
> Alex
>
> On Fri, Nov 29, 2013 at 12:10 AM, Sivaram Neelakantan
> <nsivaram.net@gmail.com> wrote:
>> On Fri, Nov 29 2013,Nick Dokos wrote:
>>
>>> Sivaram Neelakantan <nsivaram.net@gmail.com> writes:
>>>
>>>> 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?
>>>>
>>>
>>> Worked fine here.
>>
>> sorry, forgot to mention, mine is win32 Emacs 24.3 on win 7 with
>> aspell from cygwin and the latest git snapshot of org.
>>
>>   sivaram
>>   --
>>
>>
>
>


---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: orgtble and flyspell interaction causing mem exhaustion error?
  2014-02-18 14:04       ` Charles Millar
@ 2014-03-20 22:01         ` Bastien
  2014-03-21  1:20           ` Charles Millar
  0 siblings, 1 reply; 9+ messages in thread
From: Bastien @ 2014-03-20 22:01 UTC (permalink / raw)
  To: Charles Millar; +Cc: emacs-orgmode

Hi Charles,

Charles Millar <millarc@verizon.net> writes:

> I have had the same problem on Vista. On my system it started about
> six to eight weeks ago. As I recall, a couple of times I attempted to
> create an org-table from a tab separated Excel spreadsheet using C-c
> |. The first bar appeared and emacs froze.

is it getting any better with latest Org?

Seems rather annoying, if should get this fixed somehow.

Thanks,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: orgtble and flyspell interaction causing mem exhaustion error?
  2014-03-20 22:01         ` Bastien
@ 2014-03-21  1:20           ` Charles Millar
  2014-03-21  8:00             ` Bastien
  0 siblings, 1 reply; 9+ messages in thread
From: Charles Millar @ 2014-03-21  1:20 UTC (permalink / raw)
  To: Bastien; +Cc: emacs-orgmode

Hi Bastien,

Bastien wrote:
> Hi Charles,
>
> Charles Millar <millarc@verizon.net> writes:
>
>> I have had the same problem on Vista. On my system it started about
>> six to eight weeks ago. As I recall, a couple of times I attempted to
>> create an org-table from a tab separated Excel spreadsheet using C-c
>> |. The first bar appeared and emacs froze.
>
> is it getting any better with latest Org?
>
> Seems rather annoying, if should get this fixed somehow.

I guess it's fixed.

Believe it or not, until earlier today, I did not have any reason to 
convert an Excel tab delimited file. I did so with no problem. I had 
forgotten about my earlier problem in this regards.

Thanks for keeping on top of this.

Charlie

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: orgtble and flyspell interaction causing mem exhaustion error?
  2014-03-21  1:20           ` Charles Millar
@ 2014-03-21  8:00             ` Bastien
  0 siblings, 0 replies; 9+ messages in thread
From: Bastien @ 2014-03-21  8:00 UTC (permalink / raw)
  To: Charles Millar; +Cc: emacs-orgmode

Hi Charles,

Charles Millar <millarc@verizon.net> writes:

> I guess it's fixed.

Thanks for confirming,

-- 
 Bastien

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-03-21  8:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-29  2:53 orgtble and flyspell interaction causing mem exhaustion error? Sivaram Neelakantan
2013-11-29  3:21 ` Nick Dokos
2013-11-29  6:10   ` Sivaram Neelakantan
2013-11-29 14:56     ` Nick Dokos
2014-02-18  4:33     ` Alexander Vorobiev
2014-02-18 14:04       ` Charles Millar
2014-03-20 22:01         ` Bastien
2014-03-21  1:20           ` Charles Millar
2014-03-21  8:00             ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).