From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#4673: Not the same as 4674 Date: Fri, 03 Feb 2012 13:18:12 +0200 Message-ID: <83vcnodv2j.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1328267981 12398 80.91.229.3 (3 Feb 2012 11:19:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Feb 2012 11:19:41 +0000 (UTC) Cc: 4673@debbugs.gnu.org To: Richard Copley Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Feb 03 12:19:39 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RtHB5-0007p4-94 for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 Feb 2012 12:19:39 +0100 Original-Received: from localhost ([::1]:56552 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtHB4-0003Aq-FY for geb-bug-gnu-emacs@m.gmane.org; Fri, 03 Feb 2012 06:19:38 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:39741) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtHAx-0003AR-C5 for bug-gnu-emacs@gnu.org; Fri, 03 Feb 2012 06:19:36 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtHAw-0000W2-4P for bug-gnu-emacs@gnu.org; Fri, 03 Feb 2012 06:19:31 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48109) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtHAw-0000Vv-1b for bug-gnu-emacs@gnu.org; Fri, 03 Feb 2012 06:19:30 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1RtHBR-00052S-R4 for bug-gnu-emacs@gnu.org; Fri, 03 Feb 2012 06:20:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 03 Feb 2012 11:20:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 4673 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 4673-submit@debbugs.gnu.org id=B4673.132826795719300 (code B ref 4673); Fri, 03 Feb 2012 11:20:01 +0000 Original-Received: (at 4673) by debbugs.gnu.org; 3 Feb 2012 11:19:17 +0000 Original-Received: from localhost ([127.0.0.1]:51728 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RtHAi-00051F-Qt for submit@debbugs.gnu.org; Fri, 03 Feb 2012 06:19:17 -0500 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:57816) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RtHAg-000511-LO for 4673@debbugs.gnu.org; Fri, 03 Feb 2012 06:19:15 -0500 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LYT00300DZHCK00@a-mtaout20.012.net.il> for 4673@debbugs.gnu.org; Fri, 03 Feb 2012 13:18:13 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.124.37.111]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LYT0023LE2COS80@a-mtaout20.012.net.il>; Fri, 03 Feb 2012 13:18:13 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:56416 Archived-At: > Date: Tue, 31 Jan 2012 11:51:27 +0000 > From: Richard Copley > > This is a separate bug from 4673 (which I believe is fixed). Can they > be un-merged? Done. > Visiting a Windows DFS share when ".." is not accessible still crashes > in `ls-lisp-insert-directory' in the trunk of Emacs, as the attribute > list for ".." in the `file-alist' returned for by > `directory-files-and-attributes' is empty. What does the following yield for a DFS share? M-: (file-attributes "//root/share/.." 'string) RET For that matter, what does the following cmd command display? dir /n/q/a:d \\root\share > Meanwhile, back in `ls-lisp-insert-directory', (format "%d" fuid) > fails with (error "Format specifier doesn't match argument type"). I will work on making ls-lisp-insert-directory be more tolerant of such use cases, but it is important for me to understand whether or not there is really a ".." entry on such shares, as this will determine if we want to display them in some way or simply omit them from the directory listing in Dired. The above questions will help me make up my mind about that. TIA