From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#2413: file-directory-p reports incorrect value for ftp root files Date: Sat, 09 Jul 2011 21:54:15 -0400 Message-ID: References: <87prh7hg6l.fsf@cyd.mit.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1310262940 7676 80.91.229.12 (10 Jul 2011 01:55:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 10 Jul 2011 01:55:40 +0000 (UTC) To: 2413-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jul 10 03:55:36 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QfjF6-0005dE-Bv for geb-bug-gnu-emacs@m.gmane.org; Sun, 10 Jul 2011 03:55:32 +0200 Original-Received: from localhost ([::1]:50435 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfjF5-0000u5-Bh for geb-bug-gnu-emacs@m.gmane.org; Sat, 09 Jul 2011 21:55:31 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfjEh-0000qr-DH for bug-gnu-emacs@gnu.org; Sat, 09 Jul 2011 21:55:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QfjEd-00050J-6z for bug-gnu-emacs@gnu.org; Sat, 09 Jul 2011 21:55:06 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:42422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfjEc-0004zz-TT for bug-gnu-emacs@gnu.org; Sat, 09 Jul 2011 21:55:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QfjEc-0001rx-KI for bug-gnu-emacs@gnu.org; Sat, 09 Jul 2011 21:55:02 -0400 Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sun, 10 Jul 2011 01:55:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 2413 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo unreproducible Mail-Followup-To: 2413@debbugs.gnu.org, rgm@gnu.org Original-Received: via spool by 2413-done@debbugs.gnu.org id=D2413.13102628657135 (code D ref 2413); Sun, 10 Jul 2011 01:55:02 +0000 Original-Received: (at 2413-done) by debbugs.gnu.org; 10 Jul 2011 01:54:25 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QfjE0-0001r2-D3 for submit@debbugs.gnu.org; Sat, 09 Jul 2011 21:54:24 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QfjDx-0001qp-R3 for 2413-done@debbugs.gnu.org; Sat, 09 Jul 2011 21:54:22 -0400 Original-Received: from localhost ([127.0.0.1]:60703) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfjDs-0005kg-6i; Sat, 09 Jul 2011 21:54:16 -0400 X-Spook: NORAD blackjack Legion of Doom diwn militia digicash X-Ran: m"ko8wJv87kR#c"oyQe]Q&SF#toNu{pf]QXAe(D%,6Bnu0XQ/Y2qB1G-0O'h+bny7dOBPW X-Hue: white X-Attribution: GM In-Reply-To: <87prh7hg6l.fsf@cyd.mit.edu> (Chong Yidong's message of "Tue, 24 Feb 2009 12:56:34 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Sat, 09 Jul 2011 21:55:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org 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 Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:48424 Archived-At: This bug is being closed because it is presumed fixed and there was no response to a request for more information. If you still see the problem, reply and it can be reopened. You can view the whole report at http://debbugs.gnu.org/BUGNUMBER Chong Yidong wrote: > works properly (i.e., it returns nil). I recently fixed a bug in > ange-ftp.el which may be related to this, so could you check whether the > problem persists with latest CVS?