From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: Rectangular regions Date: Wed, 30 Oct 2013 06:15:33 +0400 Message-ID: <87fvrja4hm.fsf@yandex.ru> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1383099351 30699 80.91.229.3 (30 Oct 2013 02:15:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Oct 2013 02:15:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 30 03:15:55 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 1VbLK6-00032B-Sb for ged-emacs-devel@m.gmane.org; Wed, 30 Oct 2013 03:15:55 +0100 Original-Received: from localhost ([::1]:50198 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbLK6-0000HH-AO for ged-emacs-devel@m.gmane.org; Tue, 29 Oct 2013 22:15:54 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbLJx-0000GJ-SO for emacs-devel@gnu.org; Tue, 29 Oct 2013 22:15:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbLJs-0004SY-I5 for emacs-devel@gnu.org; Tue, 29 Oct 2013 22:15:45 -0400 Original-Received: from mail-la0-x229.google.com ([2a00:1450:4010:c03::229]:42372) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbLJs-0004SO-AN for emacs-devel@gnu.org; Tue, 29 Oct 2013 22:15:40 -0400 Original-Received: by mail-la0-f41.google.com with SMTP id el20so575285lab.28 for ; Tue, 29 Oct 2013 19:15:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=nGRPFOp999F7Yz/7Yat8ZFc5cZxed8lHQ8PzSPlFtZU=; b=EYTA/nEtg+a602hK3lH13Rx+7LORyOtc3Ao8O1SbNDuuNRdCZD/oERo0zeNn/2FCY5 wL+rVuw+kBhk21mjZUjwYjplSKtJwzeUFDGmpLRH//awwBb5Ob8JcE54o4EEclz14JAP OHZh5WognsGduOKGqW8btUFfOB4QGayaCDi+yRQ1Vo4CbQfGBczL8a/TUTHATWN2yLfl JXxpbfvXbq3uDvPAYaDvyukULuU7m8ArE7YJeehfgwvmq5flHIyttVGaubDpFYBUXs3q HQwlhpRY5VBQgMWEd3cJy42Nh+5QmZwT5+TMR+43kue20ttgP+iPS0qqdJz1AnjMGCjh wPuw== X-Received: by 10.152.28.7 with SMTP id x7mr1504012lag.26.1383099339045; Tue, 29 Oct 2013 19:15:39 -0700 (PDT) Original-Received: from axl ([178.252.98.87]) by mx.google.com with ESMTPSA id a9sm3251025lae.9.2013.10.29.19.15.37 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Tue, 29 Oct 2013 19:15:37 -0700 (PDT) In-Reply-To: (Stefan Monnier's message of "Tue, 29 Oct 2013 21:59:20 -0400") 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: 2a00:1450:4010:c03::229 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:164667 Archived-At: Stefan Monnier writes: > Maybe we could also push the design a bit further and provide shorter > key-bindings in "rectangular region mode" (no, it's not a mode > currently) to access string-rectangle and open-rectangle, but for now, > the main issue is how to quickly start selecting a rectangle. > I.e. a good key binding for rectangle-mark. C-RET? cua-mode uses this binding by default for a similar feature (see `cua-rectangle-mark-key').