From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stephan Stahl Newsgroups: gmane.emacs.devel Subject: customize-style Date: Mon, 17 Mar 2003 15:22:26 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <20030317152226.E536@WINPC174> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1047910982 24079 80.91.224.249 (17 Mar 2003 14:23:02 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 17 Mar 2003 14:23:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Mar 17 15:22:58 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 18uvUf-0006Ao-00 for ; Mon, 17 Mar 2003 15:21:37 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18uvuM-00006q-00 for ; Mon, 17 Mar 2003 15:48:10 +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 18uvUl-0005IJ-02 for emacs-devel@quimby.gnus.org; Mon, 17 Mar 2003 09:21:43 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18uvTH-0003sy-00 for emacs-devel@gnu.org; Mon, 17 Mar 2003 09:20:11 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18uvT9-0003bu-00 for emacs-devel@gnu.org; Mon, 17 Mar 2003 09:20:05 -0500 Original-Received: from mail.isogmbh.de ([194.139.105.20] helo=ns2.isogmbh.de) by monty-python.gnu.org with smtp (Exim 4.10.13) id 18uvT7-0003Jl-00 for emacs-devel@gnu.org; Mon, 17 Mar 2003 09:20:01 -0500 Original-Received: (qmail 7653 invoked from network); 17 Mar 2003 14:19:54 -0000 Original-Received: from unknown (HELO winpc174) (192.168.81.11) by mail.dmz.isogmbh.de with SMTP; 17 Mar 2003 14:19:54 -0000 Original-Received: by winpc174 (sSMTP sendmail emulation); Mon, 17 Mar 2003 15:22:26 +0100 Original-To: emacs-devel@gnu.org Content-Disposition: inline User-Agent: Mutt/1.2.5i 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:12404 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12404 Hi. Since customize is discussed lately (Customize Rogue) there is some idea i would like to present: How about combining customize and c-set-style? That would enable the user to use the customize interface to set all sort of things but to group those changes together in a style. Like having one style with light colors and another with dark colors. Or one style "compact" without line/column-number-mode/display-time-mode and another with them activated. What do you think about it? Stephan