From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: list-directory not ffap aware Date: Thu, 01 Jul 2004 09:13:55 -0600 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <40E42A33.6000603@yahoo.com> 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; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1088694867 3188 80.91.224.253 (1 Jul 2004 15:14:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Jul 2004 15:14:27 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Jul 01 17:14:08 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 1Bg3GJ-0002zA-00 for ; Thu, 01 Jul 2004 17:14:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bg3I5-0002pC-DT for geb-bug-gnu-emacs@m.gmane.org; Thu, 01 Jul 2004 11:15:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bg3I3-0002na-2W for bug-gnu-emacs@gnu.org; Thu, 01 Jul 2004 11:15:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bg3I0-0002mv-QD for bug-gnu-emacs@gnu.org; Thu, 01 Jul 2004 11:15:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bg3I0-0002mY-Oe for bug-gnu-emacs@gnu.org; Thu, 01 Jul 2004 11:15:52 -0400 Original-Received: from [216.168.1.22] (helo=trinity.supernews.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1Bg3G7-00039e-8a for bug-gnu-emacs@gnu.org; Thu, 01 Jul 2004 11:13:55 -0400 Original-Received: from mail.fu-berlin.de ([130.133.1.2]:3272) by trinity.supernews.net with esmtp (Exim 4.24; FreeBSD) id 1Bg3G6-0005yr-9i for gnu-emacs-bug@moderators.isc.org; Thu, 01 Jul 2004 15:13:54 +0000 Original-Received: by Mail.FU-Berlin.DE (Exim 4.34) from curry.zedat.fu-berlin.de ([160.45.10.36]) for gnu-emacs-bug@moderators.isc.org with esmtp id <1Bg3Fz-0008xB-67>; Thu, 01 Jul 2004 17:13:47 +0200 Original-Received: by Curry.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from news.uni-berlin.de with bsmtp id ; Thu, 1 Jul 2004 17:13:47 +0200 (MEST) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 21 X-Orig-X-Trace: news.uni-berlin.de VvTOUI7DT3LUqFDQ1aKtegVV1+n1/Idu6H2gYBc2d0YRrWlps= User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us 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:8327 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:8327 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. > > 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" No, it's simply that calling ffap-bindings rebinds `C-x d' to dired-at-point but does not rebind `C-x C-d' (because ffap.el doesn't define a list-directory-at-point command). -- Kevin Rodgers