From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: joakim@verona.se Newsgroups: gmane.emacs.devel Subject: Re: wdired-change-to-wdired-mode Date: Wed, 10 Feb 2010 07:53:29 +0100 Message-ID: References: <877hqlen0h.fsf@zemblan.newkuwait.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1265784838 11572 80.91.229.12 (10 Feb 2010 06:53:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Feb 2010 06:53:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thamer Mahmoud Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 10 07:53:50 2010 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.69) (envelope-from ) id 1Nf6SL-0004hN-5i for ged-emacs-devel@m.gmane.org; Wed, 10 Feb 2010 07:53:49 +0100 Original-Received: from localhost ([127.0.0.1]:54139 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nf6SK-0002Qn-DM for ged-emacs-devel@m.gmane.org; Wed, 10 Feb 2010 01:53:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nf6S9-0002QX-Ie for emacs-devel@gnu.org; Wed, 10 Feb 2010 01:53:37 -0500 Original-Received: from [199.232.76.173] (port=40065 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nf6S8-0002Pz-47 for emacs-devel@gnu.org; Wed, 10 Feb 2010 01:53:36 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Nf6S7-0007BP-7f for emacs-devel@gnu.org; Wed, 10 Feb 2010 01:53:35 -0500 Original-Received: from iwfs.imcode.com ([82.115.149.64]:37445 helo=gate.verona.se) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Nf6S6-0007BH-Pf for emacs-devel@gnu.org; Wed, 10 Feb 2010 01:53:35 -0500 Original-Received: from localhost.localdomain (IDENT:1005@localhost [127.0.0.1]) by gate.verona.se (8.13.4/8.11.4) with ESMTP id o1A6rTAS006237; Wed, 10 Feb 2010 07:53:29 +0100 In-Reply-To: <877hqlen0h.fsf@zemblan.newkuwait.org> (Thamer Mahmoud's message of "Wed, 10 Feb 2010 07:24:30 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:121048 Archived-At: Thamer Mahmoud writes: > Richard Stallman writes: > >> How about giving wdired-change-to-wdired-mode a key binding in Dired >> mode? Craig Muth suggested `r', but there may be an even more natural >> choice. > > `E' as in `Editable file names' seems apt. > > I think that wdired-mode has the potential of being "destructive" if > turned on unexpectedly by pressing the wrong key. Using a two-key > combination (i.e., Shift+Key) is more safe, IMHO. I think we already decided on a binding for this, C-x C-q. I use it all the time. Before the decision I used "r". > > > -- Joakim Verona