all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Hunter <hunterd_42@comcast.net>
Cc: emacs-devel@gnu.org
Subject: Re: Shift Tab should move backward in help buffers
Date: Mon, 27 Jun 2005 21:50:45 -0400	[thread overview]
Message-ID: <42C0ACF5.8080806@comcast.net> (raw)
In-Reply-To: <19234151.1119853459145.JavaMail.www@wwinf1508>

David PONCE wrote:
> However I also have a global key binding to <C-backtab> which doesn't
> work, I only see <C-S-iso-lefttab>.  I also tried without any user's
> configuration:
> 
> Is it the expected behavior?  IMHO, with the control key, backtab
> should report <C-backtab> for consistency.  WDYT?

I think the current behavior of matching a key exactly is sensibly conservative.  Custom key building should be done explicitly.  You didn't actually press backtab; you pressed control, shift, and Tab.

You'll need to learn Emacs what you mean:

  (define-key function-key-map [C-S-iso-lefttab] [C-backtab])

-Dave

  reply	other threads:[~2005-06-28  1:50 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-27  6:24 Shift Tab should move backward in help buffers David PONCE
2005-06-28  1:50 ` David Hunter [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-06-28  8:42 LENNART BORGMAN
2005-06-28 19:42 ` Eli Zaretskii
2005-06-26 13:51 Lennart Borgman
2005-06-26 16:30 ` David Hunter
2005-06-26 16:55   ` David Ponce
2005-06-26 17:13     ` Luc Teirlinck
2005-06-26 17:30       ` Lennart Borgman
2005-06-26 18:03         ` Luc Teirlinck
2005-06-26 18:57           ` Andreas Schwab
2005-06-27  4:39             ` David Hunter
2005-06-27  6:16               ` Miles Bader
2005-06-28  1:03                 ` David Hunter
2005-06-28  1:28                   ` Miles Bader
2005-06-26 17:13     ` Lennart Borgman
2005-06-27  2:08       ` Miles Bader
2005-06-27  4:47     ` David Hunter
2005-06-26 22:42 ` Richard M. Stallman
2005-06-27  9:30   ` Jason Rumney
2005-06-27 10:00     ` Miles Bader
2005-06-28  4:16     ` Richard M. Stallman
2005-06-28  5:15       ` Miles Bader
2005-06-28  6:27         ` Stefan Monnier
2005-06-28  6:41           ` Miles Bader
2005-06-28  6:52             ` Stefan Monnier
2005-06-28  8:53           ` Andreas Schwab
2005-06-28 20:44             ` Miles Bader
2005-06-28 21:29         ` Richard M. Stallman
2005-06-28 22:39           ` Miles Bader
2005-07-02  0:23             ` David Hunter

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42C0ACF5.8080806@comcast.net \
    --to=hunterd_42@comcast.net \
    --cc=emacs-devel@gnu.org \
    /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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.