Gnus development mailing list
 help / color / mirror / Atom feed
* XEmacs 21.4, mm-attachment-file-modes
@ 2003-10-03  8:03 Norbert Koch
  0 siblings, 0 replies; only message in thread
From: Norbert Koch @ 2003-10-03  8:03 UTC (permalink / raw)


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)



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-03  8:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-03  8:03 XEmacs 21.4, mm-attachment-file-modes Norbert Koch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).