From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: customizing `frame-background-mode' Date: Sun, 20 Nov 2005 23:47:19 +0200 Organization: JURTA Message-ID: <87veyn6mdk.fsf@jurta.org> References: <437DB290.8060203@gmx.at> <871x1cujjj.fsf@jurta.org> <43804645.5060302@gmx.at> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1132523612 29173 80.91.229.2 (20 Nov 2005 21:53:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 Nov 2005 21:53:32 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 20 22:53:29 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Edx6D-0005hS-9r for ged-emacs-devel@m.gmane.org; Sun, 20 Nov 2005 22:51:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Edx6C-00024i-NG for ged-emacs-devel@m.gmane.org; Sun, 20 Nov 2005 16:51:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Edx4r-0000td-0W for emacs-devel@gnu.org; Sun, 20 Nov 2005 16:50:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Edx4m-0000sL-LP for emacs-devel@gnu.org; Sun, 20 Nov 2005 16:50:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Edx4m-0000sF-3y for emacs-devel@gnu.org; Sun, 20 Nov 2005 16:50:20 -0500 Original-Received: from [194.126.101.98] (helo=mail.neti.ee) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Edx4m-0004AM-8l for emacs-devel@gnu.org; Sun, 20 Nov 2005 16:50:20 -0500 Original-Received: from mail.neti.ee (80-235-37-33-dsl.mus.estpak.ee [80.235.37.33]) by Relayhost1.neti.ee (Postfix) with ESMTP id 19A9A1F82; Sun, 20 Nov 2005 23:50:35 +0200 (EET) Original-To: martin rudalics In-Reply-To: <43804645.5060302@gmx.at> (martin rudalics's message of "Sun, 20 Nov 2005 10:47:49 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Virus-Scanned: by amavisd-new-2.2.1 (20041222) (Debian) at neti.ee 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:46360 Archived-At: >> I think the [default] button is misleading into thinking it has >> something to do with the default value of frame-background-mode. >> Perhaps it should be changed from the button to ordinary text, >> because the [Value Menu] button prior to it has the same menu >> for selecting its value. Also the tag "default" could be changed >> to something more descriptive like "default brightness". > > The [Value Menu] and the [dark/light/default] button behave in exactly > the same manner. I wonder whether they should do something different. > With other words, why not replace > > :type '(choice (choice-item dark) > (choice-item light) > (choice-item :tag "default" nil))) > > by > > :type '(choice (const dark) > (const light) > (const :tag "default" nil))) This is exactly what I meant. Also I suggest to rename the tag "default" to "default brightness". -- Juri Linkov http://www.jurta.org/emacs/