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: M-g in dired Date: Sat, 20 May 2006 01:03:55 -0400 Message-ID: References: <446C7B73.60907@earthlink.net> <87u07md91o.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1148101463 30204 80.91.229.2 (20 May 2006 05:04:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 20 May 2006 05:04:23 +0000 (UTC) Cc: juri@jurta.org, edwinstearns_news@earthlink.net, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 20 07:04:20 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FhJdR-0003Gm-Ds for ged-emacs-devel@m.gmane.org; Sat, 20 May 2006 07:04:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FhJdR-0004aj-3S for ged-emacs-devel@m.gmane.org; Sat, 20 May 2006 01:04:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FhJd8-0004Yh-KP for emacs-devel@gnu.org; Sat, 20 May 2006 01:03:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FhJd8-0004Y8-0I for emacs-devel@gnu.org; Sat, 20 May 2006 01:03:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FhJd7-0004Xw-I6 for emacs-devel@gnu.org; Sat, 20 May 2006 01:03:57 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FhJga-0001Zn-EN for emacs-devel@gnu.org; Sat, 20 May 2006 01:07:32 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FhJd5-000828-Qv; Sat, 20 May 2006 01:03:55 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) 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:54850 Archived-At: What about M-t (and M-T) .. transpose-words is useless in dired buffers. I would not object to using M-t for this. Miles wrote: I like M-j (and M-J): "J" is for "jump", and mirrors similar bindings used in gnus. [The global binding for M-j is similarly useless in dired.] I think that is more logical than M-t. And more convenient than a two-character key. So let's switch to M-j in Dired. Thanks.