emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 4a6d39b: Make 'backtab' work in table-mode on text


From: Eli Zaretskii
Subject: [Emacs-diffs] master 4a6d39b: Make 'backtab' work in table-mode on text terminals
Date: Sat, 7 May 2016 08:20:36 +0000 (UTC)

branch: master
commit 4a6d39b395bda91a497f8e81afec4339ecf5b49f
Author: Tino Calancha <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Make 'backtab' work in table-mode on text terminals
    
    * lisp/textmodes/table.el (table-cell-bindings): Bind 'backtab'
    explicitly.  (Bug#23456)
---
 lisp/textmodes/table.el |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/textmodes/table.el b/lisp/textmodes/table.el
index 653db83..3502adf 100644
--- a/lisp/textmodes/table.el
+++ b/lisp/textmodes/table.el
@@ -936,6 +936,7 @@ This is always set to nil at the entry to 
`table-with-cache-buffer' before execu
     ([(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)



reply via email to

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