From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57586 Path: main.gmane.org!not-for-mail From: Paul Stodghill Newsgroups: gmane.emacs.gnus.general Subject: Re: Patch for filesystems that do not support chmod. Date: Thu, 20 May 2004 13:04:51 -0400 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085072690 3093 80.91.224.253 (20 May 2004 17:04:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 May 2004 17:04:50 +0000 (UTC) Original-X-From: ding-owner+M6126@lists.math.uh.edu Thu May 20 19:04:38 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BQqyE-0004GF-00 for ; Thu, 20 May 2004 19:04:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BQqy3-0007zO-00; Thu, 20 May 2004 12:04:27 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BQqxz-0007zJ-00 for ding@lists.math.uh.edu; Thu, 20 May 2004 12:04:23 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BQqxw-0008VJ-QY for ding@lists.math.uh.edu; Thu, 20 May 2004 12:04:20 -0500 Original-Received: from exchfe1.cs.cornell.edu (exchfenlb-1.cs.cornell.edu [128.84.97.33]) by justine.libertine.org (Postfix) with ESMTP id 333843A00BB for ; Thu, 20 May 2004 12:04:20 -0500 (CDT) Original-Received: from exchfe1.cs.cornell.edu ([128.84.97.27]) by exchfe1.cs.cornell.edu with Microsoft SMTPSVC(6.0.3790.0); Thu, 20 May 2004 13:04:15 -0400 Original-Received: from barney-xp.cs.cornell.edu.cs.cornell.edu ([128.84.97.171]) by exchfe1.cs.cornell.edu over TLS secured channel with Microsoft SMTPSVC(6.0.3790.0); Thu, 20 May 2004 13:04:14 -0400 Original-To: ding@gnus.org In-Reply-To: (Jesper Harder's message of "Wed, 19 May 2004 15:26:11 +0200") User-Agent: Gnus/5.110002 (No Gnus v0.2) XEmacs/21.4 (Security Through Obscurity, cygwin32) X-OriginalArrivalTime: 20 May 2004 17:04:14.0612 (UTC) FILETIME=[7A949D40:01C43E8C] Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57586 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57586 > It's not clear to me whether you're saying that `set-file-modes' > actually throws an error or you think it _might_ throw an error. It throws an error. Gnus cannot fetch new mail as a result. > But if it does, I'd tend to think it's a bug in XEmacs, which it would > be bette to fix there instead of in Gnus. I'm not sure that I agree. The underlying "chmod" call is returning an error status. XEmacs raises and error. I don't see this as a bug in XEmacs.