From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: CUA mode's C-RET binding [was: position on changing defaults?] Date: Mon, 10 Mar 2008 00:50:36 +0100 Message-ID: <47D477CC.5040808@gmail.com> References: <200803050637.m256bXL3008361@sallyv1.ics.uci.edu> <87hcfkdhqk.fsf@stupidchicken.com> <87pru8enjx.fsf@kfs-lx.rd.rdm> <871w6l3u8f.fsf@kfs-lx.rd.rdm> <871w6j7cga.fsf@kfs-lx.rd.rdm> <003001c8823a$d7cd5010$0600a8c0@us.oracle.com> <87lk4r5v2o.fsf@kfs-lx.rd.rdm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1205106677 31920 80.91.229.12 (9 Mar 2008 23:51:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Mar 2008 23:51:17 +0000 (UTC) Cc: cyd@stupidchicken.com, monnier@iro.umontreal.ca, rms@gnu.org, Drew Adams , emacs-devel@gnu.org To: "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 10 00:51:44 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JYVIu-0001mD-27 for ged-emacs-devel@m.gmane.org; Mon, 10 Mar 2008 00:51:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYVIL-0004P3-OZ for ged-emacs-devel@m.gmane.org; Sun, 09 Mar 2008 19:51:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JYVIG-0004O0-GT for emacs-devel@gnu.org; Sun, 09 Mar 2008 19:51:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JYVIE-0004MH-KL for emacs-devel@gnu.org; Sun, 09 Mar 2008 19:51:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYVIE-0004Lt-Bm for emacs-devel@gnu.org; Sun, 09 Mar 2008 19:51:02 -0400 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JYVIA-0003l5-OD; Sun, 09 Mar 2008 19:50:59 -0400 Original-Received: from c83-254-148-228.bredband.comhem.se ([83.254.148.228]:62173 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.68) (envelope-from ) id 1JYVHz-0006lQ-4G; Mon, 10 Mar 2008 00:50:47 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 In-Reply-To: <87lk4r5v2o.fsf@kfs-lx.rd.rdm> X-Antivirus: avast! (VPS 080309-0, 2008-03-09), Outbound message X-Antivirus-Status: Clean X-Originating-IP: 83.254.148.228 X-Scan-Result: No virus found in message 1JYVHz-0006lQ-4G. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1JYVHz-0006lQ-4G bd2962d0469d9f7d81aa8aff78d83479 X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:91956 Archived-At: Kim F. Storm wrote: > And when I chose C-RET, it wasn't used by any other installed > package (not as far as I could see). nxml-mode uses C-RET for completion as an alternative to the famous M-TAB which does not work with standard Emacs on w32 for example. I do not know if that is a good use for C-RET, but it is simple to type and cua-set-rectangle-mark is probably not as common as completion, or? > If we could move "just-one-space" to some other key, using M-SPC to > set the rectangle mark would be an alternative "logical" binding for > setting the rectangle-mark. How about C-x M-space? This is at least a little bit resembles C-space ...