From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: Re: :format strings in Custom ending in %h Date: Sat, 23 Aug 2003 10:32:00 -0500 (CDT) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <200308231532.h7NFW0002069@raven.dms.auburn.edu> References: <200308210154.h7L1sJc21082@raven.dms.auburn.edu> <200308212100.h7LL0d125524@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1061653591 12495 80.91.224.253 (23 Aug 2003 15:46:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Aug 2003 15:46:31 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sat Aug 23 17:46:29 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19qaaz-0008FP-00 for ; Sat, 23 Aug 2003 17:46:29 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19qafg-0005sC-00 for ; Sat, 23 Aug 2003 17:51:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19qaUT-0000cd-UO for emacs-devel@quimby.gnus.org; Sat, 23 Aug 2003 11:39:45 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19qaTM-0007oz-OD for emacs-devel@gnu.org; Sat, 23 Aug 2003 11:38:36 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19qaS1-0005RZ-Ur for emacs-devel@gnu.org; Sat, 23 Aug 2003 11:37:45 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.20) id 19qaQn-0003wH-7k for emacs-devel@gnu.org; Sat, 23 Aug 2003 11:35:57 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.9/8.12.9) with ESMTP id h7NFYEeQ024804; Sat, 23 Aug 2003 10:34:14 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.6+Sun/8.11.6) id h7NFW0002069; Sat, 23 Aug 2003 10:32:00 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: abraham@dina.kvl.dk In-reply-to: (message from Per Abrahamsen on Fri, 22 Aug 2003 13:22:26 +0200) 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:16106 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16106 Of course, (define-widget 'other 'item or: (define-widget 'other 'const with suitable adaptations, would solve the problem for 'other, but _not_ for others that use `widget-field-value-delete', such as 'int. So it would not make the original problem go away, but it still would make sense for the reason I gave in my follow-up message: there should be no editable field for 'other, since there is no real choice. Sincerely, Luc.