Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-11-08 Thread Eric Fraga
Eric Schulte writes: [...] > In any Org-mode buffer create and enter an empty code block, I like to > do this with " cursor at C > > #+begin_src sh > C > #+end_src > > Then "C-'" into edit mode type "foo bar" do *not* type enter, and then > do a "C-'" again to go back to the Org-mode buffer. Yo

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-11-08 Thread Eric Schulte
Andy Moreton writes: > On 07/11/2012 23:02, Eric S Fraga wrote: >> Andy Moreton writes: >>> I'm seeing a similar problem in emacs trunk (r110821) where "C-c '" in >>> the *Org Src* buffer closes the source edit window and discards the >>> entire contents of the source block. >>> >>> Should I rai

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-11-08 Thread Andy Moreton
On 07/11/2012 23:02, Eric S Fraga wrote: Andy Moreton writes: I'm seeing a similar problem in emacs trunk (r110821) where "C-c '" in the *Org Src* buffer closes the source edit window and discards the entire contents of the source block. Should I raise an emacs bug for this ? AndyM I've

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-11-07 Thread Eric S Fraga
Eric S Fraga writes: > I will try to repeat this and develop a repeatable test case. I have been unable to have this problem (disappearing src code blocks) appear again. Thanks, eric -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.2.50.1 and Org release_7.9.2-570-gc149e04a

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-11-07 Thread Eric S Fraga
Andy Moreton writes: > I'm seeing a similar problem in emacs trunk (r110821) where "C-c '" in > the *Org Src* buffer closes the source edit window and discards the > entire contents of the source block. > > Should I raise an emacs bug for this ? > > AndyM I've seen this happen recently as wel

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-11-07 Thread Andy Moreton
On Thu 25 Oct 2012, Bastien wrote: > Hi Hsiu-Khuern, > > Hsiu-Khuern Tang writes: > >> Sorry if this has been reported -- a brief search didn't turn up >> anything. > > this is now fixed -- thanks for reporting this! > > Best, Has this been pushed to org in emacs trunk ? I'm seeing a similar pr

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-10-30 Thread Hsiu-Khuern Tang
Hi Bastien, * On Thu 10:53AM, 25 Oct 2012, Bastien (b...@altern.org) wrote: > Hsiu-Khuern Tang writes: > > > Sorry if this has been reported -- a brief search didn't turn up > > anything. > > this is now fixed -- thanks for reporting this! Thanks for working on this. It's better than before,

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-10-25 Thread Bastien
Hi Hsiu-Khuern, Hsiu-Khuern Tang writes: > Sorry if this has been reported -- a brief search didn't turn up > anything. this is now fixed -- thanks for reporting this! Best, -- Bastien

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-10-23 Thread Hsiu-Khuern Tang
* On Tue 04:31PM, 23 Oct 2012, Nick Dokos (nicholas.do...@hp.com) wrote: > Hsiu-Khuern Tang wrote: > > > Hi, > > > > Sorry if this has been reported -- a brief search didn't turn up anything. > > > > Start with this 3-line org file: > > > > -- >

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-10-23 Thread myles english
Nick Dokos writes: > Hsiu-Khuern Tang wrote: > >> Hi, >> >> Sorry if this has been reported -- a brief search didn't turn up anything. >> >> Start with this 3-line org file: >> >> -- >> #+begin_example >> >> #+end_example >> ---

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-10-23 Thread Nick Dokos
Hsiu-Khuern Tang wrote: > Hi, > > Sorry if this has been reported -- a brief search didn't turn up anything. > > Start with this 3-line org file: > > -- > #+begin_example > > #+end_example > -- >

Re: [O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-10-23 Thread Myles English
Hi Hsiu, Hsiu-Khuern Tang writes: > What I get is this: > -- > #+begin_example test#+end_example > -- > > Anyone else able to reproduce this? I can't, I get: #+begin_example test #+end_example wi

[O] Bug: source code editing using C-c ' (org-edit-special) eats characters

2012-10-23 Thread Hsiu-Khuern Tang
Hi, Sorry if this has been reported -- a brief search didn't turn up anything. Start with this 3-line org file: -- #+begin_example #+end_example -- Do these steps: - go to the 2nd line - type C-c '