all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jeep <jeepeterson@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Binding C-i without losing <tab> functionality
Date: Tue, 28 Oct 2008 22:29:24 -0700 (PDT)	[thread overview]
Message-ID: <f0b6dc1a-b880-4aa8-ae7c-9cd21944ca71@a29g2000pra.googlegroups.com> (raw)
In-Reply-To: 1224929035.544187@arno.fh-trier.de

On Oct 25, 3:02 am, Andreas Politz <poli...@fh-trier.de> wrote:
> jeep wrote:
> >> 1. Don't translate tab into C-i.
> >> (define-key function-key-map [tab] nil)
> >> 2. Swap the meanings of tab and C-i.
> >> (define-key key-translation-map [9] [tab])
> >> (define-key key-translation-map [tab] [9])
> >> 3. Bind tab (which is now actually C-i)
> >> (global-set-key [tab] 'isearch-forward)
>
> > I really do appreciate the help and I'm sorry that I'm being a bit
> > dense, but I want to understand this.
>
> > This works for what I want to do, but I still don't grok it. I
> > understand all the steps, but now... if I want to reassign the tab
> > key, how would I go about doing that? Everything I try seems to fail,
> > just like it did before for C-i. I've been reading info for hours now
> > and I understand a lot more about emacs, but this still bothers me.
>
> > Thanks a lot.
> > -JEEP
>
> What are you doing and what doesn't work ?
>
> -ap

Sorry, I don't recall what I was doing wrong, but I managed to figure
it out. I guess I just needed a day to let things soak in.

Thanks!
-JEEP


  reply	other threads:[~2008-10-29  5:29 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-24  0:56 Binding C-i without losing <tab> functionality Joseph Peterson
2008-10-24  8:35 ` Paul R
     [not found] ` <mailman.1986.1224837322.25473.help-gnu-emacs@gnu.org>
2008-10-24  9:30   ` Andreas Politz
2008-10-24 15:40     ` jeep
2008-10-24 17:37       ` Andreas Politz
2008-10-24 18:45         ` jeep
2008-10-25  5:13         ` jeep
2008-10-25 10:02           ` Andreas Politz
2008-10-29  5:29             ` jeep [this message]
2008-10-24 15:32   ` jeep
     [not found] <mailman.1964.1224816146.25473.help-gnu-emacs@gnu.org>
2008-10-24  8:44 ` Xah

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=f0b6dc1a-b880-4aa8-ae7c-9cd21944ca71@a29g2000pra.googlegroups.com \
    --to=jeepeterson@gmail.com \
    --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.