From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Suggestion for C-t (transpose-chars) Date: Fri, 20 Jul 2007 23:06:36 +0300 Message-ID: References: <87lkdbl8az.fsf@debby.local.net> <871wf2lxb2.fsf@debby.local.net> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1184962019 19765 80.91.229.12 (20 Jul 2007 20:06:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 20 Jul 2007 20:06:59 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dieter Wilhelm Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 20 22:06:49 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 1IBykP-00061o-Ks for ged-emacs-devel@m.gmane.org; Fri, 20 Jul 2007 22:06:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBykP-00044v-0h for ged-emacs-devel@m.gmane.org; Fri, 20 Jul 2007 16:06:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IBykL-00044k-NF for emacs-devel@gnu.org; Fri, 20 Jul 2007 16:06:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IBykJ-00043J-Md for emacs-devel@gnu.org; Fri, 20 Jul 2007 16:06:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IBykJ-00043A-Hg for emacs-devel@gnu.org; Fri, 20 Jul 2007 16:06:39 -0400 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IBykJ-0006ft-26 for emacs-devel@gnu.org; Fri, 20 Jul 2007 16:06:39 -0400 Original-Received: from HOME-C4E4A596F7 ([81.5.58.62]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id DDT58139 (AUTH halo1); Fri, 20 Jul 2007 23:06:36 +0300 (IDT) In-reply-to: <871wf2lxb2.fsf@debby.local.net> (message from Dieter Wilhelm on Fri, 20 Jul 2007 20:55:29 +0200) X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:75198 Archived-At: > Cc: emacs-devel@gnu.org > From: Dieter Wilhelm > Date: Fri, 20 Jul 2007 20:55:29 +0200 > > > This behavior is so old in Emacs that I'd suggest to write a new > > command that does what you want, and leave the original one alone. > > Interested users could then rebind C-t to run that new command. > > Fair enough, I'll do that. Would you suggest to make it public on the > Emacs Wiki? I'd rather you posted it here, as diffs to the appropriate Emacs Lisp file. > But old code does not equal used code, I really like to argue that > above behaviour would make Emacs an (infinitesimal) bit better ;-). Well, adding the new version will make everybody happy, so it's a win-win situation.