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: Bad value to a defcustom makes choices unavailable Date: Mon, 01 Aug 2005 19:50:18 +0200 Message-ID: <42EE60DA.6020701@student.lu.se> References: <42EE43B6.2090409@student.lu.se> <200508011741.j71HflT04394@raven.dms.auburn.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1122999769 29413 80.91.229.2 (2 Aug 2005 16:22:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Aug 2005 16:22:49 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 02 18:22:48 2005 Return-path: Original-Received: from mail-relay.eunet.no ([193.71.71.242]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DzzVp-000861-1w for ged-emacs-devel@gmane.org; Tue, 02 Aug 2005 18:21:05 +0200 Original-Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by mail-relay.eunet.no (8.13.1/8.13.1/GN) with ESMTP id j71I6Mgg025222 for ; Mon, 1 Aug 2005 20:06:23 +0200 (CEST) (envelope-from emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org) Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dzeip-0001bL-GO for ged-emacs-devel@m.gmane.org; Mon, 01 Aug 2005 14:09:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Dzeby-0007Jo-SW for emacs-devel@gnu.org; Mon, 01 Aug 2005 14:02:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Dzebo-0007G2-Hw for emacs-devel@gnu.org; Mon, 01 Aug 2005 14:01:59 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dzebl-00078a-QV for emacs-devel@gnu.org; Mon, 01 Aug 2005 14:01:49 -0400 Original-Received: from [81.228.8.164] (helo=pne-smtpout2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dzed3-0006M8-A2 for emacs-devel@gnu.org; Mon, 01 Aug 2005 14:03:09 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout2-sn2.hy.skanova.net (7.2.060.1) id 42B94E290063A2C5; Mon, 1 Aug 2005 19:50:28 +0200 User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en Original-To: Luc Teirlinck In-Reply-To: <200508011741.j71HflT04394@raven.dms.auburn.edu> 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:41426 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:41426 Luc Teirlinck wrote: >Lennart Borgman wrote: > > If the value of a defcustom with ":type '(choices ...)" has a bad value > then the choice menu is unavailable. > >Just end your choice menu with the `other' type, then this will not happen. >Of course, you must make `other' have a sensible value. > > Thanks Luc, but would it not be good if the choice menu were still available without adding this?