Achim Gratz <strom...@nexgo.de> writes:

> Commit 00040e7 by David Maus has introduced a regression when inserting
> into org tables while overwrite mode is on.  For each character inserted
> into a table cell, the cell (and the whole table row) gets shortened by
> one character.
>
> If the change can not be reverted, the deletion must not
> happen when overwrite mode is on, maybe through something like this:
>
>       (if (not overwrite-mode) (delete-char -1))

The change cannot be reverted, since Emacs24 issues a compile-time
warning about using delete-backward-char, even though that warning has
been dropped from the doc string... so it needs to be protected or
replaced by an org-specific version that honors overwrite mode.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Samples for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra


Reply via email to