From xemacs-m  Sat Mar  1 01:59:23 1997
Received: from venus.Sun.COM (venus.Sun.COM [192.9.25.5])
	by xemacs.org (8.8.5/8.8.5) with SMTP id BAA18963
	for <xemacs-beta@xemacs.org>; Sat, 1 Mar 1997 01:59:23 -0600 (CST)
Received: from Eng.Sun.COM ([129.146.1.25]) by venus.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id XAA14204; Fri, 28 Feb 1997 23:58:50 -0800
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id XAA21584; Fri, 28 Feb 1997 23:58:49 -0800
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id XAA08214; Fri, 28 Feb 1997 23:58:49 -0800
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id XAA01847; Fri, 28 Feb 1997 23:58:47 -0800
Date: Fri, 28 Feb 1997 23:58:47 -0800
Message-Id: <199703010758.XAA01847@xemacs.eng.sun.com>
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: Bob Weiner <weiner@infodock.com>
Cc: xemacs-beta@xemacs.org
Subject: Sex
In-Reply-To: <199703010225.SAA03879@infodock.com>
References: <kighgiwjzkc.fsf@jagor.srce.hr>
	<199703010225.SAA03879@infodock.com>
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII

>>>>> "Bob" == Bob Weiner <weiner@infodock.com> writes:

Bob> To call that large is Hyperbole :-) in the extreme.  And of course RAM is
Bob> reusable.  I vote for removing condom.1 and sex.6 from the distribution for
Bob> an overall reduction in RAM (when reading about sex) and disk usage (when
Bob> holding onto sex).  This way, people can pay for sex themselves, rather
Bob> than giving it away free with all of that software.

Sun does not ship all the files in the XEmacs distribution.  Here is
what is currently filtered out (perl script snippet):

  # Filter out naughty or stupid files
  return 1 if /meese\.el/;
  return 1 if /sex\.6/;
  return 1 if /celibacy\.1/;
  return 1 if /condom\.1/;
  return 1 if /yow\.(lines|el)/;
  return 1 if /echo\.msg/;
  return 1 if /COOKIES/;
  
  # ctags conflicts with Sun's native version
  # And besides, `everyone' uses etags
  return 1 if /\bctags\b/;

Martin

