* orgtbl-mode-map is missing TAB-related bindings
@ 2009-06-16 2:01 sand
2009-06-19 15:47 ` Carsten Dominik
0 siblings, 1 reply; 2+ messages in thread
From: sand @ 2009-06-16 2:01 UTC (permalink / raw)
To: emacs-orgmode
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
sand@blarg.net
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: orgtbl-mode-map is missing TAB-related bindings
2009-06-16 2:01 orgtbl-mode-map is missing TAB-related bindings sand
@ 2009-06-19 15:47 ` Carsten Dominik
0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2009-06-19 15:47 UTC (permalink / raw)
To: sand; +Cc: emacs-orgmode
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
> <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
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-19 16:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-16 2:01 orgtbl-mode-map is missing TAB-related bindings sand
2009-06-19 15:47 ` Carsten Dominik
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).