From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chong Yidong Newsgroups: gmane.emacs.devel Subject: Re: Fixing dired hangs when NFS mount goes AWOL Date: Wed, 05 Oct 2011 17:27:45 -0400 Message-ID: <87mxdf3z8u.fsf@stupidchicken.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1317850077 29055 80.91.229.12 (5 Oct 2011 21:27:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 Oct 2011 21:27:57 +0000 (UTC) Cc: Emacs Development Discussions To: Michael Olson Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 05 23:27:53 2011 Return-path: Envelope-to: ged-emacs-devel@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 1RBZ0L-0006lO-34 for ged-emacs-devel@m.gmane.org; Wed, 05 Oct 2011 23:27:53 +0200 Original-Received: from localhost ([::1]:57177 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBZ0K-0007Cq-JI for ged-emacs-devel@m.gmane.org; Wed, 05 Oct 2011 17:27:52 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:42220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBZ0I-0007Cl-9t for emacs-devel@gnu.org; Wed, 05 Oct 2011 17:27:51 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBZ0H-0007gg-F1 for emacs-devel@gnu.org; Wed, 05 Oct 2011 17:27:50 -0400 Original-Received: from vm-emlprdomr-03.its.yale.edu ([130.132.50.144]:42997) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBZ0G-0007gP-2w; Wed, 05 Oct 2011 17:27:48 -0400 Original-Received: from furball (dhcp-128-36-14-81.central.yale.edu [128.36.14.81]) (authenticated bits=0) by vm-emlprdomr-03.its.yale.edu (8.14.4/8.14.4) with ESMTP id p95LRj1o002233 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 5 Oct 2011 17:27:46 -0400 In-Reply-To: (Michael Olson's message of "Wed, 5 Oct 2011 11:50:33 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux) X-Scanned-By: MIMEDefang 2.71 on 130.132.50.144 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 130.132.50.144 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:144589 Archived-At: Michael Olson writes: > Would you consider adding "-l" to the list of default arguments for > `directory-free-space-args'? This will fix an issue where attempting > to open dired buffers with ls-lisp enabled hangs due to an AWOL NFS > mount. Considering that the check is skipped if the current directory > is on a remote filesystem, I think this is a reasonable default. If the check is skipped for remote directories, how does the hang occur?