summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-03-15 15:25:10 +0000
committerEli Zaretskii <eliz@gnu.org>2002-03-15 15:25:10 +0000
commit96c1fd92139def627d5b5f6acf8057115ec80397 (patch)
treed6903e599bedf5348d9a58efc0aee4ba2fc63682
parent3d988753c36022b843e2b23b01579d7b5b4b8649 (diff)
downloademacs-96c1fd92139def627d5b5f6acf8057115ec80397.tar.gz
Document problems with `df' slowing down Dired.
-rw-r--r--etc/PROBLEMS17
1 files changed, 17 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index aaa53a6a061..93180daab52 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -544,6 +544,23 @@ port or in the Cygwin library which apparently make Bash ignore the
keyboard interrupt event sent by Emacs to Bash. (Older Cygwin ports
of Bash, up to b20.1, did receive SIGINT from Emacs.)
+* Dired is very slow.
+
+This could happen if invocation of the `df' program takes a long
+time. Possible reasons for this include:
+
+ - ClearCase mounted filesystems (VOBs) that sometimes make `df'
+ response time extremely slow (dozens of seconds);
+
+ - slow automounters on some old versions of Unix;
+
+ - slow operation of some versions of `df'.
+
+To work around the problem, you could either (a) set the variable
+`directory-free-space-program' to nil, and thus prevent Emacs from
+invoking `df'; (b) use `df' from the GNU Fileutils package; or
+(c) use CVS, which is Free Software, instead of ClearCase.
+
* Accessing remote files with ange-ftp hangs the MS-Windows version of Emacs.
If the FTP client is the Cygwin port of GNU `ftp', this appears to be