From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: how to make dired-do-rename more friendly? Date: 20 Nov 2003 08:22:24 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1069309321 29942 80.91.224.253 (20 Nov 2003 06:22:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Nov 2003 06:22:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Nov 20 07:21:59 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AMiCU-0004ar-00 for ; Thu, 20 Nov 2003 07:21:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AMj9c-0003M8-HM for geh-help-gnu-emacs@m.gmane.org; Thu, 20 Nov 2003 02:23:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AMj9J-0003Ki-70 for help-gnu-emacs@gnu.org; Thu, 20 Nov 2003 02:22:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AMj8n-00038O-Cq for help-gnu-emacs@gnu.org; Thu, 20 Nov 2003 02:22:44 -0500 Original-Received: from [207.232.27.5] (helo=WST0054) by monty-python.gnu.org with asmtp (Exim 4.24) id 1AMj8W-00033T-UB for help-gnu-emacs@gnu.org; Thu, 20 Nov 2003 02:21:57 -0500 Original-To: help-gnu-emacs@gnu.org In-reply-to: (halloleo@noospaam.myrealbox.com) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14408 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14408 > From: "leo" > Newsgroups: gnu.emacs.help > Date: Thu, 20 Nov 2003 13:52:50 +1100 > > i use dired a lot and rename works ok, but it would be handy to copy the > existing name by default into the minibuffer or at least do it with a quick > mini-buffer key stroke. > > example: sitting on the file > /Users/leo/my-text-with-a-long-name > i invoke dired-do-rename (by key "R") and get a minibuffer just with: > /Users/leo/ > and i want some easy to get to > /Users/leo/my-text-with-a-long-name Did you try to press the DownArrow key or M-n? The node "Minibuffer History" in the Emacs manual will tell you more useful stuff about this and related commands and features.