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 20:32:57 -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 1033713063 3686 127.0.0.1 (4 Oct 2002 06:31:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 4 Oct 2002 06:31:03 +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 17xLzI-0000x0-00 for ; Fri, 04 Oct 2002 08:31:00 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17xMkn-0000zV-00 for ; Fri, 04 Oct 2002 09:20:05 +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 17xLgT-0001Dy-00; Fri, 04 Oct 2002 02:11:33 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17wtvI-0001Dd-00 for emacs-devel@gnu.org; Wed, 02 Oct 2002 20:33:00 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17wtvG-0001DQ-00 for emacs-devel@gnu.org; Wed, 02 Oct 2002 20:32:59 -0400 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17wtvG-0001DK-00 for emacs-devel@gnu.org; Wed, 02 Oct 2002 20:32:58 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 17wtvF-0001N1-00; Wed, 02 Oct 2002 20:32:57 -0400 Original-To: abraham@dina.kvl.dk In-reply-to: (message from Per Abrahamsen on Wed, 02 Oct 2002 15:26:20 +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:8362 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8362 Actually, testing it I found that customize got a good default value in more cases than I had expected, and a rather simple fix seems to get the rest of the cases right too. So let's fix the code instead of the documentation. Good news. Will you go ahead and install that? Is the :value option still useful, or should we dedocument it?