all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Davis Herring" <herring@lanl.gov>
To: "Deniz Dogan" <deniz.a.m.dogan@gmail.com>
Cc: Emacs-Devel <emacs-devel@gnu.org>
Subject: Re: Is something wrong with `kbd'?
Date: Tue, 9 Feb 2010 12:16:20 -0800 (PST)	[thread overview]
Message-ID: <56152.130.55.118.19.1265746580.squirrel@webmail.lanl.gov> (raw)
In-Reply-To: <7b501d5c1002091110p5ee5f0c4sed8d15b730c4cbb8@mail.gmail.com>

> (kbd "C-TAB") returns [67108873], whatever that's supposed to be.

TAB is (the number) C-i, which can't have Control re-applied in the usual
sense, so it gets the 0x4000000 bit set (that's 0x4000009).

> (kbd "<C-tab>") returns [C-tab].

`function-key-map' and friends don't have a translation for this symbol,
perhaps because it's not something you can type on a terminal.  So you
can't bind it as a character, only as a symbol.

Davis

-- 
This product is sold by volume, not by mass.  If it appears too dense or
too sparse, it is because mass-energy conversion has occurred during
shipping.




      reply	other threads:[~2010-02-09 20:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-09 19:10 Is something wrong with `kbd'? Deniz Dogan
2010-02-09 20:16 ` Davis Herring [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

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

  git send-email \
    --in-reply-to=56152.130.55.118.19.1265746580.squirrel@webmail.lanl.gov \
    --to=herring@lanl.gov \
    --cc=deniz.a.m.dogan@gmail.com \
    --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.