From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jiri Pejchal Newsgroups: gmane.emacs.help Subject: Re: indentation question Date: Thu, 08 Mar 2007 20:38:36 +0100 Message-ID: <87zm6nikzn.fsf@gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1173382774 10048 80.91.229.12 (8 Mar 2007 19:39:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 8 Mar 2007 19:39:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 08 20:39:27 2007 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 1HPOST-0005dx-K1 for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Mar 2007 20:39:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPOSh-0006IK-VH for geh-help-gnu-emacs@m.gmane.org; Thu, 08 Mar 2007 14:39:40 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HPOSU-0006HU-Ho for help-gnu-emacs@gnu.org; Thu, 08 Mar 2007 14:39:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HPOSU-0006HG-8m for help-gnu-emacs@gnu.org; Thu, 08 Mar 2007 14:39:26 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HPOSU-0006HD-22 for help-gnu-emacs@gnu.org; Thu, 08 Mar 2007 14:39:26 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HPOSE-0006lH-OY for help-gnu-emacs@gnu.org; Thu, 08 Mar 2007 14:39:11 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HPORp-0005J9-LM for help-gnu-emacs@gnu.org; Thu, 08 Mar 2007 20:38:45 +0100 Original-Received: from ip-89-102-35-234.karneval.cz ([89.102.35.234]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Mar 2007 20:38:45 +0100 Original-Received: from jiri.pejchal by ip-89-102-35-234.karneval.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 08 Mar 2007 20:38:45 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ip-89-102-35-234.karneval.cz User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux) Cancel-Lock: sha1:yk4IRg9AqIS90t/3cFrEUACqt4o= X-detected-kernel: 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:41811 Archived-At: Peter Dyballa writes: > Am 08.03.2007 um 05:43 schrieb Ye ilho: > >> For example, if I have a block >> aaaa >> bbbb >> cccc >> >> Now, I want to bring this block to the left all togther. > > There are ``rectangle´´ functions in GNU Emacs. They start with C-x > r, can insert text, an offset, or delete a rectangle. > Another possibility is cua-mode, which has also functions for working with rectangles (it can even displays the rectangle you are working with visually). Jiri Pejchal