Re: [O] Bug: c++ code block automatically adds comma [8.2.10 (release_8.2.10 @ c:/Users/Louis/home/bin/emacs-24.5/share/emacs/24.5/lisp/org/)]

2017-10-24 Thread Nicolas Goaziou
Hello, Michal Politowski writes: > On Mon, 23 Oct 2017 12:15:29 +0200, Nicolas Goaziou wrote: >> Hello, >> >> Michal Politowski writes: >> >> > Interesting, even if not very likely to hit anyone, that lines >> > intentionally starting with ,,* are not escaped and

Re: [O] Bug: c++ code block automatically adds comma [8.2.10 (release_8.2.10 @ c:/Users/Louis/home/bin/emacs-24.5/share/emacs/24.5/lisp/org/)]

2017-10-23 Thread Michal Politowski
On Mon, 23 Oct 2017 12:15:29 +0200, Nicolas Goaziou wrote: > Hello, > > Michal Politowski writes: > > > Interesting, even if not very likely to hit anyone, that lines > > intentionally starting with ,,* are not escaped and thus > > lose one comma on the next edit. > > Could you

Re: [O] Bug: c++ code block automatically adds comma [8.2.10 (release_8.2.10 @ c:/Users/Louis/home/bin/emacs-24.5/share/emacs/24.5/lisp/org/)]

2017-10-23 Thread Nicolas Goaziou
Hello, Michal Politowski writes: > Interesting, even if not very likely to hit anyone, that lines > intentionally starting with ,,* are not escaped and thus > lose one comma on the next edit. Could you provide an ECM? Regards, -- Nicolas Goaziou

Re: [O] Bug: c++ code block automatically adds comma [8.2.10 (release_8.2.10 @ c:/Users/Louis/home/bin/emacs-24.5/share/emacs/24.5/lisp/org/)]

2017-10-23 Thread Michal Politowski
On Sun, 22 Oct 2017 19:30:55 +0200, Nicolas Goaziou wrote: > Hello, > > Louis Strous writes: > > > When I edit a c++ code block using C-c ' and then finish the edit using > > C-c ' again, then org-mode sometimes adds a comma to the code. [...] > > Note the appearance of a

Re: [O] Bug: c++ code block automatically adds comma [8.2.10 (release_8.2.10 @ c:/Users/Louis/home/bin/emacs-24.5/share/emacs/24.5/lisp/org/)]

2017-10-22 Thread Nicolas Goaziou
Hello, Louis Strous writes: > When I edit a c++ code block using C-c ' and then finish the edit using > C-c ' again, then org-mode sometimes adds a comma to the code. > > Start of reproduction scenario: > > 1. Start emacs using "emacs -Q" > > 2. Execute "org-mode" to change the

[O] Bug: c++ code block automatically adds comma [8.2.10 (release_8.2.10 @ c:/Users/Louis/home/bin/emacs-24.5/share/emacs/24.5/lisp/org/)]

2017-10-22 Thread Louis Strous
When I edit a c++ code block using C-c ' and then finish the edit using C-c ' again, then org-mode sometimes adds a comma to the code. Start of reproduction scenario: 1. Start emacs using "emacs -Q" 2. Execute "org-mode" to change the *scratch* buffer's major mode to org-mode. 3. Add the