From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.devel Subject: Re: Rectangular regions Date: Fri, 01 Nov 2013 14:03:53 +0530 Message-ID: <87txfwbjwu.fsf@gmail.com> References: <52707D17.6010801@dancol.org> <8338niefba.fsf@gnu.org> <87a9hq8h7p.fsf@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1383294803 7743 80.91.229.3 (1 Nov 2013 08:33:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 1 Nov 2013 08:33:23 +0000 (UTC) Cc: emacs-devel To: Josh Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 01 09:33:27 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VcAAY-0003Yq-1F for ged-emacs-devel@m.gmane.org; Fri, 01 Nov 2013 09:33:26 +0100 Original-Received: from localhost ([::1]:60791 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VcAAX-0000Df-Ja for ged-emacs-devel@m.gmane.org; Fri, 01 Nov 2013 04:33:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41181) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VcAAP-0000DV-Gl for emacs-devel@gnu.org; Fri, 01 Nov 2013 04:33:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VcAAJ-0007KW-NM for emacs-devel@gnu.org; Fri, 01 Nov 2013 04:33:17 -0400 Original-Received: from mail-pb0-x234.google.com ([2607:f8b0:400e:c01::234]:45397) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VcAAJ-0007K7-FE for emacs-devel@gnu.org; Fri, 01 Nov 2013 04:33:11 -0400 Original-Received: by mail-pb0-f52.google.com with SMTP id rr13so2524839pbb.25 for ; Fri, 01 Nov 2013 01:33:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=tZz5ZWkwg78REUKYEenKTRtxkCqgsigSaWh0UR702vc=; b=xXUjxsImteeNuBx+qaKNv+K2TG5zm0VJVnnn26nTZ3glEbbHvhW2ruONSN1qqBOF4O JBjDybJGAmIaV3DXNewH+ZoSJTCky77UNF1NWpBrARHnPPM/VmxL7ZZdvHjI6JZWaSUo MytVvpuLp1BbsF4CcYb7SWk2NGzbb96lGr0AqHsem2IjEtp67tlZCU0u4m7uZcAwMm8d zrcHICZPlNfPquLPPXfEbJbRrXtsr9QbrZDNcQusiT/0VA8VIZcSVjXdr/sKbYFyC63l dovvxg+z9/e8soOUtzQR/P9CYQx/UBwGS8/NhfSa2Scnw6TKieXEOjwrq7USClqUD8+y AmLQ== X-Received: by 10.68.225.197 with SMTP id rm5mr2077826pbc.166.1383294789357; Fri, 01 Nov 2013 01:33:09 -0700 (PDT) Original-Received: from debian-6.05 ([115.242.161.195]) by mx.google.com with ESMTPSA id kd1sm11260967pab.20.2013.11.01.01.33.06 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Fri, 01 Nov 2013 01:33:08 -0700 (PDT) In-Reply-To: (josh@foxtail.org's message of "Thu, 31 Oct 2013 22:55:22 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c01::234 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164783 Archived-At: Josh writes: > Based on my personal experience and the mentions of rectangle commands > I've seen on blogs, IRC, and elsewhere, my impression is that rectangle > commands usually fall into the "occasionally very useful" category, with the > emphasis on "occasionally." The command C-x r o is quite a useful command. It can *actually* be used for indentation.