all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: seberino@spawar.navy.mil
Cc: help-gnu-emacs@gnu.org
Subject: Re: Want to rebind C-i
Date: Thu, 17 Oct 2002 09:59:54 -0700	[thread overview]
Message-ID: <20021017095954.A7362@spawar.navy.mil> (raw)
In-Reply-To: <3daac4d7@news.uni-ulm.de>; from nosp@m.de on Tue, Oct 15, 2002 at 03:20:07PM +0200

(keyboard-translate ?\C-i ?\H-i)
(keyboard-translate ?\C-m ?\H-m)
(global-set-key [?\H-i] 'insert-file)
(global-set-key [?\H-m] 'start-or-end-macro-def)





On Tue, Oct 15, 2002 at 03:20:07PM +0200, Boris H. wrote:
> 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
> _______________________________________________
> Help-gnu-emacs mailing list
> Help-gnu-emacs@gnu.org
> http://mail.gnu.org/mailman/listinfo/help-gnu-emacs

-- 
_______________________________________

Dr. Christian Seberino
SPAWAR Systems Center San Diego
Code 2363
49590 Lassing Road, Room A339
San Diego, CA 92152-6147
U.S.A.

Phone: (619) 553-7940
Fax:   (619) 553-1269
Email: seberino@spawar.navy.mil
_______________________________________

      parent reply	other threads:[~2002-10-17 16:59 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.
2002-10-14 13:38     ` Edric M Ellis
2002-10-17 16:59     ` seberino [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=20021017095954.A7362@spawar.navy.mil \
    --to=seberino@spawar.navy.mil \
    --cc=help-gnu-emacs@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.