Ihor Radchenko writes:
> To clarify, I haven't applied the patch onto Org upstream.
> Before the patch, the table is distorted because of an omission in Org.
> After the patch, the table is distorted only using your reproducer
> specifically, and the issue appears to be on Emacs side.
I now appl
Tak Kunihiro writes:
> I still see the problem with GNU Emacs 29.0.50 (build 8,
> x86_64-apple-darwin21.5.0, NS appkit-2113.50 Version 12.4 (Build 21F79))
> of 2022-05-23 with org-version 9.5.3.
>
> I create org-tables and revise these everyday. On duplication of a
> cell, I hit S- often. The pr
Dear Ihor,
> However, this (delete-char 1) somehow deletes 2!! chars instead of
> 1. This should be some tricky Emacs issue (bug?). In any case, I am
> not ready to dig into what is going on in Emacs. I do not think that
> such problem is going to appear during normal Emacs usage. At least, I
> wa
Tak Kunihiro writes:
> Thank you for the patch. I applied the patch to org-table.el on Emacs
> 28.0.90.
>
> And I still see the problem there. Is the problem solved by the patch
> on your environment?
The problem was solved on my side, but _not_ using your reproducer
explicitly. If I save the
Tak Kunihiro writes:
> Thank you for the patch. I applied the patch to org-table.el on Emacs
> 28.0.90.
>
> And I still see the problem there. Is the problem solved by the patch
> on your environment?
The problem was solved on my side, but _not_ using your reproducer
explicitly. If I save the
Dear Ihor
Thank you for the patch. I applied the patch to org-table.el on Emacs
28.0.90.
And I still see the problem there. Is the problem solved by the patch
on your environment?
Tak
Ihor Radchenko writes:
> Tak Kunihiro writes:
>
>> I confirm that there still is the problem with org-tabl
Tak Kunihiro writes:
> I confirm that there still is the problem with org-table on Emacs
> 28.0.90 pretest with org-version 9.5.1.
>
> Here is a recipe to reproduce the problem. I still have to stick to
> 26.3.
I was able to reproduce. Can you try the attached fix?
Best,
Ihor
>From 7b1a7d43e0
I confirm that there still is the problem with org-table on Emacs
28.0.90 pretest with org-version 9.5.1.
Here is a recipe to reproduce the problem. I still have to stick to
26.3.
1. emacs -Q
2. (defun emacs-bug-reproduce-45915 () ...)
3. (call-interactively 'emacs-bug-reproduce-45915)
(defu