From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Roman Belenov Newsgroups: gmane.emacs.help Subject: Re: M-TAB already used by KDE Date: Tue, 17 Dec 2002 10:42:53 +0300 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <3dfe3ea4.1245206@news.cis.dfn.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1040111057 20884 80.91.224.249 (17 Dec 2002 07:44:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 17 Dec 2002 07:44:17 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18OCOl-0005Qg-00 for ; Tue, 17 Dec 2002 08:44:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18OCNq-0007Tw-00 for gnu-help-gnu-emacs@m.gmane.org; Tue, 17 Dec 2002 02:43:18 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18OCNZ-0007T4-00 for help-gnu-emacs@gnu.org; Tue, 17 Dec 2002 02:43:01 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18OCNV-0007IG-00 for help-gnu-emacs@gnu.org; Tue, 17 Dec 2002 02:42:59 -0500 Original-Received: from fmr01.intel.com ([192.55.52.18] helo=hermes.fm.intel.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18OCNU-0007FS-00 for help-gnu-emacs@gnu.org; Tue, 17 Dec 2002 02:42:56 -0500 Original-Received: from talaria.fm.intel.com (talaria.fm.intel.com [10.1.192.39]) 20:43:23 dmccart Exp $) with ESMTP id gBH7ehI23891 for ; Tue, 17 Dec 2002 07:40:43 GMT Original-Received: from fmsmsxv040-1.fm.intel.com (fmsmsxvs040.fm.intel.com [132.233.42.124])23:46:59 dmccart Exp $) with SMTP id gBH7jE511143 for ; Tue, 17 Dec 2002 07:45:14 GMT Original-Received: from fmsmsx26.fm.intel.com ([132.233.42.26]) M2002121623431732465 ; Mon, 16 Dec 2002 23:43:17 -0800 Original-Received: from NNWRBELENOV31 (nnwrbelenov31.inn.intel.com [10.125.17.180]) by Service Version 5.5.2653.13) id Y497NBCT; Mon, 16 Dec 2002 23:42:54 -0800 Original-To: marcel-sl@gmx.de (Marcel Schmittfull) In-Reply-To: <3dfe3ea4.1245206@news.cis.dfn.de> (marcel-sl@gmx.de's message of "Mon, 16 Dec 2002 21:12:22 GMT") Original-Lines: 18 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-msvc-nt5.1.2600) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:4732 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4732 marcel-sl@gmx.de (Marcel Schmittfull) writes: > Is it possible to tell emacs that whenever I type a certain > keybinding, f.e. C-x M- or so, emacs behaves as if I typed > M- ? I.e. I don't want to change the M- keybinding for every > single mode, I just want to have a certain global keybinding which > replaces M- globally. Is this possible ? I have this in my .emacs to fight the same problem in MS Windows (global-set-key [(hyper /)] (lambda () (interactive) (funcall (key-binding "\M-\t")))) Change hyper-/ to whatever you like. -- With regards, Roman.