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: [dortmann@lsil.com: emacs customization suggestion: 'customize-existing'] Date: Sun, 08 Feb 2004 10:21:30 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <40242394.4030207@yahoo.com> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1076254135 31764 80.91.224.253 (8 Feb 2004 15:28:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 8 Feb 2004 15:28:55 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Feb 08 16:28:49 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ApqrZ-0002IP-00 for ; Sun, 08 Feb 2004 16:28:49 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1ApqrZ-0006OB-00 for ; Sun, 08 Feb 2004 16:28:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Apqnt-00082x-SU for emacs-devel@quimby.gnus.org; Sun, 08 Feb 2004 10:25:01 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Apqn6-0007t0-9j for emacs-devel@gnu.org; Sun, 08 Feb 2004 10:24:12 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1ApqmZ-0007do-DK for emacs-devel@gnu.org; Sun, 08 Feb 2004 10:24:10 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1ApqmY-0007df-VA for emacs-devel@gnu.org; Sun, 08 Feb 2004 10:23:38 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.24) id 1ApqkU-0001iR-M1; Sun, 08 Feb 2004 10:21:30 -0500 Original-To: Kevin Rodgers In-reply-to: <40242394.4030207@yahoo.com> (message from Kevin Rodgers on Fri, 06 Feb 2004 16:30:28 -0700) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19802 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19802 > Add a customization option such as 'customize-existing' which fills > a customize buffer only with currently customized settings. A > related command for faces might be 'customize-existing-faces'. How would that be different from what `M-x customize-customized' does? I tried looking for such an existing function, but I could not remember its nam and missed it in the list of completions of customize-... Now that I see it, customize-customized might be what he wants. But not necessarily exactly what he wants. Perhaps we could use something to customize all the options that have non-default customizations, which is a little different from customize-customized.