bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: list-directory not ffap aware


From: Kevin Rodgers
Subject: Re: list-directory not ffap aware
Date: Mon, 28 Jun 2004 13:59:36 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Dan Jacobson wrote:
> 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.

How can that be?  dired's interactive spec just calls
dired-read-dir-and-switches, which calls read-file-name like this:

(read-file-name prompt nil default-directory nil)

which is exactly like list-directory's interactive spec.  So how could
ffap affect one call to read-file-name but not the other?

--
Kevin Rodgers






reply via email to

[Prev in Thread] Current Thread [Next in Thread]