From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: kai@emptydomain.de (Kai =?iso-8859-15?Q?Gro=DFjohann?=) Newsgroups: gmane.emacs.devel Subject: Re: Cua-mode binding of S-return Date: Mon, 16 May 2005 17:25:00 +0200 Message-ID: <874qd3urar.fsf@slowfox.dyndns.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1116365228 829 80.91.229.2 (17 May 2005 21:27:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 17 May 2005 21:27:08 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 17 23:27:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DY9YM-0001YE-Tk for ged-emacs-devel@m.gmane.org; Tue, 17 May 2005 23:24:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DY9ad-0001D3-Qr for ged-emacs-devel@m.gmane.org; Tue, 17 May 2005 17:26:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DXt53-0000iI-72 for emacs-devel@gnu.org; Mon, 16 May 2005 23:49:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DXt4z-0000hk-Ib for emacs-devel@gnu.org; Mon, 16 May 2005 23:49:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DXhei-0000J3-NJ for emacs-devel@gnu.org; Mon, 16 May 2005 11:37:21 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1DXhkc-0002bc-Gf for emacs-devel@gnu.org; Mon, 16 May 2005 11:43:26 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1DXhbi-0003i1-QI for emacs-devel@gnu.org; Mon, 16 May 2005 17:34:14 +0200 Original-Received: from p5090ead1.dip.t-dialin.net ([80.144.234.209]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 May 2005 17:34:14 +0200 Original-Received: from kai by p5090ead1.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 May 2005 17:34:14 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 11 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p5090ead1.dip.t-dialin.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:K+50EYsQJfbyY39fHW0JzjGHOSQ= 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 Xref: news.gmane.org gmane.emacs.devel:37194 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37194 storm@cua.dk (Kim F. Storm) writes: > Usually, I just use ESC TAB for completion when M-TAB doesn't work, and > I guess other users do the same, as I don't hear many complaints that > M-TAB doesn't work... C-M-i might also be easy to type. We could make C- be another way to type M-TAB. Kai