From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Parker, Matthew" Newsgroups: gmane.emacs.help Subject: RE: Shift regions. Date: Wed, 22 Oct 2008 08:46:43 -0400 Message-ID: <9E067A1AECCB154485D4CF7E4BEF4D8E0A6EB93B@post07.corp.seic.com> References: <1224651514.962693@nntp.acecape.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1224679642 31564 80.91.229.12 (22 Oct 2008 12:47:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2008 12:47:22 +0000 (UTC) To: "Wei Weng" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 22 14:48:22 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ksd8O-0003Gh-Qj for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2008 14:48:21 +0200 Original-Received: from localhost ([127.0.0.1]:40675 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ksd7J-0005yk-FI for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2008 08:47:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ksd70-0005yW-J6 for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 08:46:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ksd6y-0005x4-Oj for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 08:46:54 -0400 Original-Received: from [199.232.76.173] (port=49656 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ksd6y-0005wt-Jo for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 08:46:52 -0400 Original-Received: from exprod5og105.obsmtp.com ([64.18.0.180]:46704) by monty-python.gnu.org with smtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Ksd6y-0000zE-I7 for help-gnu-emacs@gnu.org; Wed, 22 Oct 2008 08:46:52 -0400 Original-Received: from source ([12.20.48.151]) (using TLSv1) by exprod5ob105.postini.com ([64.18.4.12]) with SMTP; Wed, 22 Oct 2008 05:46:46 PDT Original-Received: from tm.mx1.seic.com ([192.168.0.81]) by ms.mx1.seic.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Oct 2008 08:46:45 -0400 Original-Received: from POST01.corp.seic.com ([10.40.40.211]) by tm.mx1.seic.com with InterScan Messaging Security Suite; Wed, 22 Oct 2008 08:46:44 -0400 Original-Received: from post07.corp.seic.com ([10.40.40.217]) by POST01.corp.seic.com with Microsoft SMTPSVC(6.0.3790.1830); Wed, 22 Oct 2008 08:46:44 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message In-Reply-To: <1224651514.962693@nntp.acecape.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Shift regions. Thread-Index: Ack0CNCOgYCjLvMBRwu62wMo3WkNDgAO0vuQ X-OriginalArrivalTime: 22 Oct 2008 12:46:44.0552 (UTC) FILETIME=[3D2C8C80:01C93444] X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59029 Archived-At: *** Column editing (cua-mode) ***** demo video http://www.vimeo.com/1168225?pg=3Dembed&sec=3D1168225 ***** documentation =20 http://www.gnu.org/software/emacs/manual/html_node/emacs/CUA-bindings.ht ml ***** use start cua-mode =3D> M-x cua-mode turn off cua key-bindings =3D> (setq cua-enable-cua-keys nil) create a rectange =3D> C-enter exit a rectange =3D> C-g change rectange =3D> use movement keys change corner (clockwise) =3D> RET insert text=20 move cursor type insert point depends on outer edge of rect delete whole rectange =3D> DELETE delete one col outside the rect, on side of cursor =3D> Backspace cut/copy with C-x or C-c (i think this will be turned off) insert sequence =3D> ESC n Matthew Parker SEI | 1 Freedom Valley Drive | Oaks, PA 19456 | p: 610-676-1279 | f: 484-676-1279 | www.seic.com > -----Original Message----- > From: help-gnu-emacs-bounces+mparker=3Dseic.com@gnu.org [mailto:help-gnu- > emacs-bounces+mparker=3Dseic.com@gnu.org] On Behalf Of Wei Weng > Sent: Wednesday, October 22, 2008 12:59 AM > To: help-gnu-emacs@gnu.org > Subject: Shift regions. >=20 > Hi All. >=20 > How do I shift a highlighted/marked region a tab to right/left? >=20 > Thanks > Wei