From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Move selection up, down Date: Wed, 20 Aug 2008 19:11:04 -0400 Message-ID: References: <1422fa24-05d5-436b-82e2-b436af0a00a3@m3g2000hsc.googlegroups.com> <48AB3F8C.4020703@gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1219274071 5149 80.91.229.12 (20 Aug 2008 23:14:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Aug 2008 23:14:31 +0000 (UTC) Cc: jiri.pejchal@gmail.com, emacs-devel@gnu.org To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 21 01:15:23 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KVwtd-0004gF-3q for ged-emacs-devel@m.gmane.org; Thu, 21 Aug 2008 01:15:21 +0200 Original-Received: from localhost ([127.0.0.1]:45815 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVwsf-0008CP-Jo for ged-emacs-devel@m.gmane.org; Wed, 20 Aug 2008 19:14:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KVwqo-0007QV-FV for emacs-devel@gnu.org; Wed, 20 Aug 2008 19:12:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KVwqn-0007Q3-P1 for emacs-devel@gnu.org; Wed, 20 Aug 2008 19:12:26 -0400 Original-Received: from [199.232.76.173] (port=55016 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KVwqn-0007Py-JR for emacs-devel@gnu.org; Wed, 20 Aug 2008 19:12:25 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:34890) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KVwqn-00019b-Dg for emacs-devel@gnu.org; Wed, 20 Aug 2008 19:12:25 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KVwpU-0001HS-Np; Wed, 20 Aug 2008 19:11:04 -0400 In-reply-to: <48AB3F8C.4020703@gmail.com> (lennart.borgman@gmail.com) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:102744 Archived-At: Based on Jiri's question I suggest that the transpose-* commands should be changed so that they transpose an active highlighted region according to the amount given by the transpose-* name. Maybe only C-t should do that.