From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Chen Newsgroups: gmane.emacs.devel Subject: emacs info blurb on cua-mode rectangle binding Date: Wed, 08 Jun 2005 15:40:21 -0700 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1118270726 20006 80.91.229.2 (8 Jun 2005 22:45:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 8 Jun 2005 22:45:26 +0000 (UTC) Cc: Emacs Developement List Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 09 00:45:24 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Dg9G3-0006nK-MH for ged-emacs-devel@m.gmane.org; Thu, 09 Jun 2005 00:42:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dg9Mr-00029P-Dg for ged-emacs-devel@m.gmane.org; Wed, 08 Jun 2005 18:49:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dg9Lw-0001pN-CY for emacs-devel@gnu.org; Wed, 08 Jun 2005 18:48:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dg9Lp-0001lJ-74 for emacs-devel@gnu.org; Wed, 08 Jun 2005 18:48:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dg9Lp-0001iY-4L for emacs-devel@gnu.org; Wed, 08 Jun 2005 18:48:45 -0400 Original-Received: from [128.32.132.234] (helo=quack.quarl.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dg9Dj-0000Ib-Tx for emacs-devel@gnu.org; Wed, 08 Jun 2005 18:40:24 -0400 Original-Received: by quack.quarl.org (Postfix, from userid 1000) id 35B8C70194; Wed, 8 Jun 2005 15:40:21 -0700 (PDT) Original-To: "Kim F. Storm" X-Quack-Archive: 1 X-Payment: hashcash 1.2 1:20:050608:storm@cua.dk::4J5ZLK0D2Z3DQ7By:000000p0l X-Hashcash: 1:20:050608:storm@cua.dk::4J5ZLK0D2Z3DQ7By:000000p0l X-Payment: hashcash 1.2 1:20:050608:emacs-devel@gnu.org::6RGzINwXFAil+d1Q:0000000000000000000000000000000000000000002B1V X-Hashcash: 1:20:050608:emacs-devel@gnu.org::6RGzINwXFAil+d1Q:0000000000000000000000000000000000000000002B1V 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:38384 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38384 I believe `Shift-RET' should be changed to `Control-RET' now in the Emacs info node: CUA mode also provides enhanced rectangle support with visible rectangle highlighting. Use `Shift-RET' to start a rectangle, extend it using the movement commands, and cut or copy it using `C-x' or `C-c'. --- misc.texi 06 Jun 2005 05:53:42 -0700 1.69 +++ misc.texi 08 Jun 2005 15:38:37 -0700 @@ -2151,7 +2151,7 @@ region as in Delete-Selection mode (@pxref{Graphical Kill}). CUA mode also provides enhanced rectangle support with visible -rectangle highlighting. Use @kbd{Shift-RET} to start a rectangle, +rectangle highlighting. Use @kbd{Control-RET} to start a rectangle, extend it using the movement commands, and cut or copy it using @kbd{C-x} or @kbd{C-c}. -- Karl 2005-06-08 15:36