From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "It's me FKtPp ;)" Newsgroups: gmane.emacs.devel Subject: Re: M-Tab on w32 (and other window systems?) Date: Tue, 15 Feb 2005 13:50:34 +0800 Message-ID: References: <014201c512f1$05630180$0200a8c0@sedrcw11488> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1108475186 11258 80.91.229.2 (15 Feb 2005 13:46:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2005 13:46:26 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 15 14:46:26 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D131n-0002aU-G3 for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2005 14:46:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D13HX-0000Ad-1m for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2005 09:02:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D13F0-0008RU-Eb for emacs-devel@gnu.org; Tue, 15 Feb 2005 08:59:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D13Ey-0008Qn-RC for emacs-devel@gnu.org; Tue, 15 Feb 2005 08:59:49 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D13Ey-0008N1-2s for emacs-devel@gnu.org; Tue, 15 Feb 2005 08:59:48 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1D12zM-0005dR-0g for emacs-devel@gnu.org; Tue, 15 Feb 2005 08:43:40 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1D12wj-0001QB-Nn for emacs-devel@gnu.org; Tue, 15 Feb 2005 14:41:02 +0100 Original-Received: from 61.182.41.173 ([61.182.41.173]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Feb 2005 14:40:57 +0100 Original-Received: from m_pupil by 61.182.41.173 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 15 Feb 2005 14:40:57 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 61.182.41.173 User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:8+mgp0al68DJIlWDZ77NF1f/2WI= 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:33474 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33474 "Lennart Borgman" writes: > The citation below is from nxml-mode.info. Is this something that should be > adopted generally in Emacs? > > "The traditional GNU Emacs key combination for completion in a buffer > is `M-'. However, many window systems and window managers use this > key combination themselves (typically for switching between windows) > and do not pass it to applications. It's hard to find key combinations > in GNU Emacs that are both easy to type and not taken by something > else. I think C-M-i does this.