From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/6502 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: NFS/Emacs bug Date: 03 Jun 1996 21:53:57 +0200 Sender: abraham@dina.kvl.dk Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035146947 3823 80.91.224.250 (20 Oct 2002 20:49:07 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:49:07 +0000 (UTC) Cc: ding@ifi.uio.no Return-Path: ding-request@ifi.uio.no Original-Received: from spork.callamer.com (root@spork.callamer.com [199.74.141.2]) by deanna.miranova.com (8.7.5/8.6.9) with ESMTP id NAA28653 for ; Mon, 3 Jun 1996 13:27:21 -0700 Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by spork.callamer.com (8.7.5/8.7.3) with SMTP id NAA22585 for ; Mon, 3 Jun 1996 13:25:14 -0700 (PDT) Original-Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 3 Jun 1996 21:54:40 +0200 Original-Received: from kleene.dina.kvl.dk (kleene.dina.kvl.dk [130.225.40.223]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id VAA01734; Mon, 3 Jun 1996 21:53:52 +0200 Original-Received: (abraham@localhost) by kleene.dina.kvl.dk (8.6.12/8.6.4) id VAA19109; Mon, 3 Jun 1996 21:53:58 +0200 Original-To: xemacs@cs.uiuc.edu, bug-gnu-emacs@prep.ai.mit.edu X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ Original-Lines: 20 X-Mailer: Gnus v5.2.5/Emacs 19.31 Xref: main.gmane.org gmane.emacs.gnus.general:6502 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:6502 When using `directory-files' on large directories (5000+ files) the answer is sometimes truncated, like this: (length (directory-files "~/Mail/ding/list")) ==> 2287 (length (directory-files "~/Mail/ding/list")) ==> 5460 This has been reproduced with Linux and Solaris as NFS clients and with SGI and Solaris as NFS servers. It has also been reproduced with Emacs 19.30, Emacs 19.31, and XEmacs 19.13. The problem is noticeable when using the `nnml' backend for Gnus to store large groups. I cannot produce similar result from the shell, e.g. with: % ls -1 ~/Mail/ding/list | wc -w 5456