all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "François Gannaz" <mytskine@laposte.net>
Subject: Re: Question about complete-symbol's key binding
Date: Sat, 11 Feb 2006 20:07:51 +0100	[thread overview]
Message-ID: <20060211190750.GA4754@free.fr> (raw)
In-Reply-To: <1139663014.618863.320850@g44g2000cwa.googlegroups.com>

Le sam 11 fév 05:03, wensa a écrit :
> There is a global key M-Tab binding to complete-symbol, and some local
> key maps also use M-Tab as their local complete-symbol.
> 
> My question is if I change M-Tab in global map, do local key maps
> change correspondingly?

No, each local map will still define M-tab.

Maybe what you're looking for is something like :
(define-key key-translation-map (kbd "<s-tab>") "\e\t")
This makes windows-tab equivalent to M-tab. So any change to the local
M-tab shortcut is also a change to windows-tab.

Hope it helps
--
François

  reply	other threads:[~2006-02-11 19:07 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-02-11 13:03 Question about complete-symbol's key binding wensa
2006-02-11 19:07 ` François Gannaz [this message]
     [not found] ` <mailman.0.1139685519.2858.help-gnu-emacs@gnu.org>
2006-02-12  4:31   ` wensa
2006-02-12  4:33   ` wensa

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=20060211190750.GA4754@free.fr \
    --to=mytskine@laposte.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.