From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: autoload cookies for defcustoms Date: Mon, 25 Jan 2010 21:05:38 -0500 Message-ID: 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 X-Trace: ger.gmane.org 1264471565 30347 80.91.229.12 (26 Jan 2010 02:06:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 26 Jan 2010 02:06:05 +0000 (UTC) Cc: 'Emacs-Devel devel' To: "Drew Adams" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 26 03:05:58 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 1NZaoO-0006kj-B7 for ged-emacs-devel@m.gmane.org; Tue, 26 Jan 2010 03:05:48 +0100 Original-Received: from localhost ([127.0.0.1]:47429 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZaoP-0004rA-G8 for ged-emacs-devel@m.gmane.org; Mon, 25 Jan 2010 21:05:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NZaoK-0004qH-9a for emacs-devel@gnu.org; Mon, 25 Jan 2010 21:05:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NZaoF-0004nT-Vd for emacs-devel@gnu.org; Mon, 25 Jan 2010 21:05:44 -0500 Original-Received: from [199.232.76.173] (port=53919 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NZaoF-0004nH-NK for emacs-devel@gnu.org; Mon, 25 Jan 2010 21:05:39 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:52866 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NZaoF-000131-Ah for emacs-devel@gnu.org; Mon, 25 Jan 2010 21:05:39 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhAFAGncXUtMCo6A/2dsb2JhbACBRtcqhDkEik4 X-IronPort-AV: E=Sophos;i="4.49,343,1262581200"; d="scan'208";a="54555472" Original-Received: from 76-10-142-128.dsl.teksavvy.com (HELO pastel.home) ([76.10.142.128]) by ironport2-out.pppoe.ca with ESMTP; 25 Jan 2010 21:05:38 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id A809888D2; Mon, 25 Jan 2010 21:05:38 -0500 (EST) In-Reply-To: (Drew Adams's message of "Mon, 25 Jan 2010 12:36:22 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:120411 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. Stefan