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

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

bug#23456: 25.0.93; Explicitely bind <backtab> to 'table-backward-cell'


From: Eli Zaretskii
Subject: bug#23456: 25.0.93; Explicitely bind <backtab> to 'table-backward-cell'
Date: Sat, 07 May 2016 11:21:44 +0300

> Date: Thu, 5 May 2016 14:44:31 +0900 (JST)
> From: Tino Calancha <f92capac@gmail.com>
> 
> ;; Suggested patch:
> 
> diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el
> index 653db83..49411f4 100644
> --- a/lisp/textmodes/table.el
> +++ b/lisp/textmodes/table.el
> @@ -936,6 +936,7 @@ table-cell-bindings
>       ([(shift backtab)]      . table-backward-cell) ; for HPUX console 
> keyboard
>       ([(shift iso-lefttab)]    . table-backward-cell) ; shift-tab on a 
> microsoft natural keyboard and redhat linux
>       ([(shift tab)]  . table-backward-cell)
> +    ([backtab]          . table-backward-cell) ; for terminals (e.g. xterm)
>       ([return]               . *table--cell-newline)
>       ([(control m)]  . *table--cell-newline)
>       ([(control j)]  . *table--cell-newline-and-indent)

Thanks, pushed to master.

Please in the future provide a ChangeLog style log message as well.





reply via email to

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