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: Suggested doc change for cus-edit.el Date: Tue, 15 Feb 2005 12:55:42 -0600 (CST) Message-ID: <200502151855.j1FItgJ09218@raven.dms.auburn.edu> References: <200502150419.j1F4JMK06289@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1108495255 16384 80.91.229.6 (15 Feb 2005 19:20:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 15 Feb 2005 19:20:55 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 15 20:20:49 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1D18Fc-0005n0-00 for ; Tue, 15 Feb 2005 20:20:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D18VO-000867-Vm for ged-emacs-devel@m.gmane.org; Tue, 15 Feb 2005 14:37:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D18KP-0003U6-3A for emacs-devel@gnu.org; Tue, 15 Feb 2005 14:25:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D18KE-0003Oo-7t for emacs-devel@gnu.org; Tue, 15 Feb 2005 14:25:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D18KD-0003L2-QQ for emacs-devel@gnu.org; Tue, 15 Feb 2005 14:25:33 -0500 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D180J-0001cu-VB for emacs-devel@gnu.org; Tue, 15 Feb 2005 14:05:00 -0500 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id j1FIvU9N009447; Tue, 15 Feb 2005 12:57:30 -0600 (CST) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id j1FItgJ09218; Tue, 15 Feb 2005 12:55:42 -0600 (CST) 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 Tue, 15 Feb 2005 09:30:47 +0100) 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: main.gmane.org gmane.emacs.devel:33498 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33498 Maybe the following is better. The state does occur, there are plenty of variables without defcustom, it just does normally not occur in a Custom buffer (unless you do something special): ;; There is no standard value. This means that the variable was ;; not defined with defcustom. In newer Emacs versions, you can ;; not create a Custom buffer for such variables using the normal ;; interactive Custom commands. However, such Custom buffers can ;; be created in other ways, for instance, by calling ;; `customize-option' non-interactively. Sincerely, Luc.