From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: customize-style Date: Sun, 23 Mar 2003 21:04:59 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20030317152226.E536@WINPC174> <200303171543.h2HFh30m013114@rum.cs.yale.edu> <87k7exy1q8.fsf@gnu.org> <87k7ervzzj.fsf@indigo.shootybangbang.com> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1048471717 16674 80.91.224.249 (24 Mar 2003 02:08:37 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 24 Mar 2003 02:08:37 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 24 03:08:36 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18xHO8-0004Ko-00 for ; Mon, 24 Mar 2003 03:08:36 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18xHOO-0002HD-00 for ; Mon, 24 Mar 2003 03:08:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18xHNc-0004Ks-07 for emacs-devel@quimby.gnus.org; Sun, 23 Mar 2003 21:08:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18xHKy-00035n-00 for emacs-devel@gnu.org; Sun, 23 Mar 2003 21:05:20 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18xHKi-0002du-00 for emacs-devel@gnu.org; Sun, 23 Mar 2003 21:05:06 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10.13) id 18xHKd-0002Oy-00 for emacs-devel@gnu.org; Sun, 23 Mar 2003 21:04:59 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18xHKd-0002Mn-00; Sun, 23 Mar 2003 21:04:59 -0500 Original-To: John Paul Wallington In-reply-to: <87k7ervzzj.fsf@indigo.shootybangbang.com> (message from John Paul Wallington on Sat, 22 Mar 2003 21:43:44 +0000) Original-cc: alex@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12557 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12557 > I guess custom-theme-create should be autoloaded. > > I agree. Can someone install that? I have installed that. But having a command with the prefix custom- isn't good for completion in `executed-extended-command'; the convention is that it have a customize- prefix instead. If the name is to start with `customize-', customize-create-theme seems like the best name to use.