From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/62158 Path: news.gmane.org!not-for-mail From: Fabrice Popineau Newsgroups: gmane.emacs.gnus.general Subject: Re: nnmail-split-fancy-match-partial-words Date: Sun, 05 Mar 2006 21:43:37 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 X-Trace: sea.gmane.org 1141591801 6262 80.91.229.2 (5 Mar 2006 20:50:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Mar 2006 20:50:01 +0000 (UTC) Original-X-From: ding-owner+m10686@lists.math.uh.edu Sun Mar 05 21:49:55 2006 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FG0Ao-0000cS-Li for ding-account@gmane.org; Sun, 05 Mar 2006 21:49:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1FG0Aa-0007Yr-00; Sun, 05 Mar 2006 14:49:36 -0600 Original-Received: from nas01.math.uh.edu ([129.7.128.39]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1FG04u-0007Yl-00 for ding@lists.math.uh.edu; Sun, 05 Mar 2006 14:43:44 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas01.math.uh.edu with esmtp (Exim 4.52) id 1FG04r-0006Ua-4L for ding@lists.math.uh.edu; Sun, 05 Mar 2006 14:43:44 -0600 Original-Received: from smtp2-g19.free.fr ([212.27.42.28]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1FG04q-0004qY-00 for ; Sun, 05 Mar 2006 21:43:40 +0100 Original-Received: from SPARKY.metz.supelec.fr (lns-bzn-53-82-65-4-249.adsl.proxad.net [82.65.4.249]) by smtp2-g19.free.fr (Postfix) with ESMTP id AD2AE5DDBC for ; Sun, 5 Mar 2006 21:43:36 +0100 (CET) Original-To: ding@gnus.org In-Reply-To: (Reiner Steib's message of "Fri, 03 Mar 2006 15:38:10 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.5 (windows-nt) X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:62158 Archived-At: * Reiner Steib writes: Fabrice> - (set-file-modes filename nnmail-default-file-modes))) + Fabrice> (gnus-set-file-modes filename nnmail-default-file-modes))) Fabrice> I think it should be applied anyway. mail-source.el and Fabrice> mm-decode.el also use set-file-modes. Reiner> I didn't investigate the callers, but maybe it *should* Reiner> give an error if the modes cannot be set appropriately. Reiner> (Shouldn't the respective (X)Emacs function care for those Reiner> file system / operation system details?) The problem is that up to now, there were places where #'gnus-set-file-modes was used and others where #'set-file-modes was used. My point is that the same function should be used everywhere. Reiner> *time passes* ... After reading the discussion Reiner> , I Reiner> think we should change `gnus-set-file-modes' as follows... Seems ok to me. Your flag gnus-ignore-set-file-modes-errors should be t on win32 native (don't know about cygwin). Best, Fabrice