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

Previous Next

Package: emacs;

Reported by: Tino Calancha <f92capac <at> gmail.com>

Date: Thu, 5 May 2016 05:43:02 UTC

Severity: minor

Tags: patch

Found in version 25.0.93

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #10 received at 23456-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Tino Calancha <f92capac <at> gmail.com>
Cc: 23456-done <at> debbugs.gnu.org
Subject: Re: 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 <at> 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.




This bug report was last modified 9 years and 19 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.