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: Defcustoms, how do users find them? Date: Mon, 16 Nov 2009 22:38:51 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1258429153 428 80.91.229.12 (17 Nov 2009 03:39:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2009 03:39:13 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 17 04:39:06 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 1NAEuH-0002ld-J5 for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 04:39:05 +0100 Original-Received: from localhost ([127.0.0.1]:40676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAEuH-0003LV-26 for ged-emacs-devel@m.gmane.org; Mon, 16 Nov 2009 22:39:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAEuB-0003Kv-JE for emacs-devel@gnu.org; Mon, 16 Nov 2009 22:38:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAEu6-0003K7-1I for emacs-devel@gnu.org; Mon, 16 Nov 2009 22:38:58 -0500 Original-Received: from [199.232.76.173] (port=46927 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAEu5-0003K4-S1 for emacs-devel@gnu.org; Mon, 16 Nov 2009 22:38:53 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:15289 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAEu5-000549-K8 for emacs-devel@gnu.org; Mon, 16 Nov 2009 22:38:53 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEACqpAUvO+II8/2dsb2JhbACBS9VQhDsEiT4 X-IronPort-AV: E=Sophos;i="4.44,755,1249272000"; d="scan'208";a="49518453" Original-Received: from 206-248-130-60.dsl.teksavvy.com (HELO ceviche.home) ([206.248.130.60]) by ironport2-out.pppoe.ca with ESMTP; 16 Nov 2009 22:38:52 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 12693B4088; Mon, 16 Nov 2009 22:38:51 -0500 (EST) In-Reply-To: (Lennart Borgman's message of "Tue, 17 Nov 2009 04:17:03 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (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:117062 Archived-At: > If it is really annoying to autoload defcustoms then maybe autoloading > just defgroups would be a possibility? (Or are they already autoloaded > in some way?) Yes, groups are autoloaded, thanks to cus-load.el. We could make customize-variable's completion complete to all defcustoms, using a similar scheme (and have customize-variable automatically load the var's package if it's not yet loaded). But autoloading the defcustoms is out of the question. Stefan