all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Boris H." <nosp@m.de>
Subject: Re: Want to rebind C-i
Date: Tue, 15 Oct 2002 15:20:07 +0200	[thread overview]
Message-ID: <3daac4d7@news.uni-ulm.de> (raw)
In-Reply-To: uvg45z000.fsf@eellis.mathworks.co.uk

Edric M Ellis wrote:
> I think you need to make a keymap for TAB, like this:
> 
> (global-unset-key [tab])
> (setq tab-keymap (make-sparse-keymap))
> (define-key global-map [tab] tab-keymap)
> (define-key tab-keymap (kbd "i") 'ispell)

Hi Edric,

I've just tried this and got an error message. 

What does the above code do? Is there a way to just remove the binding of 
C-i to TAB?

Regards,

Boris

  reply	other threads:[~2002-10-15 13:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-15 12:04 Want to rebind C-i Boris H.
2002-10-14 12:19 ` Edric M Ellis
2002-10-15 13:20   ` Boris H. [this message]
2002-10-14 13:38     ` Edric M Ellis
2002-10-17 16:59     ` seberino

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=3daac4d7@news.uni-ulm.de \
    --to=nosp@m.de \
    /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.