From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Lennart Borgman" Newsgroups: gmane.emacs.devel Subject: Re: M-Tab on w32 (and other window systems?) Date: Wed, 16 Feb 2005 14:23:42 +0100 Message-ID: <02aa01c5142a$c5846fa0$0200a8c0@sedrcw11488> References: <014201c512f1$05630180$0200a8c0@sedrcw11488> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1108561351 14673 80.91.229.2 (16 Feb 2005 13:42:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 16 Feb 2005 13:42:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 16 14:42:31 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D1PRg-000626-UC for ged-emacs-devel@m.gmane.org; Wed, 16 Feb 2005 14:42:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1Phd-0007Tu-5j for ged-emacs-devel@m.gmane.org; Wed, 16 Feb 2005 08:58:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D1Pgv-0007Jp-Az for emacs-devel@gnu.org; Wed, 16 Feb 2005 08:58:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D1Pgu-0007JZ-Qv for emacs-devel@gnu.org; Wed, 16 Feb 2005 08:58:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D1Pdr-0006gX-GE for emacs-devel@gnu.org; Wed, 16 Feb 2005 08:54:59 -0500 Original-Received: from [81.228.10.114] (helo=av3-1-sn4.m-sp.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D1P9p-0004oS-No; Wed, 16 Feb 2005 08:23:58 -0500 Original-Received: by av3-1-sn4.m-sp.skanova.net (Postfix, from userid 502) id D960437E66; Wed, 16 Feb 2005 14:23:56 +0100 (CET) Original-Received: from smtp2-2-sn4.m-sp.skanova.net (smtp2-2-sn4.m-sp.skanova.net [81.228.10.182]) by av3-1-sn4.m-sp.skanova.net (Postfix) with ESMTP id C1E1037E47; Wed, 16 Feb 2005 14:23:56 +0100 (CET) Original-Received: from sedrcw11488 (t3o58p60.telia.com [195.252.56.60]) by smtp2-2-sn4.m-sp.skanova.net (Postfix) with SMTP id 0E3F037E42; Wed, 16 Feb 2005 14:23:55 +0100 (CET) Original-To: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: main.gmane.org gmane.emacs.devel:33541 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33541 ----- Original Message ----- From: "Richard Stallman" > There is no logical connection between C-RET and M-TAB, > so I don't like making an alias. I'd rather recommend ESC TAB. It is much better (but there is the problem with viper-mode). C-M-i seems to be mapped to M-TAB, I guess because C-i is mapped to TAB. (I guess you can distinguish between them on a window system.) That is very useful too, but kind of hidden. Maybe that could be pointed out somehow?