From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: orgtbl-mode-map is missing TAB-related bindings Date: Fri, 19 Jun 2009 17:47:12 +0200 Message-ID: <228E8E1B-5B3B-4EAD-8FEB-DD5D0A8F03EE@gmail.com> References: <18998.64734.909448.954503@priss.frightenedpiglet.com> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MHgsB-0008FY-2F for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 12:23:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHgs5-00088R-QP for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 12:23:26 -0400 Received: from [199.232.76.173] (port=50214 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHgs5-00088H-MP for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 12:23:21 -0400 Received: from mail-ew0-f210.google.com ([209.85.219.210]:36753) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHgs5-0005v3-AO for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 12:23:21 -0400 Received: by mail-ew0-f210.google.com with SMTP id 6so2486891ewy.42 for ; Fri, 19 Jun 2009 09:23:20 -0700 (PDT) In-Reply-To: <18998.64734.909448.954503@priss.frightenedpiglet.com> 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: sand@blarg.net Cc: emacs-orgmode@gnu.org Hi Derek, thank you for your report. I have added this binding, and also one for backtab. Please verify that this is now working correctly. - Carsten On Jun 16, 2009, at 4:01 AM, sand@blarg.net wrote: > 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 > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode