From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Suggestion for C-t (transpose-chars) Date: Tue, 31 Jul 2007 13:05:56 -0400 Message-ID: References: <87lkdbl8az.fsf@debby.local.net> <871wf2lxb2.fsf@debby.local.net> <874pjq4rmv.fsf@debby.local.net> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1185901459 24985 80.91.229.12 (31 Jul 2007 17:04:19 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jul 2007 17:04:19 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org To: Dieter Wilhelm Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 31 19:04:12 2007 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 1IFv8k-00070M-Fp for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2007 19:04:10 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFv8k-0006G9-3z for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2007 13:04:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IFv8J-0005sl-Gj for emacs-devel@gnu.org; Tue, 31 Jul 2007 13:03:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IFv8H-0005ru-W0 for emacs-devel@gnu.org; Tue, 31 Jul 2007 13:03:43 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IFv8H-0005rh-NL for emacs-devel@gnu.org; Tue, 31 Jul 2007 13:03:41 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IFv8H-0007V9-Bw for emacs-devel@gnu.org; Tue, 31 Jul 2007 13:03:41 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IFvAS-0003CY-2K; Tue, 31 Jul 2007 13:05:56 -0400 In-reply-to: <874pjq4rmv.fsf@debby.local.net> (message from Dieter Wilhelm on Fri, 27 Jul 2007 02:28:08 +0200) X-detected-kernel: 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:75863 Archived-At: C-t's argument handling should be consistent with M-t and C-M-t. Right now, the argument is equivalent to a repeat count. That is conceptually simple. A priori we should prefer that. However, if users generally prefer your change, that would outweigh the advantage of conceptual simplicity. Thus, the next step is to ask people to try it and see how they respond.