From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: Marking squares Date: Sat, 2 Feb 2013 16:08:58 +0800 Organization: The Church of Emacs Message-ID: <20130202160858.4a7e49fb144a2fc612d3e824@gmail.com> References: <20130202110644.651ac6e28b71fb7d1ec3fa66@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1359792560 29632 80.91.229.3 (2 Feb 2013 08:09:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2013 08:09:20 +0000 (UTC) Cc: Lars Magne Ingebrigtsen , emacs-devel@gnu.org To: Xue Fuqiao Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 09:09:39 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 1U1YAN-0002oC-GF for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2013 09:09:39 +0100 Original-Received: from localhost ([::1]:58884 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1YA4-0003NZ-UG for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2013 03:09:20 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:43103) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1Y9z-0003Md-AF for emacs-devel@gnu.org; Sat, 02 Feb 2013 03:09:19 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1Y9u-0007eE-JU for emacs-devel@gnu.org; Sat, 02 Feb 2013 03:09:15 -0500 Original-Received: from mail-pb0-f44.google.com ([209.85.160.44]:59262) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1Y9u-0007e5-D7 for emacs-devel@gnu.org; Sat, 02 Feb 2013 03:09:10 -0500 Original-Received: by mail-pb0-f44.google.com with SMTP id wz12so2497360pbc.17 for ; Sat, 02 Feb 2013 00:09:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:cc:subject:message-id:in-reply-to :references:organization:x-mailer:mime-version:content-type :content-transfer-encoding; bh=tfBxuu+UPcSiBwym7FCYumGxCezVQuhaqlKRzaFGX2I=; b=nynmlUqcX6B+WRBAuzYqGl3LX7VH59b8roz9RxTbpdu9gpS9s0Oa0+3AdCdfSCARMH T2syL9JI/7ww20FYUGmV+wiPMZ7HtibXVs0QQMDbI7zpn1QG680VlCEI+ZUC/4ZWppwI SI8LzvgjuZnLZVr1Fjey/cq8nRs4A9Yj8atVKJs0XemTcMpgl2+nX2ED5Jh7r1QG17nq btLTCiVo7ZkJKmAC55dC518F7qOeRCEtm11hCgYXT7itCvGZQ/GqTNEGLp3lRV4AcleU wxNIGdKs+D5ChjvmmK0r9DFIROaUbE2RaTAVqo0oCrxuMfd2oGVZBfLQjPHvVZcYnIog O/aQ== X-Received: by 10.66.78.168 with SMTP id c8mr36622302pax.16.1359792549467; Sat, 02 Feb 2013 00:09:09 -0800 (PST) Original-Received: from Emacs ([49.118.21.177]) by mx.google.com with ESMTPS id sg7sm11058696pbb.3.2013.02.02.00.09.03 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 02 Feb 2013 00:09:08 -0800 (PST) In-Reply-To: <20130202110644.651ac6e28b71fb7d1ec3fa66@gmail.com> X-Mailer: Sylpheed 3.2.0 (GTK+ 2.24.13; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.160.44 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:156790 Archived-At: On Sat, 2 Feb 2013 11:06:44 +0800 Xue Fuqiao wrote: > On Sat, 02 Feb 2013 03:47:59 +0100 > Lars Magne Ingebrigtsen wrote: > > > So my question is -- does Emacs have an option of highlighting > > rectangles instead of "the region"? It might be useful when using > > commands like `C-x r k', too, perhaps. > > CUA mode provides enhanced rectangle support with visible rectangle > highlighting. Use `C-RET' to start a rectangle, extend it using the > movement commands, and cut or copy it using `C-x' or `C-c'. And you > can also have a look at this library: > > http://www.emacswiki.org/emacs/rect-mark.el Or do you mean something like `doc-view-set-slice-using-mouse'? -- Best regards, Xue Fuqiao. http://www.emacswiki.org/emacs/XueFuqiao