emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] orgtbl-mode-map is missing TAB-related bindings


From: Carsten Dominik
Subject: Re: [Orgmode] orgtbl-mode-map is missing TAB-related bindings
Date: Fri, 19 Jun 2009 17:47:12 +0200

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, address@hidden 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
<S-iso-lefttab>, which is then translated to <backtab>.  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
address@hidden


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

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