From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: Re: list-directory not ffap aware Date: Thu, 01 Jul 2004 05:41:33 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87zn6kiv02.fsf@jidanni.org> References: <87zn6oai09.fsf@jidanni.org> <40E078A8.6030702@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1088639660 6199 80.91.224.253 (30 Jun 2004 23:54:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 Jun 2004 23:54:20 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 01 01:54:15 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Bfou7-0000RI-00 for ; Thu, 01 Jul 2004 01:54:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bfovq-0003ds-S4 for geb-bug-gnu-emacs@m.gmane.org; Wed, 30 Jun 2004 19:56:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bfovo-0003aw-HJ for bug-gnu-emacs@gnu.org; Wed, 30 Jun 2004 19:56:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bfovl-0003Xw-Vt for bug-gnu-emacs@gnu.org; Wed, 30 Jun 2004 19:55:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bfovl-0003Xi-Ub for bug-gnu-emacs@gnu.org; Wed, 30 Jun 2004 19:55:57 -0400 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Bfou0-00035O-BO for bug-gnu-emacs@gnu.org; Wed, 30 Jun 2004 19:54:08 -0400 Original-Received: from tc218-187-76-179.2-4.dynamic.apol.com.tw ([218.187.76.179]:33495 helo=jidanni1) by frodo.hserus.net with asmtp (Cipher TLSv1:RC4-SHA:128) (Exim 4.34 #0) id 1Bfotu-000IHz-85 by authid with plain for ; Thu, 01 Jul 2004 05:24:06 +0530 Original-Received: from jidanni by jidanni1 with local (Exim 4.34) id 1Bfmph-00011d-EH for bug-gnu-emacs@gnu.org; Thu, 01 Jul 2004 05:41:33 +0800 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:8320 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8320 >> dired is ffap aware, but not list-directory. >> I.e., when I type C-x C-d, what is under the cursor is not taken into >> account when prompting in the minibuffer. K> How can that be? Say start dired. With the cursor over a filename, try C-x d C-g and C-x C-d C-g. Noting what one was prompted with before hitting C-g. Maybe it's because I use dired-aux in http://jidanni.org/comp/emacs.txt.gz , which see. emacs-version's value is "21.3.1"