From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Olson Newsgroups: gmane.emacs.devel Subject: Fixing dired hangs when NFS mount goes AWOL Date: Wed, 5 Oct 2011 11:50:33 -0700 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1317840664 29817 80.91.229.12 (5 Oct 2011 18:51:04 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 Oct 2011 18:51:04 +0000 (UTC) To: Emacs Development Discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 05 20:51:00 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 1RBWYV-0000l0-NA for ged-emacs-devel@m.gmane.org; Wed, 05 Oct 2011 20:50:59 +0200 Original-Received: from localhost ([::1]:45722 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBWYV-0005u0-8i for ged-emacs-devel@m.gmane.org; Wed, 05 Oct 2011 14:50:59 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:38791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBWYS-0005tu-R7 for emacs-devel@gnu.org; Wed, 05 Oct 2011 14:50:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBWYR-0007cz-MW for emacs-devel@gnu.org; Wed, 05 Oct 2011 14:50:56 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:38396) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBWYR-0007cp-Dh for emacs-devel@gnu.org; Wed, 05 Oct 2011 14:50:55 -0400 Original-Received: by bkbzs2 with SMTP id zs2so2757691bkb.0 for ; Wed, 05 Oct 2011 11:50:53 -0700 (PDT) Original-Received: by 10.204.153.209 with SMTP id l17mr1733703bkw.129.1317840653304; Wed, 05 Oct 2011 11:50:53 -0700 (PDT) Original-Received: by 10.204.112.79 with HTTP; Wed, 5 Oct 2011 11:50:33 -0700 (PDT) X-Originating-IP: [216.103.134.130] X-Google-Sender-Auth: h6Rt-x--2mGHbEggfKKCPlDxaBE X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.214.41 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:144586 Archived-At: 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. --=20 Michael Olson=C2=A0 |=C2=A0 http://mwolson.org/