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: [Jens.Schmidt27@epost.de: Customize creating wrong defaults] Date: Wed, 02 Oct 2002 00:07:37 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1033531973 6045 127.0.0.1 (2 Oct 2002 04:12:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 2 Oct 2002 04:12:53 +0000 (UTC) Cc: emacs-devel@gnu.org, Jens.Schmidt27@epost.de Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17wasW-0001ZN-00 for ; Wed, 02 Oct 2002 06:12:52 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17wbd0-0004QV-00 for ; Wed, 02 Oct 2002 07:00:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17wasp-0006FR-00; Wed, 02 Oct 2002 00:13:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17wanT-0005hh-00 for emacs-devel@gnu.org; Wed, 02 Oct 2002 00:07:39 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17wanR-0005hV-00 for emacs-devel@gnu.org; Wed, 02 Oct 2002 00:07:38 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17wanR-0005hP-00 for emacs-devel@gnu.org; Wed, 02 Oct 2002 00:07:37 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17wanR-0001zr-00; Wed, 02 Oct 2002 00:07:37 -0400 Original-To: abraham@dina.kvl.dk In-reply-to: (message from Per Abrahamsen on Tue, 01 Oct 2002 12:25:57 +0200) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8318 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8318 Thanks for analyzing the situation. This is a very common error, perhaps the most common error when creating customize types. It really should be explained better in the manual. Anyone have a suggestion of where and how? How about this? Do it in the node Composite Types, in lispref/customize.texi, and do it by (1) adding a subnode to explain the problem and give an examplem and (2) adding a brief note and xref to that subnode in the vairous table entries for the composite types for which this is necessary.