From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/54163 Path: main.gmane.org!not-for-mail From: Norbert Koch Newsgroups: gmane.emacs.gnus.general Subject: XEmacs 21.4, mm-attachment-file-modes Date: Fri, 03 Oct 2003 10:03:20 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1065207692 18577 80.91.224.253 (3 Oct 2003 19:01:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Oct 2003 19:01:32 +0000 (UTC) Original-X-From: ding-owner+M2704@lists.math.uh.edu Fri Oct 03 21:01:30 2003 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 1A5VBC-0004sv-00 for ; Fri, 03 Oct 2003 21:01:30 +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 1A5VB1-0003Br-00; Fri, 03 Oct 2003 14:01:19 -0500 Original-Received: from justine.libertine.org ([66.139.78.221]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1A5KsT-0001pO-00 for ding@lists.math.uh.edu; Fri, 03 Oct 2003 03:01:29 -0500 Original-Received: from mail.LF.net (mail.LF.net [212.9.160.2]) by justine.libertine.org (Postfix) with ESMTP id 601243A004C for ; Fri, 3 Oct 2003 03:01:28 -0500 (CDT) Original-Received: from pd9518a90.dip.t-dialin.net ([217.81.138.144] helo=redqueen.bytechase.cx) by mail.LF.net with esmtp (Exim 4.22) id 1A5KsQ-000DrV-Fj for ding@gnus.org; Fri, 03 Oct 2003 10:01:26 +0200 Original-Received: from nk by redqueen.bytechase.cx with local (Exim 4.22) id 1A5KuG-000Cpj-W5 for ding@gnus.org; Fri, 03 Oct 2003 10:03:20 +0200 Original-To: Ding Mailing List X-Face: 9,{UOz`879Gt1t?~vOo"iN!BBRwO User-Agent: Gnus/5.1003 (Gnus v5.10.3) XEmacs/21.4 (Reasonable Discussion, berkeley-unix) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:54163 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:54163 Hi! My 21.4 (patch 14) "Reasonable Discussion" XEmacs Lucid doesn't like the standard setting of mm-attachment-file-modes (symbol's value as variable is void: ~), so I put in the decimal integer value. This is not intended as a proper fix, more like a heads up. norbert. Index: mm-decode.el =================================================================== RCS file: /usr/local/cvsroot/gnus/lisp/mm-decode.el,v retrieving revision 6.96 diff -u -r6.96 mm-decode.el --- mm-decode.el 3 Oct 2003 01:16:23 -0000 6.96 +++ mm-decode.el 3 Oct 2003 07:58:06 -0000 @@ -355,7 +355,7 @@ :type '(choice directory (const :tag "Default" nil)) :group 'mime-display) -(defcustom mm-attachment-file-modes ?\600 +(defcustom mm-attachment-file-modes 384 "Set the mode bits of saved attachments to this integer." :type 'integer :group 'mime-display)