bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#38353: [PATCH] Do not break table.el cells by pressing delete


From: Eli Zaretskii
Subject: bug#38353: [PATCH] Do not break table.el cells by pressing delete
Date: Sat, 30 Nov 2019 13:57:00 +0200

> From: Michal Sojka <sojkam1@fel.cvut.cz>
> Date: Sat, 23 Nov 2019 23:32:39 +0100
> Cc: Michal Sojka <sojkam1@fel.cvut.cz>
> 
> When characters are deleted by pressing C-d (delete-char), cell
> boundaries are correctly preserved, but when using
> <delete> (delete-forward-char), cells are broken because cell
> boundaries `|' on the right are shifted one character left. This
> commit fixes that.
> 
> * lisp/textmodes/table.el (table-command-remap-alist): Add
>   entry for delete-forward-char.

Thanks, installed.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]