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 04:41:55 +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 1258429355 802 80.91.229.12 (17 Nov 2009 03:42:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 17 Nov 2009 03:42:35 +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 04:42:28 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 1NAExV-0003d5-DI for ged-emacs-devel@m.gmane.org; Tue, 17 Nov 2009 04:42:25 +0100 Original-Received: from localhost ([127.0.0.1]:57209 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAExV-0004vA-0S for ged-emacs-devel@m.gmane.org; Mon, 16 Nov 2009 22:42:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NAExQ-0004v1-Io for emacs-devel@gnu.org; Mon, 16 Nov 2009 22:42:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NAExM-0004tg-2l for emacs-devel@gnu.org; Mon, 16 Nov 2009 22:42:20 -0500 Original-Received: from [199.232.76.173] (port=33315 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NAExL-0004tb-UG for emacs-devel@gnu.org; Mon, 16 Nov 2009 22:42:15 -0500 Original-Received: from mail-yx0-f191.google.com ([209.85.210.191]:41733) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NAExL-0005XA-MR for emacs-devel@gnu.org; Mon, 16 Nov 2009 22:42:15 -0500 Original-Received: by yxe29 with SMTP id 29so7228721yxe.14 for ; Mon, 16 Nov 2009 19:42:15 -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=aLUlOECIaSA93Sj3W4/h5okIWgkDW1iwBC1uxPllF8s=; b=k52AbptZQWtQH010D3WTCJokPJbTlb+xcImQ6JFcm3UHy6SfNt40g7olJvksKGpPJg ZJ533FgTWwCCPOP+p8DevGrqjUzXNo2Imye4l/EpltfDELeP1UeswaIFappSM2T/5dPt xYsxQlBMD/MSZjJm3161MycRc0KGTgGrNW7YE= 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=a6RmCde31EJBc2u86VORFpCJ0PWMIrFpLeETNZCWYJCIh5xzQS0hgeRrHejEpmCpD1 0M9A+W2iqaBl50FroLb6sGTXi2lWlSQXRxPzLEhFB41fnGTWqiTejg0yhA37d+hFMjzG 5z1Ac5XMWvaEccbgA+1LxWEBbd09NdS6CO2Vc= Original-Received: by 10.101.151.30 with SMTP id d30mr179442ano.135.1258429335102; Mon, 16 Nov 2009 19:42:15 -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:117063 Archived-At: On Tue, Nov 17, 2009 at 4:38 AM, Stefan Monnier wrote: >> 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. I think that would solve the problem - if help/apropos functions also loaded the var's package.