From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: autoload cookies for defcustoms Date: Mon, 25 Jan 2010 19:12:07 -0800 Message-ID: <2DBAF33E5CA244FD92693738709BD298@us.oracle.com> References: <2DC911234A9B4A6ABD34459FB8C26C1C@us.oracle.com><380EF0C7255E4FBC86DB13B434D13582@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1264475587 6282 80.91.229.12 (26 Jan 2010 03:13:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Jan 2010 03:13:07 +0000 (UTC) Cc: 'Emacs-Devel devel' To: "'Stefan Monnier'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 26 04:12:59 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NZbrO-0004Yf-2q for ged-emacs-devel@m.gmane.org; Tue, 26 Jan 2010 04:12:58 +0100 Original-Received: from localhost ([127.0.0.1]:44612 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZbrM-0000Fg-UR for ged-emacs-devel@m.gmane.org; Mon, 25 Jan 2010 22:12:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZbrI-0000Fb-97 for emacs-devel@gnu.org; Mon, 25 Jan 2010 22:12:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZbrC-0000Em-RB for emacs-devel@gnu.org; Mon, 25 Jan 2010 22:12:51 -0500 Original-Received: from [199.232.76.173] (port=37399 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZbrC-0000Eg-P0 for emacs-devel@gnu.org; Mon, 25 Jan 2010 22:12:46 -0500 Original-Received: from acsinet11.oracle.com ([141.146.126.233]:18754) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NZbrC-0006NC-DW for emacs-devel@gnu.org; Mon, 25 Jan 2010 22:12:46 -0500 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by acsinet11.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o0Q3Ch3j030437 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 26 Jan 2010 03:12:44 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o0Q2s8ee022419; Tue, 26 Jan 2010 03:12:41 GMT Original-Received: from abhmt012.oracle.com by acsmt356.oracle.com with ESMTP id 1475706371264475528; Mon, 25 Jan 2010 19:12:08 -0800 Original-Received: from dradamslap1 (/141.144.160.254) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 25 Jan 2010 19:12:08 -0800 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: AcqeLBAjsi3SzUfHRomZj0LfsfsSKwACRyIA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: acsmt357.oracle.com [141.146.40.157] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090205.4B5E5DAB.00B8:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:120414 Archived-At: > > However, looking at the options that actually use `purecopy' and have > > autoload cookies, I have doubts that that guideline has been > > respected. It _seems_ that `purecopy' has been added here and there > > and _consequently_ an autoload cookie was then added. > > If that's the case, it was ill-advised. Please report those cases. Just grep. I didn't note the details after I did that.