Re: [O] C-0 C-c | throws emacs into infinite loop

2011-03-19 Thread Le Wang
On Sat, Mar 19, 2011 at 2:43 PM, Carsten Dominik wrote: > > On 18.3.2011, at 15:29, Le Wang wrote: > > > The doc-string of `org-table-convert-region' doesn't specifically address > 0 as SEPARATOR, but 0 is an integer. It shouldn't hang in any case. When I > C-g out of the loop, my undo limit was

Re: [O] C-0 C-c | throws emacs into infinite loop

2011-03-18 Thread Carsten Dominik
On 18.3.2011, at 15:29, Le Wang wrote: > The doc-string of `org-table-convert-region' doesn't specifically address 0 > as SEPARATOR, but 0 is an integer. It shouldn't hang in any case. When I > C-g out of the loop, my undo limit was exceeded because the line filled with > hundreds of thousan

[O] C-0 C-c | throws emacs into infinite loop

2011-03-18 Thread Le Wang
The doc-string of `org-table-convert-region' doesn't specifically address 0 as SEPARATOR, but 0 is an integer. It shouldn't hang in any case. When I C-g out of the loop, my undo limit was exceeded because the line filled with hundreds of thousands of empty cells. I think the correct behavior is