From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Defcustoms, how do users find them? Date: Tue, 17 Nov 2009 00:49:12 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1258415393 3896 80.91.229.12 (16 Nov 2009 23:49:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Nov 2009 23:49:53 +0000 (UTC) Cc: Emacs-Devel devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 17 00:49:46 2009 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 1NABKK-0000uP-G3 for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 00:49:44 +0100 Original-Received: from localhost ([127.0.0.1]:42480 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NABKJ-0006s7-M3 for ged-emacs-devel@m.gmane.org; Mon, 16 Nov 2009 18:49:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NABKE-0006r1-PZ for emacs-devel@gnu.org; Mon, 16 Nov 2009 18:49:38 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NABK9-0006om-Ha for emacs-devel@gnu.org; Mon, 16 Nov 2009 18:49:37 -0500 Original-Received: from [199.232.76.173] (port=43604 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NABK9-0006oh-AY for emacs-devel@gnu.org; Mon, 16 Nov 2009 18:49:33 -0500 Original-Received: from mail-yw0-f194.google.com ([209.85.211.194]:56586) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NABK8-0006TU-U0 for emacs-devel@gnu.org; Mon, 16 Nov 2009 18:49:33 -0500 Original-Received: by ywh32 with SMTP id 32so7025247ywh.14 for ; Mon, 16 Nov 2009 15:49:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=0pjtn1iwlt8ZimkGVHM9f3ZxIdlA5S19NGbBMUNgaXE=; b=t05rn25wtBO1Kw3CwHh0JuHjsvN11bNzOaFvYPKd1xs1kXfOwDIQC06XvYl6Yik0kK qMTPh57cqnluNtvjQdz37bAIqCI5LuafnWOrrVEE/82mExe+EPV1x0zCA+DMPafyrIUc vjI0Cz/qyxmjPeTZhf8Wcz2+8EywnMaycchxU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=UjfL3d6qRKcxqKBVx3JMsiHCEgsEUjfhx70I1c4dG7reD/D1KPqogVATuRvlyx6cFY iZyaX3bPm536Nl9imCov5SZS3Bqtu8VBPz2AOVVKkJXEyRS/iefXF4qf4YtcgkKXbObR sq+fRTvBhk52jWzD92ptWzYMrPkffEqrC3a1g= Original-Received: by 10.101.129.1 with SMTP id g1mr5161817ann.124.1258415372080; Mon, 16 Nov 2009 15:49:32 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:117057 Archived-At: On Tue, Nov 17, 2009 at 12:05 AM, Stefan Monnier wrote: >> Should all defcustoms be autoloaded? > > No, please god, no! Maybe you have explained why, but I do not know. Why? Is the cost for autoloading them to high in some way, or?