Re: [O] [BUG] Unmatched #+end-src

2011-03-12 Thread Martyn Jago
Aankhen writes: Thanks for the heads-up Aankhen, I had indeed missed the enclosing infinite loop. I modified your patch slightly since my test still failed, and made further tests. >From b55d846b57fc2ebf3c282cb1fbb27becfdd7d4fd Mon Sep 17 00:00:00 2001 From: Martyn Jago Date: Sat, 12 Mar 2011

Re: [O] [BUG] Unmatched #+end-src

2011-03-12 Thread Aankhen
Hi, On Sat, Mar 12, 2011 at 22:26, Martyn Jago wrote: > --8<---cut here---start->8--- > * Unmatched #+end-src bug > > #+end_src > --8<---cut here---end--->8--- > > With the above simple org file, placing the cursor at the end

[O] [BUG] Unmatched #+end-src

2011-03-12 Thread Martyn Jago
Hi --8<---cut here---start->8--- * Unmatched #+end-src bug #+end_src --8<---cut here---end--->8--- With the above simple org file, placing the cursor at the end of #+end_src and hitting return causes emacs to hang. The bu