From mboxrd@z Thu Jan 1 00:00:00 1970 From: sand@blarg.net Subject: orgtbl-mode-map is missing TAB-related bindings Date: Mon, 15 Jun 2009 19:01:02 -0700 Message-ID: <18998.64734.909448.954503@priss.frightenedpiglet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MGNzG-0004Jy-Ke for emacs-orgmode@gnu.org; Mon, 15 Jun 2009 22:01:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MGNzC-0004DM-2h for emacs-orgmode@gnu.org; Mon, 15 Jun 2009 22:01:22 -0400 Received: from [199.232.76.173] (port=50358 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MGNzB-0004DD-W0 for emacs-orgmode@gnu.org; Mon, 15 Jun 2009 22:01:18 -0400 Received: from v-static-143-234.avvanta.com ([206.124.143.234]:38673 helo=priss.frightenedpiglet.com) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MGNzB-0005lr-5K for emacs-orgmode@gnu.org; Mon, 15 Jun 2009 22:01:17 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org The Emacs 23 org-table.el library (6.21b) includes a binding for org-table-previous-field: (org-defkey orgtbl-mode-map [(shift tab)] (orgtbl-make-binding 'org-table-previous-field 104 [(shift tab)] [(tab)] "\C-i")) On both my work and home machines, Shift+TAB generates the event , which is then translated to . The above binding does not match those events. For comparison, the org-mode-map definition has complete coverage: (unless (featurep 'xemacs) (org-defkey org-mode-map [S-iso-lefttab] 'org-shifttab)) (org-defkey org-mode-map [(shift tab)] 'org-shifttab) (define-key org-mode-map [backtab] 'org-shifttab) Can someone add the necessary bindings to orgtbl-mode-map? Thanks, Derek -- Derek Upham sand@blarg.net