all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eric Hanchrow <offby1@blarg.net>
Subject: Re: The [(control i)] and [(tab)] problem
Date: 04 Dec 2002 07:59:53 -0800	[thread overview]
Message-ID: <87d6ohg4g6.fsf@blarg.net> (raw)
In-Reply-To: 3dedcc9a@news.uni-ulm.de

>>>>> "Boris" == Boris H <nosp@m.de> writes:

    Boris> Emacs can't distinguish C-i from tab.

Not true, at least with GNU Emacs 21.2.

    Boris> I want to map C-i to ispell-word and leave the binding of
    Boris> tab unaffected.

Try this

(progn
(local-set-key [tab] (local-key-binding "\C-i"))
(local-set-key "\C-i" 'ispell-word))

-- 
PGP Fingerprint: 3E7B A3F3 96CA 8958 ACC5  C8BD 6337 0041 C01C 5276

  parent reply	other threads:[~2002-12-04 15:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-04  9:36 The [(control i)] and [(tab)] problem Boris H.
2002-12-04 15:33 ` Stefan Monnier <foo@acm.com>
2002-12-04 15:59 ` Eric Hanchrow [this message]
2002-12-05 10:01   ` Boris H.
2002-12-05 15:05     ` Kai Großjohann
2002-12-05 15:07     ` Kai Großjohann

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=87d6ohg4g6.fsf@blarg.net \
    --to=offby1@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 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.