From: Carsten Dominik <carsten.dominik@gmail.com>
To: sand@blarg.net
Cc: emacs-orgmode@gnu.org
Subject: Re: orgtbl-mode-map is missing TAB-related bindings
Date: Fri, 19 Jun 2009 17:47:12 +0200 [thread overview]
Message-ID: <228E8E1B-5B3B-4EAD-8FEB-DD5D0A8F03EE@gmail.com> (raw)
In-Reply-To: <18998.64734.909448.954503@priss.frightenedpiglet.com>
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
prev parent reply other threads:[~2009-06-19 16:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-16 2:01 orgtbl-mode-map is missing TAB-related bindings sand
2009-06-19 15:47 ` Carsten Dominik [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=228E8E1B-5B3B-4EAD-8FEB-DD5D0A8F03EE@gmail.com \
--to=carsten.dominik@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=sand@blarg.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).